I have Visual Studio 2010, on a 64-bit OS, and a large solution with multiple projects. The main one is an ASP.NET MVC 3 project.
I am trying to enable "Edit and Continue" but I'm not having any luck. I have followed all the steps outlined here:
http://hobby.keluargareski.net/2010/05/17/how-to-enable-edit-and-continue-in-visual-studio/
and have targeted x86 in all my projects. I receive a dialog box stating:
"Changes are not allowed if the assembly has not been loaded"
Has anyone had any success with a similar setup? Is this even possible?