Click here to Skip to main content
15,915,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

Here I want to create Class file into DLL. HOW TO CREATE
How to create? And what are the steps for that?

Regards,
Anilkumar.
Posted
Updated 16-Aug-11 21:20pm
v2
Comments
Prerak Patel 17-Aug-11 3:21am    
ALL CAPS is considered shouting.
Prerak Patel 17-Aug-11 3:22am    
Moreover, your question is not quite clear. What do you mean by - create class file into DLL?

You need to create a Class Library project, it will create a dll and then you can refer that dll in other projects.

Please let us know if you want anything else.
 
Share this answer
 
 
Share this answer
 
You need to compile using csc with the target set to library - csc /target:library.
See here[^] for an example.
 
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