If you want to distribute your app, you should use Release configuration in your solution, and Rebuild all solutions in order to make shure all exe and dll are been created using the release configuration.
after seeing this i had clicked on build ---> rebuild solutions then rebuild windows application
after that i changed debug to release from th configuration manager and run the project to to some extent
now i find a exe in the release folder is that the exe that i can distribute will it have all the feature as i have not run the project fully at release time
Using VB.NET 2003/.NET 1.1
If you found a post useful then please Rate it!
Please mark you thread resolved using the Thread Tools above
Use File->New->Project, you will see the dialog box as per attachment. Now chose "Setup and Deployment Project". In the application folder, just add your compiled exe, and it will automatic detect all the dependencies and show in the right hand solution explorer.