Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2005 > C# 2005
|
C# 2005 For discussion of Visual C# 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 3rd, 2010, 08:57 AM
Friend of Wrox
 
Join Date: Jun 2005
Posts: 101
Thanks: 0
Thanked 1 Time in 1 Post
Default How do you determine what executable and DLL’s a C# Visual Studio project produces?

How do you determine what executable and DLL’s a C# Visual Studio project produces?

In Visual Studio 2010, where do you go to see what the name of the executable that a project produces.

 
Old June 3rd, 2010, 09:11 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

http://msdn.microsoft.com/en-us/libr...v=VS.100).aspx

By default the Assembly name will be the same as the project name, but with either a .DLL or .EXE extension depending on the output type.
__________________
/- Sam Judson : Wrox Technical Editor -/

Think before you post: What have you tried?
 
Old June 3rd, 2010, 09:13 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

In the project properties' pages. There are two settings, assembly name and default namespace on the application tab's top row. The properties are accessed via the first 'folder' under the project in the solution explorer.
__________________
Joe
http://joe.fawcett.name/





Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET 2.0 and Visual Studio 2005 for this project? HgSiren BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 1 September 14th, 2009 03:38 PM
Visual Studio 2005 - Setup Project torefj Visual Studio 2005 0 August 11th, 2008 07:11 PM
extend smartphone project type in visual studio anshuman_atri Forum and Wrox.com Feedback 0 October 6th, 2006 12:46 AM
Email will not send my visual studio 2003 project kenn_rosie ASP.NET 1.0 and 1.1 Basics 2 February 27th, 2006 11:15 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.