Cristiano Gasparotto
Guest
|
I'm writing an add-in for Word 2003 and on my development machine it works fine. When I try to install it on a test environment (only Windows 2003 and Office 2003), Word fires an exception and ask me to disable the addin.
I've tried to keep the addin very simple but the problem persists. Even starting from scratch and adding a new CommandBar with a button and commenting all unnecessary code causes this behavior.
Have you a FAQ or good practice suggestions about installation? I'm sure I've missing something.
Thanks,
Cris
|
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Cris.
What version of .NET framework is installed on the test PC? Can I send you a test project so that you can test it out in the test environment?
Have you a FAQ or good practice suggestions about installation? I'm sure I've missing something
The setup project for office COM addins based on ADX automatically includes all necessary files. If you add some additional assemblies you also should include them in the setup project. The following assemblies must be placed in the add-in folder and then registered in the GAC (the registration will be executed automatically if you use the ADX setup project).
|
|
Cristiano Gasparotto
Guest
|
Thanks Sergey,
I'm using .NET v1.1.4322 on Windows 2003 and a setup project output automatically generated by ADX. I've used the COM shim proxy.
In any case send me the test project: I'll try it in a hurry. You probably already have my email address as a registered user or tell me where can i send you my address.
Cris |
|