Results 1 to 5 of 5

Thread: vb6 app will not launch

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    39

    vb6 app will not launch

    I have an app that is used on 50 machines. This app undergoes many revisions. My last compiled revision was implemented on all 50 machines. On 49 machines this revision works fine. On one machine, running the application results in an immediate shutdown. No error messages. It's as if the application never launched. Does anyone have any ideas as to what might cause this behavior?

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: vb6 app will not launch

    What's the difference between the previous and current revisions?
    Did that machine (the one that doesn't work) get OS reinstalled, new anti virus, spyware, Windows Defender or perhaps firewall (local) activated? Many other questions may follow ...

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    39

    Re: vb6 app will not launch

    Yeah, I figured a lot of questions would follow...

    To my knowledge, the existing source code had one modification - to change the number of digits after the decimal point on a formatted value. Nothing new was added to the tester. The source was modified and compiled. I have tried cleaning the registry of all references to the app name. I have uninstalled and re-installed the app to try to revert back to the previous app version. I have tried moving the app to a different folder. Nothing seems to work. Although the app with the modifications can be executed from the VB6 environment - just not the compiled version. My suggestion was to reinstall the OS - but that is not the simplest task...

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: vb6 app will not launch

    Does your application do anything to the registry?

    In the Form_Load of your main screen, what code is being run?

    Is the make, model configuration, software loaded, etc on this one machine totally identical to the other 49? If not, what is/are the differerence(s)?

  5. #5
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: vb6 app will not launch

    Quote Originally Posted by jjsomer
    ... I have uninstalled and re-installed the app to try to revert back to the previous app version. I have tried moving the app to a different folder. Nothing seems to work. Although the app with the modifications can be executed from the VB6 environment - just not the compiled version. My suggestion was to reinstall the OS - but that is not the simplest task...
    That tells me that environment has changed - I would first check permissions. Your user may need to be local admin.
    Also, re-installing entire OS is an exteme - I wasn't suggesting to do so, just checking whether or not it happened.
    Without knowing specifics of your app it's quite difficult to suggest anything reasonable.

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