Edit and continue feature stopped working in Visual Studio 2010

后端 未结 22 1866
南旧
南旧 2020-12-05 06:43

The Visual Studio Edit and Continue feature stopped on Visual Studio 2010, and I don\'t know what has caused the problem.

I am working on a Windows application progr

22条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 06:50

    I understand this post is old, but I had this issue lately, and this blog post shows me how to fix it.

    • Delete the obj folder
    • Delete the bin folder. You can copy and paste libraries, data files, etc...back to the folder after removal.
    • From VS, menu Solutions -> Clean solution.

    This works for me multiple times.

提交回复
热议问题