TheSwamp

Code Red => .NET => Topic started by: Mark on February 08, 2007, 02:10:34 PM

Title: generating simple .exe with VS2005 express
Post by: Mark on February 08, 2007, 02:10:34 PM
How does one compile a simple console app with ...
Quote
Microsoft Visual Studio 2005 Version 8.0.50727.762  (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727
Installed Edition: C# Express
Microsoft Visual C# 2005   76544-000-0000011-00126
Microsoft Visual C# 2005
?

I can use the F5 key to compile and launch but I can't see how to make a stand alone exe.
Title: Re: generating simple .exe with VS2005 express
Post by: Kerry on February 08, 2007, 02:17:47 PM
F6
menu  : Build-> Build Solution .. etc
Title: Re: generating simple .exe with VS2005 express
Post by: Mark on February 08, 2007, 02:38:53 PM
F6
menu  : Build-> Build Solution .. etc


OK, can you change the output dir? Like c:\temp\ maybe!

Quote
------ Build started: Project: ConsoleApplication1, Configuration: Release Any CPU ------
ConsoleApplication1 -> C:\Documents and Settings\pw2n\Local Settings\Application Data\Temporary Projects\ConsoleApplication1\bin\Release\ConsoleApplication1.exe
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
Title: Re: generating simple .exe with VS2005 express
Post by: Kerry on February 08, 2007, 02:50:25 PM
as soon as the editor opens ;
Menu : File -> Save..ApplicationAs
Title: Re: generating simple .exe with VS2005 express
Post by: Kerry on February 08, 2007, 02:54:21 PM
and here ..
Title: Re: generating simple .exe with VS2005 express
Post by: Mark on February 08, 2007, 03:13:39 PM
thanks Kerry. you can also choose this ...