Hi all.
While debugging a tedious app. (browser execution of ASP scripts and mixed JScript/VBScript) I've finally got this unusual error statement:
Quote:
quote:
Server object error 'ASP 0177 : 8007007e'
Server.CreateObject Failed
/galleri/test.asp, line 17
8007007e
|
I was trying to run this line:
Code:
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
Wow! No FileSystemObject?? Did there exist a VBScript version without FileSystemObject? Well I checked the machine and the VBScript is current (5.6). So what happened?
Obviously a dll or reference must be missing or wrong. But how and why? I'll dig into it but if this has happen to any of you guys I'll appreciate some help.
Thanks
- mega
Moving to C# .NET