Excel Addins in Dot Net

  • Thread starter Thread starter ns2k
  • Start date Start date
N

ns2k

I have a problem to install an addin project to a computer other than
the one I develop the project.
The setup project work fine, but the excel doesn't run the addin -
probably because it can't link the office dll in the addin project (I
don't ask how to build the addins itself, but how can I build it so
it will work for any computer).
In other words, how can I build an addin project that will work for
any computer with excel XP in it?
 
ns2k said:
I have a problem to install an addin project to a computer other than
the one I develop the project.
The setup project work fine, but the excel doesn't run the addin -
probably because it can't link the office dll in the addin project (I
don't ask how to build the addins itself, but how can I build it so
it will work for any computer).
In other words, how can I build an addin project that will work for
any computer with excel XP in it?

You need to make sure that the .NET run-time is installed on the target
computer. One way is to include it with your installer. VSTO requires Office
2003.

Jens.
 
I have the same problem liike you. It only works for some users in the same computer. I dont know why . Could I help
Is there any problem concerning the configurations of the .NET framework

Many Thanks
 
Back
Top