Gary,
I when and downloaded you demo for the ShapeAppMacroRecording (ShapeAppMacroRecordingCSharp-WithIPHTerminateOrphanedVSTA.zip).
Using this as a demo, in debug mode, I am unable to modify the code. I am getting the “Edit and Continue” message prompt saying “Changes are not allowed when the debugger has been attached to an already running process or the code being debugged was optimized at build or run time.”
In project properties, in build section, I unchecked optimize code and checked define debug constant.
Is there a way to allow for Edit and Continue in an VSTA v2 when an addin is loaded with an non-destructive debugging method?
Thanks,