Golda
Golda

Reputation: 3881

Desktop Version Quickbooks integration with Windows service

I want to integrate quickbooks with my windows service. Currently I am using quickbooks SDK. Its working with windows application. In windows service it shows "Could not start QuickBooks." Exception.

How to solve this issue

Upvotes: 3

Views: 698

Answers (1)

William Lorfing
William Lorfing

Reputation: 2656

QuickBooks does not support applications running as a Windows Service. The application needs to be running in the context of a user.

Ref: https://help.developer.intuit.com/s/article/Troubleshooting-Could-not-start-QuickBooks

Upvotes: 5

Related Questions