简体   繁体   中英

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 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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM