Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File system object corrupt

Status
Not open for further replies.

taneujin

MIS
Joined
Aug 14, 2001
Messages
61
Location
SG
Hi, I have an ASP file which will cause all the ASP files not to load when it is loaded. I have narrowed the problem down to the File System Object. May I know how I can re-install the File System Object? Thank you.
 
It is part of Scrrun.dll the Microsoft Scripting Runtime. When you instantiate the FSO do you use Server.CreateObject and NOT save it in any Session or Application variables? Using CreateObject instaed of Server.CreateObject can cause weird stuff in a Server environment.
 
Hi, Thanks for your help. I unregistered and re registered the scrrun.dll and it is working now. I will take note of your advice too.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top