Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Automation Error : Library Not Registered [modified]:It's Urgent

Automation Error : Library Not Registered [modified]:It's Urgent

Scheduled Pinned Locked Moved Visual Basic
testingtoolshelp
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ashish Kumar Vyas
    wrote on last edited by
    #1

    Dear, Could any body assist me regardig the following issues. 1. In my VB project when I am trying to upload .xls file.Error message is coming "Run Time Error '-2147319779(8002801d)' Automation Error : Library Not Registered" Code Line where error is coming... If (fso.FileExists(Trim(Text1.Text)) = False) Then however same code is running in other machine without any error. Please let me know asap. Thanks Ashish

    modified on Friday, November 27, 2009 1:09 AM

    L 1 Reply Last reply
    0
    • A Ashish Kumar Vyas

      Dear, Could any body assist me regardig the following issues. 1. In my VB project when I am trying to upload .xls file.Error message is coming "Run Time Error '-2147319779(8002801d)' Automation Error : Library Not Registered" Code Line where error is coming... If (fso.FileExists(Trim(Text1.Text)) = False) Then however same code is running in other machine without any error. Please let me know asap. Thanks Ashish

      modified on Friday, November 27, 2009 1:09 AM

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      I believe this is VB6 code and you are using File System Objects in your code. Your target system is missing the Microsoft Scripting Runtime Library DLL (scrrun.dll). Please note that there is a known versioning problem with this DLL. Ensure that you copy and register the correct version that you have compiled your application with.

      A 1 Reply Last reply
      0
      • L Lost User

        I believe this is VB6 code and you are using File System Objects in your code. Your target system is missing the Microsoft Scripting Runtime Library DLL (scrrun.dll). Please note that there is a known versioning problem with this DLL. Ensure that you copy and register the correct version that you have compiled your application with.

        A Offline
        A Offline
        Ashish Kumar Vyas
        wrote on last edited by
        #3

        Dear Shameel, I have done what I was told by you.Still the same error is coming.Even I have given full rights for me(as a login user). Could you/anybody suggest me for that... Thanks Ashish

        L 1 Reply Last reply
        0
        • A Ashish Kumar Vyas

          Dear Shameel, I have done what I was told by you.Still the same error is coming.Even I have given full rights for me(as a login user). Could you/anybody suggest me for that... Thanks Ashish

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Check if you have scrrun.dll in your target box (typically in %System32% folder), and if it matches the exact same version of the dll that is in your development box.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups