Outlook XP Add-In with VS.NET 2003 - HOW TO DEPLOY

  • Thread starter Morten Marquard
  • Start date
M

Morten Marquard

I have created a new Outlook Add-In for Outlook XP as described in
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnout2k2/html/odc_oladdinvbnet.asp.
It works just fine on my local machine with VS.NET 2003 installed.

HOWEVER - I cannot deploy it on other machines! I have installed the
Office XP PIA on both my develoment machine and machine where I wish
to deploy.

The Add-In simply doesn't load at all! Inspecting it from Outlook's
COM Add-IN I see the error: "Not loaded. A runtime error occurred
during the loading of the COM Add-in". The name of the DLL is
mscoree.dll.

As the DLL works just fine on my development machine I doubt it has
anything to do with the Add-in. Further - how can I get more
information about what is going on?

I have tried to write to a file in the OnConnection event - which
works fine in the development environment, but not in the deployment
scenario.

Thanks in advance
Morten
 

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