- I am using C# in VS 2010
- I am using Quickbooks 2011 Premium
- I downloaded the latest QBSDK (v12.0)
- I open the QB sample data file (sample_product-based business.qbw)
- I open the
InvoiceAdd
project (C:\Program Files (x86)\Intuit\IDN\QBSDK12.0\samples\qbdt\c-sharp\QBFC\QBInvoiceAdd
) - I converted their project to VS 2010 and then I set the build option to x86 At the line:
sessionManager.BeginSession("", ENOpenMode.omDontCare);
I get the error
Can't open quickbooks: Quickbooks can't start because it is already running
I have tried entering a full path into the beginsession
function call but I get no further.
Please help me find what I am doing wrong. Am I using the wrong SDK for a desktop app?
Thanks!