Please visit DEMANDDRAFT.SHOP for quality of products...

Ad

Search This Blog

Wednesday, December 26, 2012

How can I produce an 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.

No comments:

Post a Comment