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