How do I compile this project in C#?

Asked

Viewed 117 times

0

I’m having trouble compiling with the CSC command on prompt And there’s a "namespace" error I can’t fix. I don’t know if I’m doing it right.

erro csc

Project link.

  • Project link is not very useful, as in my case the site you are referencing is blocked in the firewall. Edit your question and add the code to it so we can all check.

  • Did the answer solve your question? Do you think you can accept it? See [tour] if you don’t know how you do it. This would help a lot to indicate that the solution was useful for you. You can also vote on any question or answer you find useful on the entire site (when you have 15 points).

1 answer

3

You have to say what you want to use library.

csc /r:Mono.dll /t:onde_estao_as_bibliotecas *.cs

Surely other errors will appear.

I have my doubts whether you can use Mono in csc. It is, but it’s hard work.

I advise to install Visual Studio and do for it, it is much easier for those who have no knowledge.

  • But how can I do by visual studio 2015.

  • That’s a different question. https://answall.com/a/40770/101. If you can’t do it in one tool that hints at the interface, it’s much harder in another that doesn’t even have that. That’s what I said, a lot of problems will arise. If you don’t study the subject in depth you won’t get anywhere.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.