Excel managed AddIn does not start and is not visible

I

Ivan

Hi all,



I have the following problem:



I've made an Excel managed add-in using C#, VS 2005 , VSTO SE and

Excel 2003.



The problem is that when click F5 on VS the add-in strarts, installs

commandbars, buttons etc. and works fine.

If stop debug mode of VS and strat Excel manually the add-in still works,

BUT if after it start the Setup and install the add-in via the standart
setup

project which VS generates the add-in no more works. I've made it a strong

name, use RegAsm.exe with parameter /codebase , everything as is

described everywhere.



Also there is oneother thing:



When I install the add-in with the Installer it registers successfuly as COM

and I'm able to make an instance of it using VB 6 or VB Script, and it

works. BUT do not do anything with Excel.



Also in both cases - F5 in VS or Installer setup it is not visible in

Tools|Addins menu of Excel, even though in the first case it works fine -
not

visible in addins menu.



Thank you in advance
 

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