JIT debugger with Visio

M

mayank.kumar

Is it possible to use the JIT debugger with Visio while trying to
develop a COM addin in C#?

I did read a message when an uncaught exception from my addin was
thrown in Visio, however the steps described in that don't seem to
work. Any help is setting up the JIT debugger would be great ..

Thanks,
Mayank
 
M

mak

Figured this out from an earlier post. We can set VISIO as the external
launch application to Visio. Goto Project / Properties / Debug / Start
Action / Start External Program and set it to C:\Program
Files\Microsoft Office\Visio11\VISIO.EXE ...

Hope this helps someone if he comes around :)
 
Top