错误使用CLSID创建COM组件的实例。 WCF与COM

时间:2014-12-11 14:42:55

标签: wcf com marshalling clsid

我如何解决我遇到的下一个问题。我使用WCF并引用COM。

Creating an instance of the COM component with CLSID {...} from the IClassFactory failed due to the following error: fffffdf8f Exception from HRESULT:0XFFFFFDF8F

显然,出现的CLSID是我的COM。我的COM在Power Builder 11.5中编译。

经过长时间的使用后,它出现在生产环境中,但在一天开始时效果很好。

你认为我应该使用System.Runtime.InteropServices.Marshal.FinalReleaseComObject(COM)吗?

0 个答案:

没有答案