COM Exception

  • Thread starter Thread starter StinkyDuck
  • Start date Start date
S

StinkyDuck

I have the following code. I'm trying to gain access to QuickBooks via
their SDK. The .BeginSession method always throws up a "COMException was
not handled" "Could not start QuickBooks".

The funny part is that it always fails during debugging. When I run the
compiled exe, it works correctly.

I'm running VS2005 SP1 on Vista.

-StinkyDuck
 
I have the following code. I'm trying to gain access to QuickBooks via
their SDK. The .BeginSession method always throws up a "COMException was
not handled" "Could not start QuickBooks".

The funny part is that it always fails during debugging. When I run the
compiled exe, it works correctly.

I'm running VS2005 SP1 on Vista.

-StinkyDuck

hi,
see that link and perhaps it helps : http://expressdotnet.freehostia.com/compiler.html
Omar Abid
 
Back
Top