outlook error: 80080005

T

Theodoor.Smit

Hi,

Having outlook running automated al works fine on most host machines,
but as you can imagine not on the test enviroment.

The above error is raised while starting outlook after i killed all
instances still running.

In the usual way:
Apptype = Type.GetTypeFromProgID(strOutlookProgId);
app = (Outlook.Application)Activator.CreateInstance(Apptype);

Full error:
Retrieving the COM class factory for component with CLSID
{0006F03A-0000-0000-C000-000000000046} failed due to the following
error: 80080005. COMException stack

Is it possible this is the case when there are still some COM+ addins
running in the background , or other appended processes?
 

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