How to Fix Visual Studio 2026 Crashed while pulling the changes from Azure Github
How to Fix Visual Studio 2026 Crashed while pulling the changes from Azure Github Event Viewer Error: Faulting application name: devenv.exe, version: 18.0.11104.47, time stamp: 0x40b76635 Faulting module name: git2-3f4182d.dll, version: 1.8.4.0, time…
Developer technologies | Visual Studio | Other
CPU going over 100%
Hello, I have a Kogan Atlas G700 (mini pc) and whenever I opened a single application, Somehow it goes past 100% CPU percentage and I need to give that because it's almost my classmates birthday. I need to make it go under 100% and it's still past 100%,…
Developer technologies | Windows Forms
Create a wxWidgets solution
Windows 11, VS 2019, C++, wxWidgets 3.2.0 But first: When I click Ask a Question, there are no options to select the forum to post in. How do I do that with these relatively new MS forums? Summary The goal is just to get a wxWidgets project…
Developer technologies | C++
How to resolve infinite loop issue in Azure AD authentication in Asp.Net MVC application
We have an Asp.Net MVC application running on v4.6.1. We are implementing SSO authentication using Azure AD. We are using Microsoft.Owin.Security.OpenIdConnect library for cookie based authentication. Below is our auth configuration - public void…
Developer technologies | ASP.NET | Other
Data importation from excel promblem
How can i solve this in my SQL data importation TITLE: SQL Server Import and Export Wizard ------------------------------ The operation could not be completed. ------------------------------ ADDITIONAL INFORMATION: A network-related or instance-specific…
Developer technologies | .NET | .NET CLI
Will Integration Services projects work with Visual Studio Professional 2022 on Windows 11.I
I recently changed from VS Enterprise to VS Professional, and then upgraded to Windows 11. I am now unable to install Microsoft Data Tools Integration Services. I receive Error 0xe0434f4d: Failed to execute EXE package.
Developer technologies | Visual Studio | Extensions
How to fix VS code debug failure for python
This is what my VS code is displaying even when i try to debug a simple python file of print("Hello World"). I have used Vs code for about a year now and it has never happened. I even re-installed it but it still displays the same. I have even…
Developer technologies | Visual Studio | Debugging
Inconsistent Character Rendering in PDF Page Images Using PdfPage.RenderToStreamAsync in .NET MAUI
We are using the PdfDocument API to access PDF pages and convert them into images using the PdfPage.RenderToStreamAsync method, in our .NET MAUI application. However, we are facing an issue where some characters are missing in the rendered images.…
Developer technologies | .NET | .NET MAUI
System.ComponentModel.Design.Serialization.CodeDomDesignerLoader
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager) at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager) at…
Developer technologies | Visual Studio | Debugging
Validate eol of each line of the text file
Hi, I used the way below to validate the eol of each line. How to ensure that I have the validation (by it) against each line of the text file?
Developer technologies | C#
Support Needed: Error 0x800B0100 - App Package Must Be Digitally Signed
Hello Community, I'm currently facing an issue while creating a UWP package in Unity, and I keep encountering the error 0x800B0100. The error message states, "The app package must be digitally signed for signature validation." Here are the…
Developer technologies | Universal Windows Platform (UWP)
How to test my C++ function
How to test a C++ function? My function returns wrong results. I’m debugging. The only way I can think of is creating a new console application, then copy the function into it and input test data one by one using keyboard. Do you have better…
Developer technologies | C++
VS Code Remote-SSH stuck at “Checking .log and .pid for a running server”
Hi Microsoft VS Code team, I'm encountering a persistent hang issue with VS Code Remote-SSH when connecting to my remote Linux machine. Environment VS Code version: Version: 1.104.3 (user setup) Commit: 385651c938df8a906869babee516bffd0ddb9829 Date:…
Developer technologies | Visual Studio | Extensions
Visual |Studio 15.9.75 not updating to version 15.9.76
I'm trying to update visual studio from 15.9.76 to 15.9.76 using the patch from microsoft catalogue, it installs correctly but shows the old version.
Developer technologies | Visual Studio | Setup
Need latest .NET 8 compatible versions (NuGet/DLLs) for old .NET Framework libraries
Hello everyone, I’ve recently migrated my application from .NET Framework 4.7.2 to .NET 8 (Core). During setup creation, I noticed some of my older DLL references are still pointing to the .NET Framework version. I want to replace them with the latest…
Developer technologies | .NET | .NET Runtime
C# 'Microsoft.Reporting.WinForms.ReportViewer' Control Not Showing Print Preview on Windows 11
In a C# application built with .NET Framework 4.8 and running on Windows 11, an issue is being faced with the 'Microsoft.Reporting.WinForms.ReportViewer' control. Clicking the print button results in a print preview window that displays "No preview…
Developer technologies | C#
Keep Advancing VB.NET for Modern Workloads
Visual Basic has been a cornerstone of Microsoft’s developer ecosystem for decades. It continues to power countless business-critical applications, especially in enterprises that rely on stability, readability, and rapid development. While I understand…
Developer technologies | VB
Merging Word Document using C# and OpenXML
I am working on an application where I need to copy some specific part from a word document and insert it at a specific place in another document. I am using C# and OpenXML SDK. My code works but for some specific pair of documents, the bullets get…
Developer technologies | C#
Visual Studio will not update
I have tried everything including uninstalling and reinstalling Visual studio. For some reason it continues to give me this error with really no information. I am unable to update VS 2022.
Developer technologies | Visual Studio | Setup
OIDC discovery metadata inconsistent across regions — PKCE field missing on build 2.1.22024.3
Since Oct 3 2025, our applications using Microsoft Entra ID (Azure AD) OpenID Connect have seen intermittent authentication failures. We discovered that different ESTS clusters behind…