C# Addin setup problem

E

Edward Lee

We created an Addin in C# using VS' wizzard.In the dev environment, it works
well on development machine.

But when we deployed the addin on other machine with the same version of
Visio & dotnetfx.exe using the wizzard generated setup project. We do not
see the addin in Visio COM Addins box.

we found the Connect class works well only if we do NOT inplement interface
Visio.IVisEventProc:

public class MySink: Visio.IVisEventProc{
//...
}

Any help are appreciated very much!

Ed
 

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