I am developing a program in VS 2012, VB.NET. I am using QBSDK v12. I am attempting to open a connection to QB Enterprise 2012, but what happens is that it opens a secondary instance of QB, and then gives me an error message that it can't open two instances at once. If I leave QB closed while trying to connect, I get a message that I need to give it permission first, which requires QB to be open when connecting. I have tried to leave off the company file name, and only connect to the currently open session, but it still opens that secondary window. I have updated QB to the latest and greatest. Nothing seems to help.
QBSDK Opening secondary instance of QuickBooks
609 views Asked by user2679328 At
1
There are 1 answers
Related Questions in VB.NET
- how do i stop system stack overflow in visual basic?
- Finding and Using Camera found in “Imaging Devices” in VB.NET
- Finding a specific colour within a bitmap range - VB.net 2022
- Filtering a double value
- How to call late bound extension method from VB.NET (Framework)
- Accessing a variable from a string
- Calling ToString with a nominated format returns Char rather than String
- Monthly attendance report in Crystal Report
- Progress Bar increment while running
- GetValue for Field contains too many arguments
- Icon of Window form application
- vb.net connection string to a regular google drive
- VB.NET how to check if a form already exists?
- How to get paste to work for pasting in text in a textbox?
- How to convert base64 string to image using vb.net
Related Questions in QUICKBOOKS
- Quickbooks Online API PHP SDK Adding "Name" (EntityRef) to Journal Entry Line Details
- How do I create a Purchase with a Vendor and Date? (Is this what I want to do?) - Quickbooks API
- EntityRef missing from the response for Transaction Query
- QuickBooks Desktop
- Connecting Quickbooks OAuth through Google Apps Script
- Intuit (Quickbooks) API Upload Image as an attachable to an Item (product) NodeJs
- Quickbook web connector , sendRequestXML throws Object reference not set to an instance of an object error
- Sync Quickbooks desktop and quickbooks payments against that invoice
- QuickBooks SDK: How to use the QBFC library (32-bits) within a 64-bit application
- How to Integrate QuickBooks Desktop Payments with Node.js in Our E-commerce Project?
- Including a ClassRef in QuickBooks InventoryTransferAddRq
- Error with simple ClassQueryRq to Quickbooks Web Connector
- How do I convert a "Print to PDF'ed" file back to an unflattened regular PDF file?
- Where to find documentation for QuickBooks database
- Quickbooks Online API, How to Post Negative Journal Items
Related Questions in QBFC
- QuickBooks Desktop
- QuickBooks SDK: How to use the QBFC library (32-bits) within a 64-bit application
- QuickBooks Desktop QBFC16. Cannot Create QBXMLRP2 COM Component
- QBFC 10 `sessionManager.BeginSession` System.AccessViolationException
- Trouble creating SalesOrder with Quickbooks and VB.Net
- How to enter a Bill as credit in quickbooks using QBXML?
- How to add vendor bill payment in QB Desktop?
- How to add QBFC as a dependency in visual studio
- QuickBooks provides a SDK, currently SDK14.0 with a dll, interop.QBFC14. I have not been able to find the file QBFC14lib?
- Why would ClickOnce app that uses QBFC crash when using a VS test certificate?
- Program stops generating log file but is still running. (intermittently)
- Could not read key from registry (Exception from HRESULT: 0x80040150 (REGDB_E_READREGDB)) at Interop.QBFC13.IQBSessionManager
- Is there a limit on the amount of Quickbooks report query requests at one time?
- How do I get fields such as "cost" from an estimate query using Quickbooks SDK (QBFC)?
- Getting connection with QBFC C# with company files another machine
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
The only time I've seen this happen on my side is when I give a specific company file to open that is a different version that the QuickBooks that is currently running. For example, if the file is a QuickBooks 2012 Premier file, but you have QuickBooks 2012 Enterprise open, you'll get this problem.
Here's the code I typically use to connect when I want to open the file that is currently open in QuickBooks: