Question about Visio Add-ins

B

bkaler

We Implemented A Microsoft Visio AddOn in Visual Studio 2005 with .NET 2.0
(implements the IDTExtensibility2). It works on the development machine but
when we install on a clean test machine, Visio is not able to load it. Error
is

Location: mscoree.dll
Load Behaviour: Not loaded. A runtime error occured during the loading of
the COM Add-in


We figured that it is looking for Extensibility.dll which is not present on
the test machine. Question is, how to deploy it on customer machines. What
are the dependencies?
 
Top