Outlook AddIn can't load outside Visual Studio

D

dxider

Hi, I'm trying to deploy a Outlook AddIn into various computers.

The AddIn is programmed in C# using VS2008, it works when I run it inside
Visual Studio IDE, but when the project is installed via the Setup project,
Outlook won't load the AddIn, if I try to load it manually, Outlooks displays
an error indicating that the AddIn is not a valid Office Complement.

I even tried to load it from the project bin/release folder in the same
computer where is programmed, but Outlook cant load it, same error.

The project uses CDO to get some inaccesible properties, CDO is already
installed and works without problems when project is loaded from VS.

Can someone give me a clue to solve this problem?.
Thanks in advance.
 

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