Application not Installing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • richkid
    New Member
    • Apr 2007
    • 28

    Application not Installing

    hello every one,
    I developed an application using VB 6.0.and used the Package and Deployment Wizard to create a the setup file. The application installs on XP but having a problem trying to install on Windows 2000 operating system. error message I get " Setup cannot continue because some system files are out of date on your system. Click ok if you would like setup to update these files for you now... " please help!!
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by richkid
    hello every one,
    I developed an application using VB 6.0.and used the Package and Deployment Wizard to create a the setup file. The application installs on XP but having a problem trying to install on Windows 2000 operating system. error message I get " Setup cannot continue because some system files are out of date on your system. Click ok if you would like setup to update these files for you now... " please help!!
    What happens when you click OK?

    Comment

    • richkid
      New Member
      • Apr 2007
      • 28

      #3
      ok i finally got it to work.. had to compile and package the application on a Windows 2000 platform.... problem now is when i run the program i get this error : [Microsoft][ODBC SQL Server Driver][SQL Server]Changed database context to 'myDatabaseName ' I did some research and they all say its purely informational, but still my program crashes .... any ideas how to get around this?

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Originally posted by richkid
        ok i finally got it to work.. had to compile and package the application on a Windows 2000 platform.... problem now is when i run the program i get this error : [Microsoft][ODBC SQL Server Driver][SQL Server]Changed database context to 'myDatabaseName ' I did some research and they all say its purely informational, but still my program crashes .... any ideas how to get around this?
        Do you also have the database in the server to which you are connecting ?

        Comment

        Working...