Forum: C# Jan 12th, 2009 |
| Replies: 4 Views: 1,401 ok its helped
but now i am getting an error at my main func
"The name 'add' does not exist in the current context"
any ideas? |
Forum: C# Jan 12th, 2009 |
| Replies: 4 Views: 1,401 listen i got to compile one file to a dll and one to an exe
all in one project
so i got 1 file called
main.cs
// File: main.cs |
Forum: C# Jan 11th, 2009 |
| Replies: 2 Views: 302 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... |