Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automation Server Can't Create Object - HELP!!!
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Automation Server Can't Create Object - HELP!!!
Divers
Thread ID:
00466971
Message ID:
00466971
Vues:
43
Hi all,
The above mentioned error occurred when I ran the following segment of code in a ASP:
 <..... language='JavaScript'>
    Function EditUser(pnUserID)
    {
      oX = new ActiveXObject('ASPTools.Utilities');     <--  Error Occurred
      cText = oX.EditUser(pnUserID);
      Document.write(Text);
    }
 <......>
I am running IIS5.0 on W2K, and the server has only the VFP6.0 SP4 runtime files. Any comment is appreciated. TIA.

Wan
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform