I’m trying mono develop on linux, but trying to create a package, gives me the error Could not obtain a C# compiler. C# compiler not found for Mono / .NET 3.5.
I assumed the compiler was installed with monodevelop. thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can switch to the now default 4.0 runtime in :
project -> project-name options -> build -> general -> runtime versionOr if you don’t have the compiler installed at all use :
sudo apt-get install mono-gmcsto install it.