ok so i got 2 files which i want compile to dll and 1 to exe

i got this command:

csc /out:MyClient.exe /reference:MyLibrary.DLL MyClient.cs

i totaly have no clue where do i add this at visual c# 2008 express edition??

any help will be appreciated

Recommended Answers

All 2 Replies

Add what?? to compile it to Class library (.dll) or executable, use project properties and Control + F5

Select the properties icon in the solution explorer.
A window opens.
Select the debug tab on the left.
Here you can fill in command line arguments.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.