Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rick Strahl's SOAP Manager - Run Error
Message
 
 
À
29/04/2008 09:22:05
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01313767
Message ID:
01313777
Vues:
16
>Getting an error that "Variable XML_XMLDOM_PROGID is not found..." when running this. It is from Rick Strahl's SOAP Manager classes. All the files are in one directory and the DEFAULT is set to that directory.
>
>In the wConnect.h file:
>
>
>#DEFINE XML_XMLDOM_PROGID "msxml2.domdocument"  && "MSXML2.DOMDocument.4.0"
>
>
>In a PRG (much more code, but this is what is relevant to the issue:
>
>
>#INCLUDE WCONNECT.h
>loDOM = CREATEOBJECT(XML_XMLDOM_PROGID)
>
Did you try to uncomment this define and try to use it instead?

Basically, there are multiple versions of MSXML and you always may want to use the latest installed on the system. Lots of custom JavaScript libraries (such as zXML, for example) have to deal with this problem (and various browsers support).
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform