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: 24
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: 24
<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: 24
<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: 24
<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





 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

 

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





© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 7 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek