3

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

Golda
  • 3,823
  • 10
  • 34
  • 67

1 Answers1

5

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

Reza S
  • 9,480
  • 3
  • 54
  • 84
William Lorfing
  • 2,656
  • 10
  • 7
  • Is it possible with quickbooks web connector, that is when i add the details in quickbooks it should add in my db? without a windows service? – Golda Oct 23 '13 at 13:34