Answers

Question and Answer:

  Home  Microsoft.NET

⟩ How to 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.

 187 views

More Questions for you: