How can I save the class

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Dec 2008
Posts: 26
Reputation: Egypt Pharaoh is an unknown quantity at this point 
Solved Threads: 0
Egypt Pharaoh's Avatar
Egypt Pharaoh Egypt Pharaoh is offline Offline
Light Poster

How can I save the class

 
0
  #1
Apr 21st, 2009
How can I save the class in dll
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 254
Reputation: Antenka has a spectacular aura about Antenka has a spectacular aura about Antenka has a spectacular aura about 
Solved Threads: 65
Antenka's Avatar
Antenka Antenka is offline Offline
Posting Whiz in Training

Re: How can I save the class

 
0
  #2
Apr 21st, 2009
Hello.
There're a few ways to create dll in C#:
1. You can use only compiler ("csc.exe"). How to: Create and Use C# DLLs (C# Programming Guide).
2. Or you can use the abilities or your IDE (e.g. here is an example of creating it in VS 2005) Create DLL with C# (C-sharp).
So what if you can see the darkest side of me?
No one would ever change this animal I have become
Help me believe it's not the real me
Somebody help me tame this animal
Reply With Quote Quick reply to this message  
Join Date: Apr 2009
Posts: 1
Reputation: gbeltrao is an unknown quantity at this point 
Solved Threads: 0
gbeltrao gbeltrao is offline Offline
Newbie Poster

Re: How can I save the class

 
0
  #3
Apr 21st, 2009
Originally Posted by Egypt Pharaoh View Post
How can I save the class in dll
You need first to compile your class following what Antenka mentioned. The dll will be created at the bin\Debug subdirectory if you're compiling it using Visual Studio.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 297 | Replies: 2
Thread Tools Search this Thread



Tag cloud for C#
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC