Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

WebArticlesForumsFAQs
JavaScript
ASP
ASP.NET
WCF

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

Operating SysArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Lounge
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 

  View Other Visual Studio .NET Posts   Ask New Question  Ask New Question With Power Editor

creating dll in visual studio 2005
GAUTAM SHAH posted at Saturday, June 03, 2006 10:03 AM

hi,

Can any one tell how to create a .dll of the project in visual studio 2005. Also i wanted to know how to create a dll of the user control or custom control made in VS 2005.

Please answer as soon as possible.

Regards
Reply    Reply Using Power Editor
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0
When you build the project
Peter Bromberg replied on Saturday, June 03, 2006 11:36 AM

a DLL assembly is automatically created. Is this a trick question, or you just weren't aware how it all works?

if you create a project with a single usercontrol, that's the dll that will be created.
You can put that in the /bin folder of any project and set a reference to it to use the control. If it is a web project, you need to have the .ASCX file present to use it.
Reply    Reply Using Power Editor
Peter Bromberg is a C# MVP, MCP, and .NET expert who has worked in banking, financial and telephony for over 20 years. Pete focuses exclusively on the .NET Platform, and currently develops SOA and other .NET applications for a Fortune 500 clientele. Peter enjoys producing digital photo collage with Maya,playing jazz flute, the beach, and fine wines. You can view Peter's UnBlog and IttyUrl sites.
Please post questions at forums, not via email!
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0

If you are looking for the dll and can not
erik little replied on Saturday, June 03, 2006 11:45 AM

find it you can use this tool to create a .dll for your WEB prject.

http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx
Reply    Reply Using Power Editor
Have worked in the building industry for 23+ years.
My day to day job role is:
CEO of AFCC Inc., Custom Home Builder, .Net Developer, Sql Server Developer

afccinc.com Storefront Doors
There’s my side and there’s your opinion
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0

When i build my project
GAUTAM SHAH replied on Saturday, June 03, 2006 3:04 PM

hi,

When i build my project in the bin/debug folder there is an .exe file which as per by information is the assembly for the project.Correct me if i am wrong and please tell me where is dll assembly created(give the path).

Regards
Reply    Reply Using Power Editor
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0

If you see an EXE file in the bin
Peter Bromberg replied on Saturday, June 03, 2006 5:01 PM

folder, then your project is not a Class Library project -- it is either a Windows Forms app, or a Console app, or a Windows Service.

Change the project output type first.
Reply    Reply Using Power Editor
Peter Bromberg is a C# MVP, MCP, and .NET expert who has worked in banking, financial and telephony for over 20 years. Pete focuses exclusively on the .NET Platform, and currently develops SOA and other .NET applications for a Fortune 500 clientele. Peter enjoys producing digital photo collage with Maya,playing jazz flute, the beach, and fine wines. You can view Peter's UnBlog and IttyUrl sites.
Please post questions at forums, not via email!
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0

i want to make a dll for using in web application
morteza bagherpour replied to GAUTAM SHAH on Wednesday, March 04, 2009 3:05 AM

end of post
Reply    Reply Using Power Editor
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0