Running a VB6 program on a different computer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Silver Ahmad
    New Member
    • Jun 2007
    • 1

    Running a VB6 program on a different computer

    Hello guys,

    I made a program on VB6, on my computer, it runs perfectly... but when I try starting it on some other computer, it rush me with errors, I've installed the VB6 runtime files on the other computer but still errors like 'invalid use of property' and others come up, both computers are XP!!!!... any one can help?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Try creating the set up using Package and deployment wizard and and run the setup in the other system, and then try running the application.

    Comment

    • ansumansahu
      New Member
      • Mar 2007
      • 149

      #3
      Originally posted by Silver Ahmad
      Hello guys,

      I made a program on VB6, on my computer, it runs perfectly... but when I try starting it on some other computer, it rush me with errors, I've installed the VB6 runtime files on the other computer but still errors like 'invalid use of property' and others come up, both computers are XP!!!!... any one can help?
      Hi ,

      Check for any dependencies that you might be missing out. Creating a build through Package and deployment wizard as suggested by debashis should solve the issue you are facing.

      good luck
      -ansuman sahu

      Comment

      • nairda
        New Member
        • May 2007
        • 39

        #4
        Originally posted by Silver Ahmad
        Hello guys,

        I made a program on VB6, on my computer, it runs perfectly... but when I try starting it on some other computer, it rush me with errors, I've installed the VB6 runtime files on the other computer but still errors like 'invalid use of property' and others come up, both computers are XP!!!!... any one can help?

        Hi Ahmad,
        You should pack your project using "Package and Deployment Wizard" before running your project in another PC, because not all PC have a similar system files.
        The wizard will help you making a setup / installer file from your project.
        It's important for you to pay attention to your WindowsXP Service Pack. Because if you made your project package in Service Pack-1, It isn't gonna run well in Service Pack-2. It works both way. (It happened to me)

        Nairda

        Comment

        Working...