Excel add in distribution problem

Cloud

New member
Joined
Jan 10, 2007
Messages
2
Programming Experience
1-3
hi there,

I have the following problem. I created an excel add in in VB .NET using visual studio 2005. The add in works fine on my computer and also on my colleague's computer that have visual studio 2005 installed on their computer. The addin however can't load properly on computers that do NOT have visual studio 2005 installed. I read a bit through MSDN online and noticed something interesting. All the the walkthrough articles stated that the add in wizard creates a reference to "extensibility" and that the setup programm will include a extensibility dll. My project has the extensibility reference but the setup programm does NOT include an extensibility dll. Could this be the problem and how could i solve this?

Any help would be appreciated. Thanks
 

Latest posts

Back
Top