can't debug exe addon in C#

A

Amitai Palmon

Hi,
I've created an Exe AddOn in C#.
I've added the path (ends with bin\debug) in Visio to the file paths.
I still didn't get over the security problem (though I signed the assembly
using a strong name), but that's another question. In the meantime I set
security to "minimal".
The addon runs fine from a ShapeSheet cell ("actions" section).
The problem is debuging:
In VS.NET, project settings, I set the debug mode to: "wait to attach to
external process".
I first run Visio and then attach to the Visio process ("native" and "CLR").
The add-on runs fine but the breakpoint does not work, VisualStudio is not
in the picture.
I've tried other debug modes, but nothing.
Anybody can help?
Thanks
Amitai
 
Top