Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Edit & Continue work for VS 2010, ASP.Net MVC application on a 64-bit Windows 7 OS? [duplicate]

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?

like image 942
dan Avatar asked Feb 10 '11 00:02

dan


People also ask

Does edit mean change?

To supervise the publication of (a newspaper or magazine, for example). verb. 7. 3. The definition of an edit is a change made to something before a final copy is submitted.

What is the synonym of edit?

improve, revise, emend, polish, modify, adapt, rewrite, reword, rework, rescript, redraft, rephrase. assemble, prepare for publication. shorten, condense, cut, abridge. approve, censor, redact. informal clean up, iron out.


1 Answers

Check to make sure you're not debugging. I got this error as well then I realized it was debugging. Either stop debugging or detach then make your changes.

like image 139
Code Wolfe Avatar answered Dec 05 '22 20:12

Code Wolfe