Results 1 to 4 of 4

Thread: Require help with deploying VB project (Portable). Class not registered error?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2007
    Posts
    18

    Question Require help with deploying VB project (Portable). Class not registered error?

    Hi

    I am currently in the process of deploying my VB6 project, which is part of my computing A-level. The system is basically a front end .exe and a back end access data base, the idea was to deploy the exe and the database on the shared X:\ drive, which all computers in my clients office have access to. However even if I supply the 3 .OCX files 80% of the computers generate a "class not registered error". The exe still runs but the data controls are not working, were as the computers that can run, seem to be newer and obviously have the necessary files that support the standard data control in VB6. (which seems to be the control that is causing the conflicts)

    I was under the impression I just need the dependencies in the same directory as the exe and that will turn the system in to a "portable" application, as that is part of the brief, the software needs to be accessible anywhere in the office, so no local installa installs

    Any help on what I am supposed to be doing regarding deployment and how to go about doing in VB6 would be welcome.

    Cheers

    Danijam

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Require help with deploying VB project (Portable). Class not registered error?

    This should help clear up some things Installation Problems

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2007
    Posts
    18

    Re: Require help with deploying VB project (Portable). Class not registered error?

    ok, thats quite in depth.

    So if i get Inno setup and generate a dep file then find all the dependencies(like i have done with the VB one, however it still didn't work), and bung them all together in the same directory as the .exe will i have made a portable version, because i am trying to over come this problem with out installing the .exe localy as the idea is to have the .exe on a network drive.

    Thanks

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Require help with deploying VB project (Portable). Class not registered error?

    NO.... As the document stated you cannot have just your app exe for a VB app to run. It has to be installed with a proper installation package with all the dependencies. I think you should re-read that document...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width