Results 1 to 3 of 3

Thread: Running problems for my program

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2010
    Posts
    195

    Running problems for my program

    I developed a program in visual basic 2010 express. On my system runs great. But on other systems (xp - vista - 7) doesn't run at all. It just says that stopped working. I believe that i need to create a setup package with files that the program needs to be installed in order to run normally (like the deployment package in vb6). But i can't find something equivelant in vb2010. Or just something to give the a list with the required files. Any ideas?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Running problems for my program

    VB Express only supports ClickOnce deployment so you can use the Publish feature to create an installer. You don't need an installer. You can use one, but you don't need one. As for what files your application needs, you tell us. What references have you added? Is there a database? Do you need images or the like? Are there any DLLs in the output folder with your EXE? You'll need them. You will also need the config file, which will be named after the EXE.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 2010
    Posts
    195

    Re: Running problems for my program

    The staff i used is simple:

    Labels
    LinkLabel
    Buttons
    ListCheckBox
    CheckBox
    TextBoxes
    Lines

    And simple file input/output using commondialog for output.
    Last edited by systemous; Jul 13th, 2011 at 08:26 AM.

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