在 Navision 中使用 Com Interop
我刚刚开始使用 Navision,有一个非常基本的问题。如果我在 C# 中创建一个 Com 对象,该对象需要驻留在哪里?它是每个客户端本地的还是服务器上的?
I am just starting with Navision and have a very basic question. If I create a Com Object in C# where does the object need to reside? Is it local to each client or is it on the server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您在 Navision 中使用该对象的方式 - 根据您访问它的方式,它可以驻留在 Navision DB 服务器上,也可能需要复制并注册到每个客户端。
It depends on what way you'll be using the object in Navision - depending on how you access it, it can either reside on the Navision DB server or it may need to be copied and registered to every client.