Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 28, 2012 01:30 AM by Dino He - MSFT
Member
2 Points
2 Posts
Feb 20, 2012 07:29 AM|LINK
I met a new issue today, when I use web Service, I get the error:
Retrieving the COM class factory for component with CLSID {8D914F4D-2A67-477D-B31C-7DD572CE2B97} failed due to the following error: e06d7363.
It occurred when I try to create a new instance in some other dll.
But it's stronge that I can the web service when I choose Visual Studio Development Server. But failed when using Local IIS Web Server.
Helps!!
Star
8068 Points
1023 Posts
Microsoft
Feb 22, 2012 06:49 AM|LINK
Hi
Maybe you need to change the platform target in your VS.
For VS:
project properties - in the Build tab - platform target =X86
http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/
And you can set "Enable 32bit application" to true for Default Application Pool in IIS.
Hope it helpful.
Feb 24, 2012 05:05 AM|LINK
Thank you for your response, but it seems not work either. :(
Feb 28, 2012 01:30 AM|LINK
I found this discussion may help you.
http://forums.asp.net/t/1303594.aspx/1
You may have low permission when you use it in IIS.
supergaoz
Member
2 Points
2 Posts
Retrieving the COM class factory for component with CLSID {8D914F4D-2A67-477D-B31C-7DD572CE2B97} ...
Feb 20, 2012 07:29 AM|LINK
I met a new issue today, when I use web Service, I get the error:
Retrieving the COM class factory for component with CLSID {8D914F4D-2A67-477D-B31C-7DD572CE2B97} failed due to the following error: e06d7363.
It occurred when I try to create a new instance in some other dll.
But it's stronge that I can the web service when I choose Visual Studio Development Server. But failed when using Local IIS Web Server.
Helps!!
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: Retrieving the COM class factory for component with CLSID {8D914F4D-2A67-477D-B31C-7DD572CE2B...
Feb 22, 2012 06:49 AM|LINK
Hi
Maybe you need to change the platform target in your VS.
For VS:
project properties - in the Build tab - platform target =X86
http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/
And you can set "Enable 32bit application" to true for Default Application Pool in IIS.
Hope it helpful.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
supergaoz
Member
2 Points
2 Posts
Re: Retrieving the COM class factory for component with CLSID {8D914F4D-2A67-477D-B31C-7DD572CE2B...
Feb 24, 2012 05:05 AM|LINK
Thank you for your response, but it seems not work either. :(
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: Retrieving the COM class factory for component with CLSID {8D914F4D-2A67-477D-B31C-7DD572CE2B...
Feb 28, 2012 01:30 AM|LINK
Hi
I found this discussion may help you.
http://forums.asp.net/t/1303594.aspx/1
You may have low permission when you use it in IIS.
Hope it helpful.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework