How to register the .net dll as the visio addin

J

Jeeban

actually i m using the instalshild 2208 and visio 2007
i m trying to add the addin in to the visio.
i m created the addin dll in the vs2005 .
but it is running after instalation , but it is not loaded in the visio
addin .
The it is not register as the addin ..
Can anybody give any suggestion for how to register the .net addin in to the
visio .


regards
jeeban
 
J

Jeeban

Jeeban said:
actually i m using the instalshild 2008 and visio 2007
i m trying to add the addin in to the visio.
i m created the addin dll in the vs2005 .
The set up is running fine , but it is not added in the visio addin .
 
N

Nikolay Belyh

Morning, sir.
actually i m using the instalshild 2208

Good news, everyone! (c)
Hopefully the launch of the hadron collider in CERN that is believed
to be
capable of generating black holes will not destroy the Earth next
month!
:)
i m created the addin dll in  the vs2005 .
but it  is running after instalation , but it is not loaded in the visioaddin .
The it is not register as the addin ..
Can anybody give any suggestion for how to register the .net addin in to the
visio .

You can always use Visual Sutio to create an installer for you.
Visual Studio creates installer project automatically when you create
addin project.
(I assume that you have Visio SDK installed)

The concrete things you should perform to deploy your add-in
depend on the technology your addin is based on.
I mean, the instructions would differ for VSL-addin, COM-addin, VSTO-
addin.

Some links to "nasty details" in MSDN:
http://msdn2.microsoft.com/en-us/library/s66ay8f7(VS.80).aspx
http://msdn2.microsoft.com/en-us/library/ms268868(VS.80).aspx

Kind regards, Nikolay.
 

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