我如何解决我遇到的下一个问题。我使用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)
吗?