|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
VBScript runtime error
hello! I am new to ASPs and I have run into the following error message:
Microsoft VBScript runtime error '800a01a8' Object required: '[number: 0]' /development/index.asp, line 17 I know EXACTLY which line is causing it. The following line is the code the is causing the problem. set fileSystem = Server.CreateObject("Scripting.FileSystemObject") Is there some setting that must be properly set in order to create a filesystem object? Is there a specific version that must be used? Thanks in advance |
|
#2
|
|||
|
|||
|
Do you have the Widnows Scripting Host installed on the server? That is required in order to use the Scripting objects such as FileSystemObject.
Check for that first. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > VBScript runtime error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|