Deploy AddIn for MS Project 2003 client

N

Nikolay

I make AddIn for MS Project 2003 with C# + .Net.
My assembly is signed.
When I deploying to other computer loadBehavior key in Registry change from
3 to 2 and module can't load.
Please help my. Where mistake?
 
A

Assaf

Hi Nikolay,
Similar thing happened to me.
Try the next things:
1. Add the fix of KB908002 (Shared add-in support update for microsoft .Net
framework 2.0) as a prerequisite to your setup project.
2. If you write keys to the registry, put them in the current user folder
and not local machine.

Hope this will help,
Assaf
 

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