Even i am facing same problem, i have added NETWORK SERVICE and ASPNET for component that i am using.
after adding this when i launch the application remotely i can see application name in task manager, which was not before.
I am using following settings
1. In machine.config file
i have added "<processModel enable="true" userName="xxxxxxx" password="xxxxxx"/>"
2. i have not made impersonate =true in web.config file.
the error i am getting is
Retrieving the COM class factory for component with CLSID {325C722A-1882-4657-AEF8-824F6FFC2751} failed due to the following error: 80080005.
Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {325C722A-1882-4657-AEF8-824F6FFC2751} failed due to the following error: 80080005.
I have viewed your post on microsoft forums. I am having same problem in connecting with Microsoft Outlook due to some access rights. I am interacting with outlook for retreiving contacts saved in local account and saving it in to database. The project works
fine in debug mode but when i try to install this application on server then following error cause the crash of application. I am using ASP.NET 2.0 and added references of following dlls already
Contact.dll
Interop.Outlook.dll
Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80070005.
Best Regards
Falak Mahmood
Best Regards
Falak Mahmood
Don't forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
I have seen videos about dcom and those were excellent. Now i just want to clear whole scenario and then i will surely need your consultancy. My work is to deploy this web application on an international server. Every client can access it from any where.
After that application deployed on server will have to interact with the Microsoft outlook of every single client's machine for retreiving contacts and relating information. Is it possible for me to set up the permissions for every client who is accessing
that international server? Could you please have a detailed sicussion about it?
Best Regards
Falak Mahmood
Don't forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
brazen
Member
6 Points
24 Posts
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} ...
Mar 30, 2007 05:12 AM|LINK
Friends
in my application I generate Excel reports from a web page.Things work fine when I use it from my development machine.
The problem arises when I access the application from a remote machine(I have deployed it to remote machine).
it throws the error..
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005
I have also added ASPNET account for MS Excel Application on the deployment server.
Still I get the same error.
Thanx in advance.
brazen
Member
6 Points
24 Posts
Re: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-0000000000...
Apr 03, 2007 07:39 AM|LINK
I figured it out friends
I added Network Service account into the launch conditions for DCOM using dcomcnfg.
For those who dont know....
Type dcomcnfg in cmd
go to Component Services ->My Computer ->Com Security ->Lauch and Activate Permissions ->Edit Default ->Add...
Now add Network Service and allow all permisions to it.
Cheers
winniecheria...
Member
38 Points
38 Posts
Re: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-0000000000...
May 14, 2007 07:03 AM|LINK
hi
the same error is been show when i execute the application in my WINDOWS 2000 TERMINAL SERVER
i did as you said but, dont could add the Network Service,,, can you giv some suggestions
I added references of Outlook into my application for opening email client using my ASP.NET project,, its working fine in DEBUG mode,,,
but when i install this application on to my WINDOWS 2000 TERMINAL SERVER , this error is shown
Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80080005.
How should i solve this problem,,,
I am using ASP.NET 2.0,,,
it is perfectly working in DEBUG mode......
only when installed in SERVER its showing the above error
Thanks & regards
winnie cherian
Winnie Cherian
-------------------------------------------
ravibelkhind...
Member
10 Points
5 Posts
Re: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-0000000000...
May 25, 2007 01:33 PM|LINK
Hi,
Even i am facing same problem, i have added NETWORK SERVICE and ASPNET for component that i am using.
after adding this when i launch the application remotely i can see application name in task manager, which was not before.
I am using following settings
1. In machine.config file
i have added "<processModel enable="true" userName="xxxxxxx" password="xxxxxx"/>"
2. i have not made impersonate =true in web.config file.
the error i am getting is
Retrieving the COM class factory for component with CLSID {325C722A-1882-4657-AEF8-824F6FFC2751} failed due to the following error: 80080005.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {325C722A-1882-4657-AEF8-824F6FFC2751} failed due to the following error: 80080005.
thanks in advanceravibelkhind...
Member
10 Points
5 Posts
Re: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-0000000000...
Jul 13, 2007 05:43 AM|LINK
i got the solution..
may this link help you
http://www.opcactivex.com/Support/Tutorials/DCOM_Tutorial_-_Configuring_th/DCOM_Videos/dcom_videos.html
Regards,
Ravi
ravibelkhind...
Member
10 Points
5 Posts
Re: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-0000000000...
Jul 13, 2007 05:44 AM|LINK
i got the solution.
check this below link
http://www.opcactivex.com/Support/Tutorials/DCOM_Tutorial_-_Configuring_th/DCOM_Videos/dcom_videos.html
Regards,
Ravi
falaky
Member
236 Points
39 Posts
Re: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-0000000000...
Aug 16, 2007 01:56 PM|LINK
Hello,
I have viewed your post on microsoft forums. I am having same problem in connecting with Microsoft Outlook due to some access rights. I am interacting with outlook for retreiving contacts saved in local account and saving it in to database. The project works fine in debug mode but when i try to install this application on server then following error cause the crash of application. I am using ASP.NET 2.0 and added references of following dlls already
Contact.dll
Interop.Outlook.dll
Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80070005.
Best Regards
Falak Mahmood
Falak Mahmood
Don't forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
ravibelkhind...
Member
10 Points
5 Posts
Re: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-0000000000...
Aug 17, 2007 05:14 AM|LINK
Go through this video, i have followed the same instructions as explained.
http://www.opcactivex.com/Support/Tutorials/DCOM_Tutorial_-_Configuring_th/DCOM_Videos/dcom_videos.html
Hope this will help
Regards,
Ravi B
falaky
Member
236 Points
39 Posts
Re: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-0000000000...
Aug 17, 2007 01:25 PM|LINK
I have seen videos about dcom and those were excellent. Now i just want to clear whole scenario and then i will surely need your consultancy. My work is to deploy this web application on an international server. Every client can access it from any where. After that application deployed on server will have to interact with the Microsoft outlook of every single client's machine for retreiving contacts and relating information. Is it possible for me to set up the permissions for every client who is accessing that international server? Could you please have a detailed sicussion about it?
Falak Mahmood
Don't forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
midlet
Member
2 Points
1 Post
Re: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-0000000000...
Sep 13, 2007 09:53 AM|LINK
Click on the link below
http://support.microsoft.com/kb/288367
[;)]