2

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

4

0 回答 0