PDA

Click to See Complete Forum and Search --> : FSO


CyberCarsten
Dec 25th, 1999, 04:36 PM
I have some problems loading the FileSystemObject into my toolbox!
When i try to load it, Vb comes with the following error:

C:\WINDOWS\SYSTEM\scrrun.dll Could not be loaded.

What is wrong!???

Could anyone send thier scrrun.dll to me via e-mail:
carsten.h.thomsen@mail.tele.dk

??

Yours Sincierly
CyberCarsten

CyberCarsten
Dec 26th, 1999, 04:01 AM
I couldn't find it.
I have also tried to register it, but that didn't work either.
I have Vb5.

Clunietp
Dec 26th, 1999, 11:34 AM
scripting runtime is part of IE4, I beleive. You can download the latest scripting components at www.microsoft.com/scripting (http://www.microsoft.com/scripting)

or run

regsvr32.exe scrrun.dll

if the file is in your system dir

Clunietp
Dec 26th, 1999, 11:35 AM
I just downloaded the scripting components I told you about before, and I verified the presence of that file.

Get it at http://www.microsoft.com/scripting/downloads/ws/x86/ste51en.exe

Jan 1st, 2000, 10:20 AM
The scrrun.dll will never be added to the toolbox-it's not an activex control, it needs to be referenced by going to Project and then selecting References. From that list you can select the Microsoft Scripting Runtime (SCRRUN.dll). The latest version can be downloaded from the link referenced in one of the other posts, more info here: http://www.microsoft.com/msdownload/vbscript/scripting.asp

-good luck

[This message has been edited by pvb (edited 01-01-2000).]