How can I produce an assembly?

Showing Answers 1 - 1 of 1 Answers

saravanan s

  • Sep 24th, 2005
 

If you want to do private assembly ?

Goto command prompt Ist you have to set the path and type csc /t:library filename then you will be created assembly which will stored in the application directory.

for ex.  i have file with hello.cs

i used to csc /t:library hello.cs

then it became hello.dll.  stored in the application directory.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions