I developed a program using VB6 and access as the database. I used ADO connection. I have packaged it and installed it on the server on which it runs properly but when I run the shortcut exe file on other system (Client) and try to open the forms that display the data from the database, it tells me Run-time error ' 713', Class Registered looking for object with CLSID:{59245250-7A2F-11DO-9482-00A0C9111OED}.
I used google to search for the solution and it told me it had to do with MSBIND.dll which i added but the problem still persist.
There is one funny thing though, if i should install it on the clients and uninstall it, it runs properly. Seems the Dll files and probably OCX files needs to reside on the client system but I cant run this on all the systems as I am not permitted to do so. Please what can I do.
I used google to search for the solution and it told me it had to do with MSBIND.dll which i added but the problem still persist.
There is one funny thing though, if i should install it on the clients and uninstall it, it runs properly. Seems the Dll files and probably OCX files needs to reside on the client system but I cant run this on all the systems as I am not permitted to do so. Please what can I do.
Comment