Friday, October 12, 2012

Visual Studio Hosting Process and “The operation could not be completed”

For quite some time, one of my workstations constantly got "The operation could not be completed" when I run the app in Debug Mode in Visual Studio. I had no idea what caused this (my another workstation doesn't have this problem). I had to do things like close and re-open Visual Studio, kill the process, etc.
When I googled this problem, I realized I'm not the only one experienced this. The solution I found is to turn of Visual Studio Hosting Process in Project's Properties -> Debug tab. Links as below.

http://stackoverflow.com/questions/33338/visual-studio-hosting-process-and-the-operation-could-not-be-completed

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

No comments: