Jump to content

cbox


Recommended Posts

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

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

Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...