Excel COM Add-in not loaded after using Visual studio performance profiler -
my c# excel add-in soft disabled after running performance profiler of visual studio 2013. excel displays following error message:
load behavior: not loaded. runtime error ocurred during loading of com add-in.
checking checkbox in com add-ins dialog activate doesn't work. i've seen similar questions add-ins (although there no mention profiler on them) none of proposed solutions worked case.
addinional notes:
- adding environment variable “vsto_suppressdisplayalerts” value 0 see error details of error didn't work.
- editing loadbehavior of add-in in registry 2 3 doesn't fix cause gets set 2 again when excel starts.
how can excel load add-in again? tip on how debug runtime error?
Comments
Post a Comment