Search This Blog

Monday, September 27, 2010

Renaming executable application name in Visual Studio 2008

Before I forget again ... to change the name of an application executable in VS2008 (be it a forms application or console application), don't try changing the assembly configuration file: it won't work.

You need to select the project, choose "Properties", and then change the assembly name under the "Application" tab.