I am using Visual Studio 2012, Vb. I am trying to use edit-and-continue (edit code when debugging) and get this exception:
"Changes in 64-bit applications are not allowed."
And x86 platform targeting doesn't work. What can I do? Any suggestion?
Change + Continue in VS2012 is supported only for 32-bit code, as it was with VS2005.
This will change soon, E + C for 64-bit managed code will be supported in VS2013. Currently in preview.
Edit and Continue are now officially available in Visual Studio 2013 for 32-bit and 64-bit.
Source: https://habr.com/ru/post/1490920/More articles:Is it possible to override default_scope in rails_admin? - rails-adminIs it possible to use systemtap 1.7 / 2.1 on Ubuntu 12.04 with 3.5.0 / 3.8.0 kernels? - linux-kernelreturn Task.ContinueWith () without TResult knowledge - c #How to implement \ p {L} in python regex - pythonWhat happens after the Google App Engine application reaches the free quota limit (billing is disabled)? - google-app-engineRails, Tire and CircleCI: getting Errno :: ECONNREFUSED error when running rspec tests when creating Tire-Searchable objects - ruby-on-railsdjango slice string in the template - djangoTypeError: Cannot read property "_csrf" from undefined - expressHow to add padding-left and right on each line break in the span - htmlNokogiri can't fix problem with native extensions - ruby โโ| fooobar.comAll Articles