how do you change the name of the .exe

brazilnut52

Newcomer
Joined
Feb 7, 2003
Messages
16
when i compile my code i get the name TestingClasses.exe -- this is an old solution name. I have since changed the name but the program still compiles to testingclasses.exe instead of newSolutionName.exe

what should i do

brazilnut
 
Go to your Project's properties (right click the project) and look at the Common Properties, General. There a section for "Output Filename". If you read the description you'll see that you have to change the project Assembly Name property. You can change it in the same dialog.

-Ner
 
Back
Top