Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Unable to step. Process is not synchronized" error in VS2010 after upgrading .NET Framework

I had Visual Studio 2010 installed on my Windows 7 desktop, that I was using primarily to debug ASP.NET solutions. Everything was working great, until one of the Windows updates installed a new version of the .NET Framework. Now I get the following message when I try to place a breakpoint and then do a "debugger step" in my C# code:

enter image description here

To make matters worse, it doesn't happen all the time. I tried to find any pattern, but the best way I can describe it is sporadic.

Any idea how to fix this?

like image 821
c00000fd Avatar asked Jun 17 '13 03:06

c00000fd


1 Answers

I just got this in Visual Studio 2015. I was debugging on a separate thread, hit the breakpoint but could not continue. A reboot did not fix it.

I deleted all of my breakpoints, reset the two that I actually wanted and it works!

like image 147
David Hyde Avatar answered Nov 10 '22 19:11

David Hyde