When using OpenXML do I need to create a new abstract numbering for each numbered list if i want it to restart
Using c# openxml, when i create multiple numbering instance referring to the same abstract num (ordered list), each list continues its numbering upwards throughout the document. If i want numbering to restart do i need to create a new abstract or is…
Developer technologies | C#
An installation file didn't download
I keep getting this error while downloading the visual studio community 2022 package. I have used different VPNs and DNS and have turned my laptop off and on many times but it did not work. What is the problem and solution?
Developer technologies | Visual Studio | Setup
Graph.Users.MailFolders grabs all folders not just the ROOT folders
It's a simple call. I should only get the folders in the root of the mailbox (Inbox, Drafts, Deleted Items, etc.) I'm getting everything as though it's doing a deep traversal. Completely contrary to documentation. Your help appreciated. jbw async…
Developer technologies | C#

Windows Shutdown
I have a small app written in .NET 9, VB. The app does use an xml data file. When shutting down the computer, this app prevents windows from shutting down to allow user to save work. This is despite the fact that NO data saving is required at the time…
Developer technologies | VB
Aspire Dashboard is not showing the updated start time of the containers and unable to start/stop containers using PS command line
I have deployed Dotnet Aspire Project using azure developer cli.- Multiple deployments are completed but the start time is not updating with each new deployment.- However active revision time is updated when i check it from Azure Portal.- How can i…
Developer technologies | ASP.NET | ASP.NET Core
Windows for business | Windows Server | User experience | PowerShell
Azure Container Apps
Attaching to WSL process from a visual studio extension.
I can attach to a WSL process in visual studio by going Debug -> 'Attach To Process' in the menu, then setting the 'Connection type' to 'Windows subsystem for Linux', selecting the process from the list, and clicking the 'attach' button. How can I do…
Developer technologies | Visual Studio | Extensions
Integrate CMDITabBar into MDI MFC app
I would like to use CMDITabBar (from WinMerge) into a MFC MDI test application. Here is the test app: https://1drv.ms/u/c/dedcb6ef190b8fd4/ESppBUOCT-hJog-OyL43QXsBooSUM0liWkY9PHAeQo1FBw?e=BeSIzC The code for integration (CMainFrame header): protected: …
Developer technologies | C++
SSDT 2017 - TargetServerVersion issue with SQL Server 2019
Hi All, I have a computer on which I installed SSDT 2017 (standalone installer) 2-3 years ago. Offical MS site claims that Supported SQL Versions for SSDT 2017 are "SQL Server 2012 - SQL Server 2019". I can develop, deploy and run SSIS…
Developer technologies | Visual Studio | Extensions
Good installer for visual studio 2019 c# projects
Still using Visual Studio 2019 professional. I have several independent solutions (single project solutions). I need to create an installer that installs 6 different projects on a computer. Right now, I have a single deployment project in each…
Developer technologies | C#
Open app from another app
Hi experts Working on 2 separate WinForms apps (.NET Framework 4.8 with VB) and going to msix bundle them to store. Once they both are installed how can I run one of them from within the other one? They are not associated with any file type, just need to…
Developer technologies | Windows Forms
How to generate RDLC report using loop?
I asked a question about this earlier here. But not getting the correct solution, I again asked for the help of experienced people. I have shown a sample of my data below. I want to print this data on separate pages according to empid. I guess it can be…
Developer technologies | ASP.NET | ASP.NET Core
NuGet package issue (DLL cannot be found)
Hello, I have an Azure Functions project in Visual Studio 2022 (with the latest patch installed). I initially developed this project using .NET 6.0 about a year ago, and everything was working fine. Recently, I updated the project to .NET 8.0 and…
Developer technologies | ASP.NET | ASP.NET Core
The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'.
I get this error in Visual Studio Version 17.14.8 when I want to start debugging my iOS project on my iPad: The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'. Please install it or try setting a…
Developer technologies | .NET | .NET MAUI
What is the differences between Object class and Lock class in mutual exclusion in C#?
Hello, When should I use the Lock class and when should I use the Object class? What is the differences between Object class and Lock class in mutual exclusion in C#? using System.Globalization; namespace ConsoleApp3 { internal class Program { …
Developer technologies | C#
is there a path algorithm?
I am using .net android and I want to ask that is there any path algorithm? I have 3 line intersected I want to find a way from A to B and remove the other line
Developer technologies | .NET | .NET MAUI
How to fix error "operation could not be completed. Access is denied" that I am getting while sign the assembly.
When I am trying to sign the Assembly, I am getting below error. I am using Visual Studio Enterprise 2022 and framework 4.6.2. I tried using latest framework as well.
Developer technologies | Visual Studio | Setup
Scrolling Issue on Tabbed Page in iOS When Adding Dynamic Labels
I am experiencing a scrolling issue on a tabbed page in iOS when dynamically adding labels. In most cases (approximately 8 out of 10 times), I am unable to scroll down after adding the labels. This issue occurs on both real and simulator devices. …
Developer technologies | .NET | .NET MAUI
can't find my certificate pdf
i have passed an exam in c# 70-483. i have downloaded the transcript and the badge but i cant find the certificate to downloaded. where can i find my certificate? my certification id is 17085903
Developer technologies | C#
Sending emails from dotnet8 web application
Hi, I have a dotnet8 web application which I am using to send emails from ******@mydomain.com (which is a google workspace account) via a smtp request using the following configuration: Domain = smtp.gmail.com Port = 465 A generated App Password…
Developer technologies | ASP.NET | ASP.NET Core
Best way to query Azure Synapse serverless/dedicated pool from .Net core 8 API
I am developing a .net core 8 API which retrieves data from Azure synapse dedicated pool and serverless and send as api response. I am using EF core now for the repository which queries the synapse using eager loading. But since the entities are huge and…