0

I get the following Errors(not warnings) when i build:

enter image description here

I'm pretty sure i'm either missing a plugin or did not import something. How do i fix this?

9
  • possible duplicate of What do these Mono/xbuild warnings mean and how do I fix them? Commented Jun 29, 2015 at 16:39
  • @Nasreddine these aren't warnings. these are errors. they are two different things Commented Jun 29, 2015 at 16:40
  • 1
    @JayC the errors are the result of that first warning. Commented Jun 29, 2015 at 16:44
  • 1
    Do not know what is project about so can not really tell, try both I would say. Commented Jun 29, 2015 at 17:12
  • 1
    Do not use client profile; that is a limited .NET for use by browsers, Silverlight, and such. Client profile is not supported by Mono; trying to use it is causing your problems. Commented Jun 29, 2015 at 17:36

1 Answer 1

1

From left pane in default view right click on project to invoke context menu. Select Options. On Project Options dialog under Build->General at the top of property page is Target framework, combo box, where different version of .NET framework can be selected. To add Run parameters select Run->General property page, in the same dialog. The second field is Parameters. You enter them space separated as on command line.

Sign up to request clarification or add additional context in comments.

1 Comment

also how do i add arguments when i compile in monodevelop?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.