Make a DLL from a .CS file

  • Thread starter Thread starter Jamie
  • Start date Start date
J

Jamie

Title says it all really, how can i make a dll from a .cs file (or class)?

Many thanks.
 
Jamie said:
Title says it all really, how can i make a dll from a .cs file (or class)?

Many thanks.
Presuming you have vs then..
new project >> c# >> class library

will have class1 in it.
rename to whatever.. add methods etc.. then compile(build)
you can use add existing class if you already have your .cs file and
just delete class1.

HTH

JB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top