Edit and continue feature stopped working in Visual Studio 2010

后端 未结 22 1892
南旧
南旧 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:03

    For me this was caused by Nuget failing to download a package (built for Net Framework) to a Net Standard project that was being referenced. Nuget entered an infinite loop (look in the output window).

    The solution was to turn off the 'automatic package restore' setting see: https://developercommunity.visualstudio.com/content/problem/26638/nuget-infinite-loop.html

    to access this setting Tools > Options > NuGet Package Manager > General

提交回复
热议问题