我有一个非常大的项目,我不能轻易剥离。
关闭应用程序时,我收到错误消息
"InvalidComObjectException: A COM object that has been disconnected from the RCW can not be used."
细节:
System.Runtime.InteropServices.InvalidComObjectException has occured.
HResult=-2146233049
Message=A COM object that has been disconnected from its RCW can not be used.
Source=mscorlib
StackTrace:
at System.StubHelpers.StubHelpers.StubRegisterRCW(Object pThis)
InnerException:
不幸的是,我看不到这是关于什么 COM 对象。有人知道我怎么能找到吗?不幸的是,我无法阅读 ASM 来分析反汇编。