• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

prob with VB to .EXE file

i made a little proggy, and i tried to make it into an .EXE file... it worked fine for me-but not for one of my friends i sent it to, it said something about missing a DLL file.
how do i correctly make my project into an executable file? i tried under File> make project exe... but it came up with that DLL crap? any suggestions?
 
thats because your friend doesnt have the VB runtime DLL's and any other DLL's that your .exe relies on, if you have the Package and deployment wizard in your Visual Studio Tools, use that to send him your app.

Or just send him the DLL's he is missing and tell him to put them in his Windows/system directory.

 
in the start menu, under visual studio... tools... you should see a short cut to "Package and Deployment Wizard"
 
Back
Top