I have created MSI of some project with VB net 2008, when I install in other computer is successfully, but when i try to run with double click the icon of this application is doesn't work. I try at windows 8 and 10 (x86, x64). someone may help my ??
Asked
Active
Viewed 61 times
0
-
You should post, at least, a description of the actions your program performs when started. Also, add some logging capabilities, so you can inspect the log and see what happened. You might also find some clues in the System Event Log. – Jimi Apr 23 '19 at 17:14
-
Is the correct version of the .NET framework installed? [There can be many reasons why an application won't launch](https://stackoverflow.com/a/53530377/129130). And you can skim [this older answer](https://stackoverflow.com/a/49637913/129130) and throwing in [a list of dependency scanner tools](https://stackoverflow.com/a/51940598/129130). – Stein Åsmul Apr 23 '19 at 21:16
-
How it "doesn't work"? – montonero Apr 25 '19 at 08:13
-
not work... I have install net framework, but is not work... my computer using win 7 64 bit. I create project and create setup with it. but when I try to install in other laptop (win 8,10 64bit and 32bit) is success, but when I try to run, isn't work. why?? what are elements that i must include when I create this setup? – Roni Zebua Apr 25 '19 at 16:39
-
Did you skim the list of suggestions available in the links provided above? – Stein Åsmul Apr 26 '19 at 11:12
-
yes, i have do that, but not success... – Roni Zebua Apr 26 '19 at 17:48
-
Nobody can't help you until you'll provide all information about your issue. – montonero Apr 26 '19 at 23:20
-
I try to make some project in vb 2008, i using .net framework 3.5 and i using win 7 64 bit. I try to create setup of my project and I try and successes. When I try to install this exe in win 10 and 8, this process is success, but when I try to lunch the icon of my application is not work (is not run). I have try to install net framework 3.5 into win 10 and 8,but my application is not work. whats this problem?? – Roni Zebua Apr 29 '19 at 15:55
-
I have installed vb 2008 into computer target (win 10, 64 bit). my application is run good. My question what are elements must installing in computer target without installing vb 2008? – Roni Zebua Apr 30 '19 at 13:48