Visual Studio 2015 - Can't get real time compile and edit and continue to work

What steps do I need to take to enable real time compilation and edit and continue? I have several MVC5 C# applications and the features just don't work.

I enabled "Just My Code" and checked "Enable Edit and Continue" in Debugging options. I even tried to reinstall Visual Studio.

Upvotes: 3

Views: 488

Answers (1)

In the end I created a new project and copied source files over. It is now working as expected.

Must have been a setting somewhere that I wasn't able to locate.

Upvotes: 0

Related Questions