Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi every body,

If i have some project whatever it was desktop project or web project,
I want to now how to collect the all code of my project in one dll file ?
Posted

Create a separate Class Library project & then include all your class files in this project then you can use with your projects like website, web applications.,..Go through this link.

Creating C# Class Library (DLL) Using Visual Studio .NET[^]
 
Share this answer
 
Assuming this is C#, put all your classes in a single DLL project and it'll give you a single DLL.
 
Share this answer
 
v2
Comments
MrLonely_2 22-Oct-10 18:59pm    
I want to know how to put all my classes in a single DLL project ?
Nish Nishant 23-Oct-10 8:08am    
Create a new DLL project, and manually add each file to the project. Just right click on the project icon in the solution explorer window and you'll see what you need to do.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900