I am debugging a complex MVC application. About 10 times a day, the debugger will stop at a break point, and then cannot continue. I the the message 'The debugger cannot continue running the process. The operation could not be completed. A retry should be performed.'
This is most concerning. It takes 5-7 minutes to get to the place where I can debug the portion of the application that is being tested. If I place a breakpoint in the javascript and try to continue, I get this error at least 10 times per day.
I have search for solution on google and don't see any solution. It cannot be reproduced but happens randomly.
What is the correct mechanism to get MSFT to look at and correct this issue?
JPL.