|
-
May 21st, 2013, 01:34 AM
#1
Thread Starter
Lively Member
Automation Error Library not registered
Hi,
I have a VB application and it works fine for me. When I try to install the app in client machine I got the following error.
2147319779-Automation error Library not registered.
It is a Windows Vista Ver: 6.0 machine.
I tried to register vbscript.dll through inno setup and manually but still getting the same issue. Here is the code gives the error.
dirv = dirv & "\Print"
Set fsopath = New FileSystemObject
If fsopath.FolderExists(dirv) = False Then
fsopath.CreateFolder (dirv)
End If
Set fsopath = Nothing
Please help me how to fix the issue. Thanks in advance
Best Regards,
Prabahar.A
-
May 21st, 2013, 05:23 AM
#2
PowerPoster
Re: Automation Error Library not registered
You have to first register the OCXs and DLLs that are packaged with the project in the compile time version. To do this you have to run the control register cosnole that exists inside the command line. Therefore you can then run the OCXs and DLLs on any machine that supports Windows 32-Bit, and above that. Then you have to package the run time files that come complete with any kind of Windows program. This means that you can take Visual Basic with you, but not litterly, in deed. Then move the run time files, into the application folder, with a sub folder, named Support. It must have a cap S, for the beginning or it won't find it. I have found, using my own experiences. Then make sure that you only have the one of the run times on the client or server systems. To do this you then make the run times be installed into the windows folder, where you are able to only have the one type of run times of each language, there. Which is then the final step to the fixing of this problem. Any kind of third party OCXs and DLLs, must then be placed into the folder, Support. As above in this Post, in your Thread. This is a special system folder for each of the apps of Visual Studio 6.00, because that is where it will then be able to read the third party stuff, like OCXs and DLLs...
-- I hope that it makes a difference to you, cause I am the one that came to you to help you...
I have a huge free products range, of computer software in which you can download using any kind of 64-Bit Web Browser. Also there is coming a Social Networking section that I am making on my Website...
|Ambra Productions Inc. | The Black Sun Society | The Black Shield | Ambra College | Church of the Black Sun | Ambra Productions Inc's Homepage | Boomtick Venues: Ambar Nightclub, Jack Rabbit Slim's, Villa Nightclub and Lucy's Love Shack | Pasta Ambra | Fish Feast Company | Wallet Wizard | Ambrose Liquor | Ambar Tavern | Ambra University | Ambra Cheese |
Do you wish to do unpaid work for me??? If so, the PM me on this Forum, and then we can get to work, programming for the future of computers go by the name of ThEiMp. This is my ghost writers name. Also my nickname, means that I am: The Imperial of the Technology Industry, so then to make it really short, I just then wrote: The Imp, which is where I get the nickname from...
-
May 21st, 2013, 08:48 AM
#3
Re: Automation Error Library not registered
Can you open your project file (*.VBP) in Notepad and copy and paste all its contents here?
On Local Error Resume Next: If Not Empty Is Nothing Then Do While Null: ReDim i(True To False) As Currency: Loop: Else Debug.Assert CCur(CLng(CInt(CBool(False Imp True Xor False Eqv True)))): Stop: On Local Error GoTo 0
Declare Sub CrashVB Lib "msvbvm60" (Optional DontPassMe As Any)
-
May 21st, 2013, 04:44 PM
#4
PowerPoster
Re: Automation Error Library not registered
-- What about the FRM files, along with the CTL files, too???
I have a huge free products range, of computer software in which you can download using any kind of 64-Bit Web Browser. Also there is coming a Social Networking section that I am making on my Website...
|Ambra Productions Inc. | The Black Sun Society | The Black Shield | Ambra College | Church of the Black Sun | Ambra Productions Inc's Homepage | Boomtick Venues: Ambar Nightclub, Jack Rabbit Slim's, Villa Nightclub and Lucy's Love Shack | Pasta Ambra | Fish Feast Company | Wallet Wizard | Ambrose Liquor | Ambar Tavern | Ambra University | Ambra Cheese |
Do you wish to do unpaid work for me??? If so, the PM me on this Forum, and then we can get to work, programming for the future of computers go by the name of ThEiMp. This is my ghost writers name. Also my nickname, means that I am: The Imperial of the Technology Industry, so then to make it really short, I just then wrote: The Imp, which is where I get the nickname from...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|