I’m trying to develop a simple test application with MonoDevelop (On ubuntu).
I’ve tried adding reference to Mono.Cairo, but I can’t access the namespace Mono.Cairo within the IDE.
What can I do?
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.
Have you installed the library?
sudo apt-get install libmono-cairo2.0-cilor something similar? I’m not sure if that dependency is found automatically by MonoDevelop, perhaps you also need to specify the dependency even when installed.