realace112
Programmer
I am working on enhancing an application and am encountering this quite frequently and randomly:
I set a breakpoint in the code. Run the app in debug mode, Press F10 to step through, and if I leave the the yellow marker at a line of code for more than 30 seconds, .NET just freezes. I cant access any of the file menus or continue/stop execution through .NET. I have to close the application as it is not responding using End Now.
There is nothing in the code that is done asynchronously which was my first suspicion. Has anyone ever encountered this?
I set a breakpoint in the code. Run the app in debug mode, Press F10 to step through, and if I leave the the yellow marker at a line of code for more than 30 seconds, .NET just freezes. I cant access any of the file menus or continue/stop execution through .NET. I have to close the application as it is not responding using End Now.
There is nothing in the code that is done asynchronously which was my first suspicion. Has anyone ever encountered this?