Debug Visio Add-in

J

Jonathan

Hello,

I develop a small add-in in C#, but I can't debug it.
When I request the debug, VS launch Visio, but my add-in isn't used.
The "OnConnection" methods isn't called.
But when I install the add-in and launch Visio by myself, it's working.

I work with VS 2003 and I have the VS 2005 installed on the same
computer.
 
J

JuneTheSecond

For VS2003 there are some Q&A here in this site, but for VS2005 not.
Didi you try VS2005?
 
J

Jonathan

Oh, ok, I haven't seen . Thank you.
I don't use VS2005 to develop my add-in because I use Windows 2000 and
it's not compatible.
 
D

David Parker

Two possible reasons:
1. Have you installed it?
2. Do you have .Net Framework 2 also on your PC. If so, you need to have an
XML config file in the Visio solution folder to ensure that Visio starts
with .Net Fraemwork 1.1
I don't have the file on this PC, but I have posted it last year....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top