Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : XERCES-COM.dll Error: ActiveX component cant create objectSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Frequently Asked Questions

 New Topic 
 
 Post Reply 
 XERCES-COM.dll Error: ActiveX component cant create object 
 Author   Message 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-06-19 09:31:20
If you run the TestDCOM.asp page supplied with QODBC, and get the following results:

QODBC ASP DCOM Access Test Page
QB2002QB2003QB2004DCOMCOMObject NameStatus
    QBXMLRPEQODBCInteractive.exe Success
    QBXMLRP.dll Success
      QBXMLRP2EQODBCInteractive.exe Success
      QBXMLRP2.dll Success
  XERCES-COM.dll Error: ActiveX component can't create object
Current Logged on User is:
Authenticated user is:

showing Xerces-COM.dll fails with "Error: ActiveX component can't create object", it could be because the asp page is looking for:-
Set oXERCES = CreateObject("Xerces.DOMDocument.2.4.0"). 

You need to change TestDCOM.asp to:
Set oXERCES = CreateObject("Xerces.DOMDocument.2.5.0")
or:
Set oXERCES = CreateObject("Xerces.DOMDocument.2.6.0")       <<< for QODBC v8
or:
Set oXERCES = CreateObject("Xerces.DOMDocument.2.8.0")       <<< for QODBC v9

depending on which version of Xerces-COM.dll you have your computer. It will then create the Xerces object correctly.

 

  Top 
 New Topic 
 
 Post Reply 

Jump to