Question exe file cant be opened

Joined
Jun 11, 2016
Messages
16
Location
Sweden
Programming Experience
1-3
Alright so basically, i just made my own application in vb.net using visual studio 2013. When i launch the exe file it works fine on my machine, but not on my other machine. I don't think this is because of the .NET framework because if someone doesn't have it, a popup should appear. But when i try to open it on the other machine, nothing happens. Not even a window appears. Is it because of my program? vb.net ? .net framework? or the other machine?
Please i really wanna know how to fix this.
 
Does your application do anything at startup that might be causing it to hang? Do you have any code is the application's Startup event handler or the Load event handler of the startup form?
 
Back
Top