K
Kevin
I am writing and addin for office with C#.net. I started the project with a share-addin, so the template automatically reference the office.dll to the project, but I need the Word object in the addin, then I added a word object library, now there are two office.dll in my project. one is from the Framework folder the other is from GAC. the addin works find in my development machines, but when I use the installer to install the addin on other machine, the addin won't work.
Q.1 is the two office.dll cause problem
Q.2. is there anyway to develop an addin that works in all version of office with .net? because the addin needs to reference the object library in order to interact with the app and there are difference versions of the libraries.
Q3. when deploying the addin, is the installer in the share-addin that created alone with the project good enough? when I use that installer to install the COM addin on the client machine, it won't work. whatelse can I do
th
kevi
Q.1 is the two office.dll cause problem
Q.2. is there anyway to develop an addin that works in all version of office with .net? because the addin needs to reference the object library in order to interact with the app and there are difference versions of the libraries.
Q3. when deploying the addin, is the installer in the share-addin that created alone with the project good enough? when I use that installer to install the COM addin on the client machine, it won't work. whatelse can I do
th
kevi