I cannot get "Edit and Continue" to work in Visual Studio. It does not work with the message "Changes are not allowed if the project was not created when starting debugging."
I am debugging an ASP.NET Core (1.1.0) Web API application using the .NET Framework 4.6.1 and Entity Framework 6.1.3.
I am using Visual Studio 2015 Enterprise Update 3 with IIS Express.
I have editing and continuing under "Tools"> "Options"> "Disable"> "Enable editing and continue."
I have IntelliTrace installed for IntelliTrace events only in Tools> Options> IntelliTrace> General. Disabling IntelliTrace did not solve the problem.
I also added COMPLUS_FORCEENC = 1 to the system environment variables.
Any other ideas?
source
share