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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Virus Guard Deleted FileSystemObject dll

Status
Not open for further replies.

Merkaba

Programmer
Jun 14, 2005
69
US
I'm not sure if this is the case, but when I installed Visual Studio.Net 2002, i got this McAfee popup after the final script ran and it said, virus threat cleaned or something... I paid no attention to it, but when i use Scripting.FileSystemObject now, the page acts like it is in an endless loop... I've tested the pages on other pcs and they works fine. Even as simple a code as

Code:
set fso = Server.CreateObject("Scripting.FileSystemObject") 
set fso = nothing

will fail in an endless loop, and my IIS will run out of open connections and lock me out, and i have to restart IIS.

Anyone know what i can do, short of reinstalling everyting to do with it???

Thanks,

Bob
 
anyone know the dll in question so that i could download it from somewhere? i uninstalled IIS and Visual Studio, then reinstalled and i get the same problem... I gave the directory Write Permission, what else could be wrong? Any Ideas?
 
nm, I figured it out... McAfee ScriptStopper was stopping the script from running... Odd, that it never stopped before when I used FileSystemObject, although, it was stopping alot of scripts from my site besides FSO, and it never did that before... must be an updated feature cause this App worked fine a week before my first post. Oh well. That's AV for ya. Damned if ya do, damned if ya don't! Lol
 
Merkaba,

Thanks for posting what you found out. I am sure it will help others who are in a similar situation like you.

-DNG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top