Visual Studio 2003: 'The object is currently in use elsewhere' (the IDE, not my code)
I'm using Visual Studio 2003 working on an ASP.NET application. Quite often, just in the middle of typing c开发者_如何学JAVAode in the Visual Studio Text Editor I get:
The following exception has occurred: InvalidOperationException: The object is currently in use elsewhere.
This is not my code running, i'm just working in the IDE. Sometimes it doesn't happen for maybe half an hour if i'm lucky, then I get it if I as much as move the mouse or enter one character.
Anyone know either a) what could be causing this or b) how to figure out what could be causing it? I've tried watching with Process Monitor which has brought me no joy. I've also tried eliminating other processes one by one (such as virus scanner etc.) but no luck.
What language are you writing in, and how big is your solution? For example, VB.Net is constantly checking for errors, and a large solution could overwhelm it.
精彩评论