Hello Friends,
I have created one application in C# which read unread mails from outlook and Stored in SQL Database.
My application is running perfectly in Visual Studio , but when i have placed on IIS then it gives me error at the time of outlook object created like.
objoutlook = new Outlook.Application
Error: Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80080005.
Please give me some solution.
Its Very Urgent
Hope u will understood my problem
Thank You,
Talha Karkun
Loading
Suthish NairPosted Jun 6, 2011, 3:14 AM
Suthish NairPosted Jun 6, 2011, 3:12 AM
Sam HobbsPosted Jun 6, 2011, 1:57 AM
Are you sure that Outlook is installed and executes successfuly in the server? Is the IIS system the same system as the one you are using VS with?
All of that however might be irrelevant. Look at Considerations for server-side Automation of Office.
Ankur GuptaPosted Jun 2, 2010, 8:47 AM
and please write names of dll which you are using and placed in bin folder.
Abhimanyu K VatsaPosted Jun 2, 2010, 7:05 AM
talha karkunPosted Jun 2, 2010, 5:38 AM
my problem is that application run in Visual Studio perfactly
but not worked in IIS Vertual Ditrectory..
pls help me
Ankur GuptaPosted Jun 2, 2010, 5:31 AM