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

前端 未结 7 1518
故里飘歌
故里飘歌 2020-12-02 02:46

When trying to execute from within Visual Studio 2008 your application and you get the (uninformative) message \"The operation could not be completed\".

The solution

7条回答
  •  [愿得一人]
    2020-12-02 03:08

    There are several causes and workarounds regarding to this problem and you might try the following ones that are useful most of the time:

    Delete the "Your_Solution_FileName.suo" file and restart Visual Studio.

    or

    Right click on the project and select Unload Project and then click Reload Project by right clicking on the project again might also fix it.

    Hope this helps...

提交回复
热议问题