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.
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.