1,145 questions with Developer technologies | Visual Studio | Debugging tags
DEPLOY ERROR
After the upgrade of VS to version 17.14.9 today, all my MAUI projects, that used to run before, generate a Deploy Error: Error ADB0010: Mono.AndroidTools.InstallFailedException: Unexpected install output: Exception occurred while executing…
Developer technologies | Visual Studio | Debugging
How to deploy and debug a program from a devcontainer on a remote system?
My desired workflow would be to open my C++ project in VS22 on my Windows system, built the binary in a Linux based devcontainer and deploy it for remote-debugging to another system or VM. While the first part of it works without any issues, I ´m…
Developer technologies | Visual Studio | Debugging
Missing symbol for ntdll in Microsoft's Symbol Server
Hello, myself Vishal from GE Vernova. While analysing an urgent escalation dump from the customer using windbg.exe, I received an error for downloading ntdll.dll symbols as below, The above details clearly shows that associated PDB file for ntdll.dll…
Developer technologies | Visual Studio | Debugging
Hundreds of linker errors not even related to my program.
Okay, since microsoft loves messing things up and intruding on people, maybe you can fix this mess from your VS. I have hundreds of linker errors suddenly start appearing from a development that was working fine until I decided to include a dropdown box.…
Developer technologies | Visual Studio | Debugging
Issues running code with the latest VS Community version
重新生成开始于 20:10... 1>------ 已启动全部重新生成: 项目: ZERO_CHECK, 配置: Release x64 ------ 1>1>Checking Build System 2>------ 已启动全部重新生成: 项目: spdlog, 配置: Release x64 ------ 3>------ 已启动全部重新生成: 项目: dlpc347x, 配置: Release x64 ------ 4>------ 已启动全部重新生成:…
Developer technologies | Visual Studio | Debugging
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
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
How to fix ASP.NET Web Forms App: “Hmm… can’t reach this page” error when running project in Visual Studio
Hi everyone 👋, I’m working on an ASP.NET Web Forms project in Visual Studio (targeting .NET Framework), and I’m trying to build a simple page hit counter using session state and a label control. The code compiles fine, but when I run the project (F5),…
Developer technologies | Visual Studio | Debugging
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
The type or namespace Maui does not exist in the namespace
I tried to update my Xamarin project to MAUI dotnet8 using the .NET Upgrade assistant CLI and it went very poorly. I've been getting this error no matter what I do. I checked to see if dotnet 8 was listed. I tried to install the Maui workload and…
Developer technologies | Visual Studio | Debugging
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
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
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
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
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
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
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
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
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
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…