Results 1 to 5 of 5

Thread: FSO

  1. #1

    Thread Starter
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544

    Post

    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

  2. #2

    Thread Starter
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544

    Post

    I couldn't find it.
    I have also tried to register it, but that didn't work either.
    I have Vb5.


  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    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

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    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

  5. #5
    Guest

    Post

    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).]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width