登录时WCF服务的Com组件错误 [英] Com component error with WCF service while login

查看:95
本文介绍了登录时WCF服务的Com组件错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我的申请表面上有一个奇怪的问题。我在服务器上托管了一个wcf服务。我从我的系统通过Windows应用程序访问此服务。



此服务几天前工作正常,但是当我尝试登录时,现在以某种方式返回com组件错误。



以下是错误详情:



使用CLSID创建COM组件的实例{来自IClassFactory的248A1BA7-8F40-4EF5-AFC0-694C62C91408}由于以下错误而失败:8007007e。



我检查了所有的seetings,endpoints和configs。一切似乎都很好。



请提供任何建议。



提前致谢。

解决方案

如果您使用的是com .dll对象,那么您必须使用

 regsvr32 thenameofdll 使用console cmd。


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.

解决方案

If you are using a com .dll object then you must register it in your system using

regsvr32 thenameofdll

using console cmd.


这篇关于登录时WCF服务的Com组件错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