runtime error on scripting.filesystemobject

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Massimo Fusetto

    runtime error on scripting.filesystemobject

    hi all,

    i have a problem on an asp page , running since 1 year ago, whe try to
    create a file systemobject using
    set oFSO = CreateObject("S cripting.FileSy stemObject")
    the error returned is :

    (0x8002801D)
    Library not registered

    IIS 5.1
    XP PRO sp2

    anyone have the same problem?


    thanks

    Max


  • Mike Brind

    #2
    Re: runtime error on scripting.files ystemobject


    Massimo Fusetto wrote:
    hi all,
    >
    i have a problem on an asp page , running since 1 year ago, whe try to
    create a file systemobject using
    set oFSO = CreateObject("S cripting.FileSy stemObject")
    the error returned is :
    >
    (0x8002801D)
    Library not registered
    >
    IIS 5.1
    XP PRO sp2
    >
    anyone have the same problem?
    >
    Not me, but then I have scrobj.dll installed, registered and in working
    order. If you have always had this problem, scrobj.dll may not be
    installed. You can google for a download. If the problem has only
    just happened, your copy may have got corrupted. You will probably
    need to download and register a new version.

    --
    Mike Brind

    Comment

    • Anthony Jones

      #3
      Re: runtime error on scripting.files ystemobject


      "Mike Brind" <paxtonend@hotm ail.comwrote in message
      news:1154976749 .952601.22480@7 5g2000cwc.googl egroups.com...
      >
      Massimo Fusetto wrote:
      hi all,

      i have a problem on an asp page , running since 1 year ago, whe try to
      create a file systemobject using
      set oFSO = CreateObject("S cripting.FileSy stemObject")
      the error returned is :

      (0x8002801D)
      Library not registered

      IIS 5.1
      XP PRO sp2

      anyone have the same problem?
      >
      Not me, but then I have scrobj.dll installed, registered and in working
      order. If you have always had this problem, scrobj.dll may not be
      installed. You can google for a download. If the problem has only
      just happened, your copy may have got corrupted. You will probably
      need to download and register a new version.
      >
      scrobj.dll ? Did you mean scrrun.dll ?
      --
      Mike Brind
      >

      Comment

      • Mike Brind

        #4
        Re: runtime error on scripting.files ystemobject


        Anthony Jones wrote:
        "Mike Brind" <paxtonend@hotm ail.comwrote in message
        news:1154976749 .952601.22480@7 5g2000cwc.googl egroups.com...

        Massimo Fusetto wrote:
        hi all,
        >
        i have a problem on an asp page , running since 1 year ago, whe try to
        create a file systemobject using
        set oFSO = CreateObject("S cripting.FileSy stemObject")
        the error returned is :
        >
        (0x8002801D)
        Library not registered
        >
        IIS 5.1
        XP PRO sp2
        >
        anyone have the same problem?
        >
        Not me, but then I have scrobj.dll installed, registered and in working
        order. If you have always had this problem, scrobj.dll may not be
        installed. You can google for a download. If the problem has only
        just happened, your copy may have got corrupted. You will probably
        need to download and register a new version.
        >
        scrobj.dll ? Did you mean scrrun.dll ?
        >
        Yes.

        :-/

        Comment

        • Massimo Fusetto

          #5
          Re: runtime error on scripting.files ystemobject


          "Mike Brind" <paxtonend@hotm ail.comha scritto nel messaggio
          news:1154987967 .071801.325710@ m79g2000cwm.goo glegroups.com.. .
          >
          Anthony Jones wrote:
          >"Mike Brind" <paxtonend@hotm ail.comwrote in message
          >news:115497674 9.952601.22480@ 75g2000cwc.goog legroups.com...
          >
          Massimo Fusetto wrote:
          hi all,
          >
          i have a problem on an asp page , running since 1 year ago, whe try
          to
          create a file systemobject using
          set oFSO = CreateObject("S cripting.FileSy stemObject")
          the error returned is :
          >
          (0x8002801D)
          Library not registered
          >
          IIS 5.1
          XP PRO sp2
          >
          anyone have the same problem?
          >
          >
          Not me, but then I have scrobj.dll installed, registered and in working
          order. If you have always had this problem, scrobj.dll may not be
          installed. You can google for a download. If the problem has only
          just happened, your copy may have got corrupted. You will probably
          need to download and register a new version.
          >
          >>
          >scrobj.dll ? Did you mean scrrun.dll ?
          >>
          >
          Yes.
          >
          :-/
          >
          thank for you help but...
          no happens downloading and installing dll
          i've try to reinstall all downloading
          WindowsXP-Windows2000-Script56-KB917344-x86-ita.exe
          install ok but the error remain.

          Max


          Comment

          Working...