Automation Error : Library Not Registered [modified]:It's Urgent
-
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 Ashishmodified on Friday, November 27, 2009 1:09 AM
-
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 Ashishmodified on Friday, November 27, 2009 1:09 AM
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.
-
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.
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
-
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