Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio 2017 debug unable to start program Invalid pointer

Debugging an ASP.NET MVC application with the default Chrome browser was working fine. I switched the debug over to start up IE instead to do some additional testing and the debugging worked fine. After I was done with IE I switched back to Chrome and now I get this error. If I switch back to IE I also get this error. I have closed and re-opened solution. I have closed and reopened VS. I have run VS with logging and I get no errors in the Activity Log. I can successfully debug if I turn off "Enable JavaScript debugging for ASP.NET" in the debugging options, but it was working fine with that option earlier. Any suggestions?

like image 946
RichardWill.Net Avatar asked Mar 22 '17 21:03

RichardWill.Net


2 Answers

Go to Tools > Options > Debugging > General and turn off the setting for Enable JavaScript Debugging for ASP.NET (Chrome and IE).

like image 140
Ellix4u Avatar answered Sep 21 '22 03:09

Ellix4u


I have also encountered this issue on visual studio 2017 like below:

enter image description here

I have followed below step:

Go to Tools > Options > Debugging > General > Unchecked Enable JavaScript Debugging for ASP.NET (Chrome, Edge and IE).

enter image description here

Once I get rid of check box on Enable JavaScript Debugging for ASP.NET (Chrome, Edge and IE)

Then It works for me and Invalid Pointer error gone!

like image 23
Md Farid Uddin Kiron Avatar answered Sep 21 '22 03:09

Md Farid Uddin Kiron