HTML, JavaScript And CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingHTML, JavaScript And CSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old May 3rd, 2002, 11:35 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
getting object required error using Wscript object

<i><b>Originally posted by : Tom (thomas.m.wise)</b></i><br />Hello,<br /><br />Background: using WSH 5.6 on Windows NT 4, SP6<br /><br />I receive an object required error when I attempt to use the Wscript object to create objects in my ASP/VBScript code. Example:<br /><br />Set WshShell = wscript.CreateObject("WScript.Shell")<br /><br />I get the error "Object Required 'wscript'"<br /><br />The documentation on the windows scripting host states that because the wscript object is located in system root, it does not need to be instantiated before used. Intelli-sense doesn't even kick in. Any ideas why it's not being recognized?<br />

Reply With Quote
  #2  
Old August 12th, 2002, 02:04 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
<i><b>Originally posted by : Chris (cornacchia.c@keystonebath.com)</b></i><br />I am getting the same error. Does anyone have a solution. I am at my witts end.<br /><br /><br />------------<br />Tom at 5/3/2002 9:35:32 AM<br /><br />Hello,<br /><br />Background: using WSH 5.6 on Windows NT 4, SP6<br /><br />I receive an object required error when I attempt to use the Wscript object to create objects in my ASP/VBScript code. Example:<br /><br />Set WshShell = wscript.CreateObject("WScript.Shell")<br /><br />I get the error "Object Required 'wscript'"<br /><br />The documentation on the windows scripting host states that because the wscript object is located in system root, it does not need to be instantiated before used. Intelli-sense doesn't even kick in. Any ideas why it's not being recognized?<br />

Reply With Quote
  #3  
Old August 27th, 2002, 05:09 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
<i><b>Originally posted by : John (jlemberger@sbcounty.gov)</b></i><br />I'm also having this problem. I've got it working on one machine, but not another and I can't see the difference. Using Win2000 with IE6.<br />Have you guys figured this out yet? Let me know because I've spent a lot of time on this. Thanks.<br /><br />------------<br />Chris at 8/12/2002 12:04:23 PM<br /><br />I am getting the same error. Does anyone have a solution. I am at my witts end.<br /><br /><br />------------<br />Tom at 5/3/2002 9:35:32 AM<br /><br />Hello,<br /><br />Background: using WSH 5.6 on Windows NT 4, SP6<br /><br />I receive an object required error when I attempt to use the Wscript object to create objects in my ASP/VBScript code. Example:<br /><br />Set WshShell = wscript.CreateObject("WScript.Shell")<br /><br />I get the error "Object Required 'wscript'"<br /><br />The documentation on the windows scripting host states that because the wscript object is located in system root, it does not need to be instantiated before used. Intelli-sense doesn't even kick in. Any ideas why it's not being recognized?<br />

Reply With Quote
  #4  
Old August 28th, 2002, 03:47 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
<i><b>Originally posted by : Ryan (rconrad@pct.edu)</b></i><br />Set oShell = server.CreateObject("wscript.shell")<br /><br />This has seemed to work for me, although I'm still in the early testing phases. I just replaced the "WScript" with "server".<br /><br /><br />------------<br />John at 8/27/2002 3:09:45 PM<br /><br />I'm also having this problem. I've got it working on one machine, but not another and I can't see the difference. Using Win2000 with IE6.<br />Have you guys figured this out yet? Let me know because I've spent a lot of time on this. Thanks.<br /><br />------------<br />Chris at 8/12/2002 12:04:23 PM<br /><br />I am getting the same error. Does anyone have a solution. I am at my witts end.<br /><br /><br />------------<br />Tom at 5/3/2002 9:35:32 AM<br /><br />Hello,<br /><br />Background: using WSH 5.6 on Windows NT 4, SP6<br /><br />I receive an object required error when I attempt to use the Wscript object to create objects in my ASP/VBScript code. Example:<br /><br />Set WshShell = wscript.CreateObject("WScript.Shell")<br /><br />I get the error "Object Required 'wscript'"<br /><br />The documentation on the windows scripting host states that because the wscript object is located in system root, it does not need to be instantiated before used. Intelli-sense doesn't even kick in. Any ideas why it's not being recognized?<br />

Reply With Quote
  #5  
Old September 11th, 2004, 05:31 AM
Muralim12 Muralim12 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 4 Muralim12 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Object Required WSCRIPT

I am also facing sam problem.Object reqired WScript

please post ur idias ASAP

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingHTML, JavaScript And CSS Help > getting object required error using Wscript object


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT