G+_Brandon Ingli Posted March 14, 2014 Share Posted March 14, 2014 Next episode you should touch on how to export c# programs to .exe and share them with others! Link to comment Share on other sites More sharing options...
G+_Grant Cummins Posted March 14, 2014 Share Posted March 14, 2014 If you look in the "bin" folder inside your project folder you should see a Debug folder. Inside the debug folder should be the "your project name".exe file built for your project. Each time you successfully build your project this file is updated with the latest changes. Link to comment Share on other sites More sharing options...
G+_Brandon Ingli Posted March 14, 2014 Author Share Posted March 14, 2014 There is also a button under the "build" tab... I think it's labeled publish. This allows you to create a distributable .exe package that installs onto the machine. Link to comment Share on other sites More sharing options...
G+_Grant Cummins Posted March 14, 2014 Share Posted March 14, 2014 Now I see what you are saying... I agree a show or segment on publishing the application would be great! "ClickOnce" deployment technology is built-in to Visual Studio, an overview of how to use it would be so cool. What do you think Shannon and Padre? Link to comment Share on other sites More sharing options...
Recommended Posts