S
shashi behari
Using C#, VS 2005 (December 2004 CTP) and Visio Pro 2003 (SP1).
After creating and building an Add-in, i can get it to run in a Visio
Instance without having to install it. This works fine until it encounters an
"unhandled" exception in the OnConnection method, the AddIn won't run as
normal even after removing the erroneous code, and i have to create a new
solution everytime it happens (this creates a new GUID for the Add-In, even
though the Process Name is the same)
Since the Add-in runs in a Visio instance, it is tricky to effectively debug
my code.
This could be a bug or "feature" (maybe Visio/Office will eternally block an
Add-in that may damage your pc) but has anyone here found a work-around /
fix for this ?
After creating and building an Add-in, i can get it to run in a Visio
Instance without having to install it. This works fine until it encounters an
"unhandled" exception in the OnConnection method, the AddIn won't run as
normal even after removing the erroneous code, and i have to create a new
solution everytime it happens (this creates a new GUID for the Add-In, even
though the Process Name is the same)
Since the Add-in runs in a Visio instance, it is tricky to effectively debug
my code.
This could be a bug or "feature" (maybe Visio/Office will eternally block an
Add-in that may damage your pc) but has anyone here found a work-around /
fix for this ?