Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automation Server Can't Create Object - HELP!!!
Message
From
22/01/2001 16:18:05
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Automation Server Can't Create Object - HELP!!!
Miscellaneous
Thread ID:
00466971
Message ID:
00466971
Views:
41
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
Next
Reply
Map
View

Click here to load this message in the networking platform