add-in installation does not work on Visio 2003 with .NET framework only

Y

Yaniv.Jager

I have created a COM add-in project in VB.NET 1.1 using the
Extensibility Wizard. I
ran the set-up on development machine with VS.NET installed and add-in
runs
fine when I open Visio 2003. But when installing the set-up on a
machine with .NET
framework only and open Visio, the add-in does not work.
I observed that Visio is resetting the load behavior from 3 to 2 when
launched.
 
S

Sam Santiago

I just had a similar problem this week. Our issue was that Visio cannot
find the assemblies for the add-in. You might want to ensure Visio is
loading them. You can use the Assembly Binding Log Viewer to verify this:
http://msdn.microsoft.com/library/d...tml/assembly_binding_log_viewer_resources.asp

There were two ways around this:

1) Use a COM Shim for your addin:
http://msdn.microsoft.com/library/d...dno2k3ta/html/ODC_Office_COM_Shim_Wizards.asp

2) Try strongly signing your assemblies and putting them in the GAC.

Good luck.

Thanks,

Sam

--
_______________________________
Sam Santiago
(e-mail address removed)
http://www.SoftiTechture.com
_______________________________
 

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