Lewie4 Posted April 15, 2009 Report Posted April 15, 2009 I have just finished making a program on VB and i want to know how to turn it into a .exe or whether just to use the one in the debug folder? and do I just send the .exe to them?
iBotPeaches Posted April 15, 2009 Report Posted April 15, 2009 I usually just take my EXE from the debug folder, since I never really "publish" or make it. If you have no external references to .DLL's you just send the .exe otherwise you need to send .exe in the folder with those .DLL's
Lewie4 Posted April 15, 2009 Author Report Posted April 15, 2009 just press build then send the .exe? or the full folder?
iKhaosmaster Posted April 15, 2009 Report Posted April 15, 2009 then send the .exe? or the full folder?You don't have to upload the whole folder. Just the .exe unless you have any .ddl's included in the folder.
Lewie4 Posted April 16, 2009 Author Report Posted April 16, 2009 You don't have to upload the whole folder. Just the .exe unless you have any .ddl's included in the folder. Oh thanks. You can lock this now
xXxStevenxXx Posted April 16, 2009 Report Posted April 16, 2009 ok and whats ur progarm about?Topic Locked.
lostmodz26 Posted April 17, 2009 Report Posted April 17, 2009 Sometimes your program can crash if you do that. Publish your program and go into the folder that you published it to, then go into the Application Files folder and then go to the folder that has the name of your program and a bunch of underscores and numbers. Go into that folder and go the file that has the name of your program and the ".exe.deploy". Rename that file and remove the ".deploy". If there are no DLLs that are working with your program you should have a standalone .exe file.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now