Was having problems with QB SDK 8.0 not working properly, discovered via intuit developer forum that I needed to force x86 compilation instead of "Any CPU". Was getting an error similar to "Could not find the COM Class with CLSID *****-******....". Switched the compilation method to x86 explicitly, and it started working. Yay!
WHEEEEEE!!!! I've spent a week trying to figure this one out and your note was the only thing to get it to work...THANK YOU
ReplyDeleteBig note: Using Visual Studio 2010 Express does NOT allow you to change the target CPU (or at least there's no option where there is one in VS2010 non-Express)