0

我试图实例化我自己的 COM+ 组件(作为库应用程序运行)但没有成功。

当我尝试创建它时,我得到的只是一个 NotImplementedException

dim myComponent As New MyComponent()

堆栈跟踪没有太大帮助:

   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)    
   at System.EnterpriseServices.Thunk.Proxy.CoCreateObject(Type serverType, Boolean bQuerySCInfo, Boolean& bIsAnotherProcess, String& uri)    
   at System.EnterpriseServices.ServicedComponentProxyAttribute.CreateInstance(Type serverType)    
   at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(RuntimeType serverType, Object[] props, Boolean bNewObj)    
   at MyApp.MyMethod() in D:\blabla\MyService.asmx.vb:line 66 (this line have been modified by me)

COM+ 组件是为“AnyCPU”编译的,webbservice 在 ASP.Net 4 应用程序池中运行 x64。

人力资源结果:-2147467263

4

1 回答 1

0

我没有删除旧的 .tlb 文件(对于以前的版本)。删除它们有帮助。

于 2010-09-21T08:37:17.340 回答