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