I'm using Visual Studio 2012, Vb. I try to use edit-and-continue (edit the code while debugging), and get this exception:
"Changes to 64-bit applications are not allowed"
And targeting the x86 platform, doesn't work. What can I do? Any suggestion?
I'm using Visual Studio 2012, Vb. I try to use edit-and-continue (edit the code while debugging), and get this exception:
"Changes to 64-bit applications are not allowed"
And targeting the x86 platform, doesn't work. What can I do? Any suggestion?
Edit + Continue in VS2012 is only supported for 32-bit code, as it has been since VS2005.
This will be changing soon, E+C for 64-bit managed code will be supported in VS2013. Currently in preview.
Edit and Continue is now officially available in Visual Studio 2013 for both 32-bit and 64-bit.