Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Third-Party COM-Server: Class definition is not found
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01015562
Message ID:
01015733
Vues:
14
I just looked up the PROGID in the registry as well so you don't have to use the CLSID to do this (as in the previous example)... here's the code:
oGAEB = CREATEOBJECT("GAEB_XML_TOOLBOX.V2.00")
...so either that or the following should work for you...
oGAEB2 = CREATEOBJECTEX("{20000999-75F1-11D3-A2D7-00500448294A}","")
In case you're wondering, with that other COM Server that was with the files you sent... it's either:
oGAEB = CREATEOBJECT("GAEB_TOOLBOX.V2.00")
or
oGAEB2 = CREATEOBJECTEX("{20000999-65F1-11D3-A2D7-00500448294A}","")
Here's where the information is located in your registry if you're curious:
For GxmlTbv2.exe
[HKEY_CLASSES_ROOT\CLSID\{20001001-75F1-11D3-A2D7-00500448294A}\ProgID]
[HKEY_CLASSES_ROOT\GAEB_XML_TOOLBOX.V2.00\CLSID]

For GaebTbv2.exe
[HKEY_CLASSES_ROOT\CLSID\{20001001-65F1-11D3-A2D7-00500448294A}\ProgID]
[HKEY_CLASSES_ROOT\GAEB_TOOLBOX.V2.00\CLSID]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform