Click here to Skip to main content
15,889,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

How to create dll files from .net3.5
Posted

1 solution

This is too basic a question so I am not sure if you've just begung programming or if you come from the native programming world where a DLL is actually not so easy for newbies.

If you have Visual Studio, just create a C# class library project and you are all set to go. Any public classes you add to this project can be accessed by any other project that adds a reference to this DLL (or project).
 
Share this answer
 

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