3

Dynamics Great Plainsの呼び出しを呼び出そうとしていますが、非常に苛立たしいエラーが発生します。

私はコードを呼び出します:

eConnectMethods eConCall = new eConnectMethods();

そして私はすぐに次のものをトラップします:

ERROR
System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   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)

...そして上の行で私のアセンブリを参照します。

誰かがeConnectオブジェクトが何を探しているのか、そしてそれをどのように機能させることができるのか教えてもらえますか?

4

1 に答える 1

2

ゼロから再起動することになり、エラーを再現できませんでした。はぁ。

于 2012-01-31T20:03:24.960 に答える