I'm using Visual Studio 2003 working on an ASP.NET application. Quite often, just in the middle of typing code 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.