将 Windows 服务连接到 QuickBooks 的工作示例...?

发布于 2024-07-14 03:03:19 字数 134 浏览 9 评论 0原文

任何人都可以提供连接到 QuickBooks 桌面版本的 Windows 服务的工作示例吗?

我可以使用 QuickBooks SDK 中的示例代码让我的控制台应用程序正常连接,但它似乎没有作为 Windows 服务执行任何操作...

Can anyone provide a working example of a Windows Service that connects to QuickBooks desktop editions?

I can get my console application to connect fine using their sample code in the QuickBooks SDK, but it doesn't seem to do anything as a Windows Service...

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

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

发布评论

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

评论(1

沩ん囻菔务 2024-07-21 03:03:19

QBSDK 不喜欢 Windows 服务(或 IIS)使用 QBW 文件。 他们有一个解决办法,但它并不漂亮,而且根据我的经验,不太可靠。

它需要一个名为 QBXMLRP2e.exe 的 COM 组件

开发人员指南 有一些相关信息,但谷歌搜索会提供更好的结果。

我会提供一些我在尝试使用它时编写的代码,但是a)它被废弃了,我不知道它到底在哪里,b)它一开始就不能正常工作,所以我不想让你误入歧途。

抱歉,我无法提供更多帮助。

The QBSDK does not like Windows services (or IIS for that matter) working with the QBW file. They have a work around, but it's not pretty, and from my experience, not overly reliable.

It requires a COM component called QBXMLRP2e.exe

the developer guide has some information on it, but googling will provide better results.

I'd supply some code that I wrote when trying to use this, but a) it's abandoned and I don't know exactly where it is, and b) it didn't work right in the first place so I don't want to send you down the wrong track.

Sorry I couldn't have been more help.

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