I am creating silverlight application and integration Quickbooks data using QBFC.
I am browsing company database name from silverlgiht application which is opened in Quickbooks. When i do that i am getting error like File in use.
How can I get file name from browse button which is opened in Quick-books.
I have followed below code to start the quick-book secession.
sessionManager.OpenConnection( "", "Account sample" );
sessionManager.BeginSession( Filename, ENOpenMode.omDontCare );