Edit and continue feature stopped working in Visual Studio 2010

后端 未结 22 1886
南旧
南旧 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 07:16

    I had this problem in Visual Studio 2013, and :-

    • Sometimes just closing and reopening the solution works, but when that doesn't
    • restarting Visual Studio (Close solution, exit Visual Studio, Re-open Visual Studio, re-open solution, re-try debugging with Edit & Continue) fixes it.

    In my case, I didn't have any Interop types that were embedded, nor did any of my code have the dynamic keyword, and I had performed a full solution clean without success. I had been running, debugging and re-starting many times, however, so it may have had something to do with memory -- it took Visual Studio more than one minute to close, during which time the disk was thrashing (presumably memory paging at play).

提交回复
热议问题