J
Jennifer
I am writing an ASP.NET/C# application and having trouble with outlook. I
keep receiving this error.
Exception Details: System.Runtime.InteropServices.COMException: Retrieving
the COM class factory for component with CLSID
{0006F03A-0000-0000-C000-000000000046} failed due to the following error:
80040154.
Source Error:
Line 1196: {
Line 1197: // Create an Outlook application.
Line 1198: Outlook.Application oApp = new Outlook.ApplicationClass();
Line 1199:
Line 1200: // Get the Mapi NameSpace and the Logon.
I do not know how to fix this. Please help!
Jennifer
keep receiving this error.
Exception Details: System.Runtime.InteropServices.COMException: Retrieving
the COM class factory for component with CLSID
{0006F03A-0000-0000-C000-000000000046} failed due to the following error:
80040154.
Source Error:
Line 1196: {
Line 1197: // Create an Outlook application.
Line 1198: Outlook.Application oApp = new Outlook.ApplicationClass();
Line 1199:
Line 1200: // Get the Mapi NameSpace and the Logon.
I do not know how to fix this. Please help!
Jennifer