ms visual studio launcher "Sorry, something went wrong"
Yolo, so i started working on a webapp, vs was working fine, then i went to grab lunch and i got this error: i went through every thread on google, tried all the solutions i could find. and now im here, attached below is the part of the log that…
default.natstepfilter not working any more with VS 2022
The C++ debugger steps into all functions, regardless if they are excluded like this <Function><Name>T*operator-></Name><Action>NoStepInto</Action></Function> in default.natstepfilter
How to fix error I want to run C# in VS code but it give me error
'dotnet' is not recognized as an internal or external command, operable program or batch file. . .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path. 2025-01-29 08:52:17.031 [info] Did not find .NET…
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…
Computer changed names and AD. Can not debug app because ReportViewer can not be loaded
My computer was recently renamed and put into a new domain. I can not longer debug my application because the ReportViewer assemblies can not be loaded. "Could not load file or assembly 'Microsoft.ReportViewer.Design-<ComputerName>' or one of…
Visual Studio 2022: How do I Build, Test, Launch and Load an App?
How can I Build, Test, Launch the IIS Express web browser, and Load an App in Visual Studio Community 2022 to create an ASP.Net Core Project on my local machine? # All the required Visual Studio 2022 workloads were installed successfully. #
Issues Debugging Scripts in Visual Studio with External Tools
Hi everyone, I’m facing some challenges while debugging scripts in Visual Studio when using external tools to automate repetitive tasks. For example, I’ve been experimenting with the arceusX scripting tool and noticed that Visual Studio occasionally…
Remote debugging of ASP.NET (.NET Core 8) app under IIS 10 will not show source code on breakpoint
Historically, I've had no problems using the remote debugger on a Windows server for .NET Framework web services. I've now had to create a .NET Core 8 Web API using VS2022. I've published the service to a W2016 host and am hosting it under IIS…
When stepping int myFunc(std::string a, std::string b, std::string c) I always have to work through the standard library code constructors. I have in my options "Enable Just My Code" but nothing i do seems to keep this from happening.
My func definition --> int mYFunc(std::string aString, std::string aComparator, std::string aCompareValue); Calling mYFunc("A String with Status=", "stristr", "Status="); Standard routines I keep having to work through. …
I'm running Windows 11 24H2 and using Visual Studio 2022 Professional. When debugging my program, it fails with "Error while trying to run project: unable to start the program".
However, this is working on my laptop just fine. It has Visual Studio 2022 and runs this same debug without issue. I think it is related to windows 24H2, but can't be sure. The program I'm debugging hasn't changed so it related to something else. I am…
How to fix LNK1181 error (including libs)
Severity Code Description Project File Line Suppression State Details Error LNK1181 cannot open input file 'C:\6money\libs.obj' Dll1 C:\6money\Money\Dll1\LINK 1 Hello, I'm currently facing an issue when trying to link the lua54.lib library in my…
GUI application Execution fails after porting an application from VS2015 to VS2022.
There is a GUI Application that is based on C++ that we are trying to update from VS2015 to VS2022. The application after the upgrade is not functioning as expected. The executable does not even open although the build is successful. In VS2015 though,…
Unable to start IIS Express after updating Windows 24H2
Hi, After updating to Windows 24H2, starting a web application in Visual Studio with .NET Framework 4.8 shows the error: Unable to start program Files\llS Express\iisexpress.exe. The process has been terminated. Refresh the process list before…
Blazor hangs when debugging with authentication
Am I the only one who experience that 9 of 10 times Blazor hangs with this message when I use authentication, and after I have logged in? Any hints on how to get past this issue?
RuntimeKernel.exe file not found while debugging .sln
"Unable to start program RuntimeKernel.exe"
Visual studio 2022 crashing when any exception is thrown while debugging and when trying to look at available extensions
I figured out the answer to this one the hard way so I'm posting this to hopefully help someone in the future. Steps for my VS2022 to cause the crash: Create new project. After the hello world, add a throw new Exception(); and debug it. When it executes…
How to Debug WCF Project Using Visual Studio as Non Administrator
When I open Visual Studio 2022 as Admin, I can able to easily run our WCF Project which is having Net Tcp Binding, but when opened VS 2022, as Non Admin and Run this Project, I am getting the below exception. "'The service endpoint failed to listen…
insufficient memory to continue execution of program
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.OutOfMemoryException: Insufficient memory to continue the execution of the program. at…
I need help with this JIT Debugging message
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentException: Parameter is not valid. at System.Drawing.Image.FromStream(Stream stream,…
Unable to debug Stored Procedure
I get the following error: Unable to start the Transact-SQL debugger, could not connect to the Database Engine instance. Make sure you have enabled the debugging firewall exceptions and are using a login that is a member of the sysadmin fixed server…