Tuesday, December 23, 2008

Change project build mode from Debug to Release

In every project after completing the whole work we need to change the project build mode from Debug to Release before delivery to the client. To change the project build mode at first go to “Build” menu, then “Configuration Manager” submenu.

Change “Active solution configuration” from Debug to Release. Then close it.

After this press F5. Now the application will run and you will see the .exe file has been generated on the \bin\Release folder.

No comments: