1,139 questions with Developer technologies | Visual Studio | Debugging tags

Sort by: Updated
2 answers

Visual Studio -Troubleshooting and updating variable in code (production environment)

Hi there, Seeking some advice on optional tools to do troubleshooting on production server and also to update environment variables in our code since Visual Studio cannot be installed on production environment. Thanks, Melanie

Developer technologies | Visual Studio | Debugging
asked 2025-10-20T23:16:09.72+00:00
Melanie Tham 0 Reputation points
edited a comment 2025-10-24T07:18:05.6966667+00:00
Susmitha T (INFOSYS LIMITED) 755 Reputation points Microsoft External Staff
1 answer

Visual Studio - Fatal error has occurred and debugging needs to be terminated. HRRESULT = 0x80070005

I'm getting this for any .NET project, when I try to Debug. I've tried running VS as Admin and reinstalling. Still same error. Works fine if I run without debugging.

Developer technologies | Visual Studio | Debugging
asked 2025-10-13T18:06:26.0933333+00:00
Arwin 0 Reputation points
commented 2025-10-24T05:11:38.2233333+00:00
Susmitha T (INFOSYS LIMITED) 755 Reputation points Microsoft External Staff
4 answers

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
asked 2025-10-10T05:50:53.7633333+00:00
Farhan Segujja 0 Reputation points
commented 2025-10-23T14:02:28.2733333+00:00
Adiba Khan 895 Reputation points Microsoft External Staff
5 answers

como faço para manter o form padrao para todas versoes do windows em vb.net

como faço para manter o form padrão para todas versões do Windows em vb.net

Developer technologies | Visual Studio | Debugging
asked 2025-10-22T17:36:02.99+00:00
Nilton Vianna 0 Reputation points
edited an answer 2025-10-23T13:56:25.4966667+00:00
Adiba Khan 895 Reputation points Microsoft External Staff
3 answers

Visual Studio Development Certificates: Tricky Renewal

I created a .NET Core app with React (npm and vite.config) as front-end, using the menu of Visual Studio. I had a valid certificate until last September, so I had no problem in debugging and running. However, since that certificate expired, I can access…

Developer technologies | Visual Studio | Debugging
asked 2025-10-02T15:29:29.3566667+00:00
JDias 161 Reputation points
answered 2025-10-22T12:57:55.1466667+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 810 Reputation points Microsoft External Staff
1 answer

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
asked 2025-09-26T19:56:48.9733333+00:00
davis onsando 0 Reputation points
commented 2025-10-21T10:14:50.1533333+00:00
Gade Harika (INFOSYS LIMITED) 1,185 Reputation points Microsoft External Staff
3 answers

VS Code on Windows 11 pops the 'Debugger Stopped" message when debugging Python 3.11.

When trying to debug python code in VS Code using a virtual environment, the "Debugger Stopped" message pops up. When I check the launch.json file, it looks ok. There is a debugpy in the type: parameter When I change that to python, the…

Developer technologies | Visual Studio | Debugging
asked 2025-10-10T19:40:56.8666667+00:00
Cary Hutchinson 20 Reputation points
answered 2025-10-20T12:04:53.8266667+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 810 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

Maui app output not showing in debugging

when running a Maui app in release mode the output is shown but the order of things is not as I expected so I go to debug to see why but when stepping on debug the label text is shown in the label variable but it not displayed on the android emulator…

Developer technologies | Visual Studio | Debugging
asked 2025-10-19T04:19:30.03+00:00
Haviv Elbsz 2,111 Reputation points
commented 2025-10-20T10:42:37.79+00:00
Gade Harika (INFOSYS LIMITED) 1,185 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Double navigation bar when visual studion

I have reinstalled the visual studio 2022 and pulled the head branch which is working as expected in another device which is the same branch. After the reinstallation of visual studio, the project is running but showing the two navigation bar in the same…

Developer technologies | Visual Studio | Debugging
asked 2025-10-16T06:26:31.9933333+00:00
Search Tech 20 Reputation points
commented 2025-10-17T12:54:13.4066667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 2,700 Reputation points Microsoft External Staff
1 answer

VSCode is freezing

About a week ago, VSCode started freezing on startup every time I launch the app, then give a "not responding" message a few seconds later. I've tried uninstalling and reinstalling about a half a dozen times and rebooting my device, but that…

Developer technologies | Visual Studio | Debugging
asked 2025-10-04T02:18:17.8633333+00:00
Josh Phister 0 Reputation points
commented 2025-10-17T10:05:45.35+00:00
Adiba Khan 895 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

Remote Just-In-Time debugging C# app

Hi, I'm interested in doing "just in time" debugging on a remote computer. Is this possible? I have "Visual Studio 2022 Remote Debugger" installed and running on the client computer and can connect to it from Visual Studio on the host…

Developer technologies | Visual Studio | Debugging
asked 2025-10-16T11:06:02.98+00:00
Leuchowius, Karl-Johan 20 Reputation points
accepted 2025-10-16T11:58:59.3266667+00:00
Leuchowius, Karl-Johan 20 Reputation points
1 answer

