Compile C# Class to DLL File

G

Guest

Hello,

I am currently using VS2003 as my IDE. I have created a C# class, I would like to compile this class to a DLL file as opposed to a EXE file. How can this be done thru the IDE?

Thanks,

Rob
 
G

gani

rob,
right click the project which contains your c#
source file, then click Properties. when property pages
appear, click Common Property then General and change
Output Type to Class Library.

HTH

--
gani
http://thedeveloperscorner.com.ph

-----Original Message-----
Hello,

I am currently using VS2003 as my IDE. I have created a
C# class, I would like to compile this class to a DLL
file as opposed to a EXE file. How can this be done thru
the IDE?
 

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

Similar Threads


Top