1,104 questions with Developer technologies | Visual Studio | Debugging tags
Visual Studio 2017 Builds the code but runs a previous version.
I have been working on a ASP.Net Web project (.Net 4.6.1) that was running fine on Friday. When I came in on Monday I made some small code changes to one page and tried to run the project to see what my changes would do. The project built and appeared to…
Developer technologies | Visual Studio | Debugging
Developer technologies | C#
Visual Basic Problem, Path error
Created a Visual Basic Project, and I'm required to "Save All" when done, fine the folder, and send it to a zip file. Once I complete the step of sending it to a zip file, when I attempt to open and run the project in that zip file it gives me…
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Other
Network Kernel Debugging setup fails
Has anyone been able to provision the target computer as explained there: https://learn.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/provision-a-target-computer-wdk-8-1 It did create a user account on the target computer which…
Developer technologies | Visual Studio | Debugging
minidump file analyze
i keep getting BSOd screens with stop codes. i checked the most recent mini dump file and this is what i found. im still having trouble analyzing the data. any help? No .natvis files found at C:\WINDOWS\SYSTEM32\Visualizers. No .natvis files found at…
Developer technologies | Visual Studio | Debugging
I am not able to install VS community 2019
![80373-vs-error.jpg][1] [1]: /api/attachments/80373-vs-error.jpg?platform=QnA Hi, I need some help please. As you will see from the attached picture, I can not install VS community 2019 due to the installation extending to far to the right. Which means…
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other


Visual studio 2015 Jan 2021 update broke my SSIS ETL package
Good day, Each month (on the 1st) I run a SSIS package to move data from Oracle to MS SQL Server. The source connection is a Native OLE DB\Oracle Provider for OLE DB and Destination Connection is a Native OLE DB\SQL Server Native Client 11.0 This…
Developer technologies | Visual Studio | Debugging
VS19 Remote Debugger authorization lost
Hi there, i have got an question regarding the VS19 remote dedugger. When I want to debug an app with the remote debugger some time I need to change the remote debug authorization. If I close the remote debugger the authorization won´t be saved. Is there…
Developer technologies | Visual Studio | Debugging
Objects have not a color fill
Hi! I have a problem. My application has many objects end they have a color fill. But I can't see it in Designer. When I start my play all objects have only white color. Why? What do I have to do? Please see any screenshots. Best regards,…
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Other

Console window not Opening (Visual Studio 2019)
Seems like a rudimentary question but I cannot open the console window with ctrl and F5 as I used to. I start debugging immediately as I do so and I get an output window when I stop debugging
Developer technologies | Visual Studio | Debugging
C++ CMake Debug Configuration (Visual Studio 2019)
Hello, I have a CPP project set up in Visual Studio 2019. I have successfully added pugixml and spdlog, compiled and debugged A-OK. My process in general is using CMake GUI to generate, opening the generated project in VS2019, running 'INSTALL'…
Developer technologies | Visual Studio | Debugging
Developer technologies | C++
When compile HLSL shader model5.1, get error X3506: unrecognized compiler target 'vs_5_1'
Hello, I'm working on HLSL shaders with some new features of shader model 5.1. I use D3DCompileFromFile to compile the shader using target "vs_5_1". It actually works well on my laptop, but when it turns to my desktop computer, it gets an…
Developer technologies | Visual Studio | Debugging
Why do both C++ Release versions compile OK, but not the Debug versions? (VS Community 2019)
Trying again! Server would not publish this earlier due to the code! I have a C++ program that accesses a disk drive, copies data from it and writes the data to a file! NOTE: I am using Visual Studio Community 2019 (Version 16.9.1); I have no idea if the…
Developer technologies | Visual Studio | Debugging
Developer technologies | C++
USB communication issue on newer machines
It's been difficult formulate a question for this problem and wasn't sure how much info to provide so I apologize if this seems long-winded. Win 10 x64 Visual Studio 2019 .NET 4.5.2 C# WPF application SiLabs driver for USB communication The…
Developer technologies | Visual Studio | Debugging
Developer technologies | C#
Debugger fatal error when running CMake C++ application with .NET Core DLL
Hello! I have native C++ application. Recently I added .Net Core assembly to it which runs through C++/CLI adaptor. After that, I receive following error message whenever I try to start debugging: A fatal error has occurred and debugging needs to be…
Developer technologies | .NET | .NET Runtime
Developer technologies | Visual Studio | Debugging
Developer technologies | C++
debugging - Error code = 0x80070002
Hello, i am getting this error message a lot lately. When i try to debug simple simple c++ program. I am new to c++ and learning basics. I tried tried to google it, but didn't find anything, except it could be something with linker. It says exactly:…
Developer technologies | Visual Studio | Debugging
VS 2019 "Unable to set the next statement. The next statement cannot be changed at this time."
I am having an issue with debugging a vb.net app in VS2019. If I put a breakpoint in the code and start the application, the breakpoint is hit. Furthermore, I can step through the code. However, if I try to move the current line at a breakpoint to…
Developer technologies | Visual Studio | Debugging
My problem is that when I need to debug a program in C # and when I press the button that should be to debug it asks me to associate the program with something, however all I want is to debug the program
Developer technologies | Visual Studio | Debugging
Now & then receive this message when try to run an application (.exe)
O Windows (ver.10) não pode acessar o dispositivo, caminho ou arquivo especificado. Talvez você não tenha as permissões adequadas para acessar o item. (sorry it´s Portugues)
Developer technologies | Visual Studio | Debugging
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | Visual Studio | Other

Cloud Explorer - Azure Web App not visable in VS2019
Hi, I'm trying to give my development team the ability to remote debug in VS2019. Through Azure I have given them Contributor permission for that Web App. In Cloud Explorer they cannot see the Web App. If I give them access to the Subscription they…
Azure Stack Hub
Developer technologies | Visual Studio | Debugging
Breakpoint vs Run to cursor - Visual Studio 2019
Hello, What's the difference between breakpoint and Run to cursor? Thanks