1
I have a problem in my project, I use ASP.NET MVC 5 and for a while I get this message whenever I run my project, the problem is not the visual studio installed on the machine(as in that solution) because my coworkers have the same problem when using in their machine.
I can run my application smoothly, the problem is that if this message is appearing there is something wrong and I’ve done 300 million searches and do not solve.
The message is:
Debugger not installed fix. Unable to debug type of code requested. Run the installation program for repair the debugger.
I have certainty that it’s not my visual studio but the project. Has anyone gone through something like this? It’s hard to find a solution, follow the error print:
this error is when you try to run automated tests? It may be the webdriver that is not installed...
– Ayrton Giffoni
No, this error occurs when I run the web application
– Leonardo Bonetti
I installed SQL Server Data Tools (SSDT) for Visual Studio 2017 and I have the same problem. It seems that there are a considerable number of people with this problem. Look at this issue in the SQL Server Forum.
– gwarah
@Leonardobonetti In this same forum in the post above, I posted a solution that changed my case (look on the page for gwarah). I hope it helps your case.
– gwarah