Great Plains eConnect 问题、FileNotFoundException...我缺少什么?

发布于 2024-12-28 18:08:29 字数 871 浏览 2 评论 0原文

我正在尝试调用对 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 对象正在寻找什么,以及如何让它工作吗?

I am trying to invoke a call to Dynamics Great Plains, and am getting a very frustrating error.

I call the code:

eConnectMethods eConCall = new eConnectMethods();

and I immediately trap the following:

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)

... and then referencing my assembly at the line above.

Can someone tell me what the eConnect object is looking for, and how I can get it working?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你曾走过我的故事 2025-01-04 18:08:29

我最终从头开始重新启动,但无法重现该错误。叹。

I ended up restarting from scratch and I was unable to reproduce the error. Sigh.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文