-
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:
[email protected]
??
Yours Sincierly
CyberCarsten
-
I couldn't find it.
I have also tried to register it, but that didn't work either.
I have Vb5.
-
scripting runtime is part of IE4, I beleive. You can download the latest scripting components at www.microsoft.com/scripting
or run
regsvr32.exe scrrun.dll
if the file is in your system dir
-
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/d...86/ste51en.exe
-
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/.../scripting.asp
-good luck
[This message has been edited by pvb (edited 01-01-2000).]