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?
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.
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.