Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

I am facing a weird issue for my one of my application. I have a wcf service hosted on a server. I access this service via a windows application from my system.

This service was working fine few days back but somehow returning a com component error now when ever i try to login.

Below is the error details:

"Creating an instance of the COM component with CLSID {248A1BA7-8F40-4EF5-AFC0-694C62C91408} from the IClassFactory failed due to the following error: 8007007e."

I have checked all the seetings, endpoints, configs of application. It all seems fine.

Please provide any suggestions on this.

Thanks in advance.
Posted

1 solution

If you are using a com .dll object then you must register it in your system using
C#
regsvr32 thenameofdll
using console cmd.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900