Visual studio fordítás

Üdv. Körülbelül 2 hónapja használom a Visual Studio programot. Telepítve van a I dentifier ms-ceintl.vscode-language-pack-hu Version 1.48.3 Last Updated 2025-08-07, 13:43:48 Size 785.59KB A settings.json fileban benne van a "locale":…

Developer technologies | Visual Studio | Debugging
asked 2025-10-02T15:56:34.11+00:00
Győző Kiss 0 Reputation points
commented 2025-10-14T09:53:47.81+00:00
Adiba Khan 895 Reputation points Microsoft External Staff
7 answers One of the answers was accepted by the question author.

VS Code Debugger not working for python

I am experiencing debugging issue for my VS Code in WIN-10. It happened since weekend when I did OS restart . It was working fine before and I had launch.json configured too. Debugging was working fine. Any troubleshooting tips. It seems when I do…

Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,524 questions
asked 2022-02-07T07:03:40.79+00:00
GHANASHYAM SATPATHY 306 Reputation points
commented 2025-10-11T03:12:28.2233333+00:00
Hossein TwoK 0 Reputation points
6 answers

How to target .NET Framework 4.0 in VS 2022 on Windows 11?

Working on some old projects targeting .NET Framework 4.0. I used VS 2022 to open the solution and was told to install 4.0 targeting pack. I can't find the download link on the dotnet website, nor the installation option in Visual Studio Installer. …

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
1,291 questions
Developer technologies | Visual Studio | Debugging
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,651 questions
asked 2022-09-05T07:41:23.313+00:00
Lee Feng 181 Reputation points
commented 2025-09-29T12:56:01.0966667+00:00
Moonlight Dragon 0 Reputation points
2 answers

Code coverage while debugging in Visual Studio

I am looking for a tool that can measure and show code coverage while I am debugging my application inside Visual Studio. Ideally, I’d like to be able to step through code in a debug session and see coverage information at the same time. I have been…

Developer technologies | Visual Studio | Debugging
asked 2025-09-11T10:38:51.94+00:00
test code 21 Reputation points
commented 2025-10-10T04:35:38.43+00:00
Adiba Khan 895 Reputation points Microsoft External Staff
2 answers

Aspire in windows Not connecting to Docker Desktop on Mac M1

I have docker desktop running on Mac M1, and trying to connect to it from Visual Studio in Windows 11 inside Parallels. I am able to browse apps running in Docker from edge in windows with no issues. Aspire app out project is able to run the docker…

Developer technologies | Visual Studio | Debugging
asked 2025-09-13T02:25:07.4833333+00:00
Ali AL Hoshaimy 0 Reputation points
commented 2025-10-09T03:50:54.2633333+00:00
Susmitha T (INFOSYS LIMITED) 755 Reputation points Microsoft External Staff
2 answers

Facing Problem In VS Code

Dear Team , I am not able to install python libraries like pandas , numpy and getting this error .. PS C:\Users\z0032wvy\Desktop\GOA_ISO> pip install pandas WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after…

Developer technologies | Visual Studio | Debugging
asked 2025-09-17T16:01:37.2033333+00:00
commented 2025-10-08T03:41:51.6966667+00:00
Adiba Khan 895 Reputation points Microsoft External Staff
1 answer

Data Lose on Publishing in Business Central 25

I am having an issue with publishing in Business central 25 app that is hosted in Saas. Whenever I publish from the VSCode, the app loses data for other tables and cues, except for Microsoft standard objects. All other tables and table extensions that…

Developer technologies | Visual Studio | Debugging
asked 2025-09-25T07:09:19.93+00:00
PETER RAMADHAN 0 Reputation points
commented 2025-10-07T06:49:46.8133333+00:00
Adiba Khan 895 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Creating WinUI in VS 2026, Difference between Blank App (Package) and Blank App (Package with WAPP)

I'm trying to get my first WinUI to compile and run in C# using the VS 2026 Insiders release. I'm running into some snags using the stock workloads. I have the WinUI application development workload checked, and even have Windows Universal CRT SDK…

Developer technologies | Visual Studio | Debugging
asked 2025-09-25T12:34:36.44+00:00
Michael 146 Reputation points
commented 2025-09-30T05:28:17.18+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 810 Reputation points Microsoft External Staff
1 answer

WinUI workload WinUI Blank App (Packaged with Windows Application Packaging) giving compile error when debugging

I'm trying to get a WinUI solution to compile and run in C# using the VS 2026 Insiders release. I'm running into some snags using the stock workload (WinUI Blank App (Packaged with Windows Application Packaging)). I created a new project using WinUI…

Developer technologies | Visual Studio | Debugging
asked 2025-09-25T18:13:37.37+00:00
Michael 146 Reputation points
recommended 2025-10-13T22:32:07.4133333+00:00
Alexandra Tanasescu 0 Reputation points Microsoft External Staff Moderator