Visual Studio Error - "Operation could not be completed"

Recently, Visual Studio accidentally caused pop-up errors (in that it does not happen all the time, but about 80% of the time) when I try to debug my program. There are no build errors or warnings, etc., and I have worked with this before, but now it seems to be getting worse (and I haven't changed anything). In addition, the program only downloads the console application, and the rest of the business logic (which is distributed over several projects) is launched only when the user enters certain commands.

Several times, Visual Studio also froze. I am running Visual Studio 2010 Premium.

The exact error is: “The operation cannot be completed,” and it appears in a pop-up window, giving me the opportunity to click “Ok.” It seems to happen after saving the changes (for example, changing the line ... again, no build errors.

Greetings, any thoughts would be greatly appreciated!

+7
source share
1 answer

This is a special VS 2008 fix for this error, not sure about 2010

http://social.msdn.microsoft.com/Forums/en-US/vbide/thread/40d2d241-a0c0-4137-9da9-e40611972c0e/

+4
source

All Articles