Edit and continue feature stopped working in Visual Studio 2010

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

    Removing the * from the assembly versions of my referenced projects solved the issue for me.

    From Github:

    "I reproduced this issue on a mix of VB and C# projects with [assembly: AssemblyVersion(1.2.3.*")]. Once a VB project references a C# project with this setting things start collapsing. It looks like it has the same problem the other way around." -rhuijben

    https://github.com/dotnet/roslyn/issues/28224

    (At risk of being flagged, seems we have been suffering from VS Edit and Continue issues for over a decade. It's shocking to me that the Microsoft Visual Studio team hasn't cared enough to help developers by providing more verbose info when this occurs)

提交回复
热议问题