Error In running packaged program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nkechifesie
    New Member
    • Nov 2006
    • 62

    #1

    Error In running packaged program

    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.
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Hi you are running the vb app as a client. It must be installed on each machine. There is no way around this. Only the database back end will work on the server.

    Good luck

    Comment

    Working...