[MonoDevelop] build problems .... help please

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Feb 4 17:52:20 EST 2010


On Thu, Feb 4, 2010 at 5:43 PM, Vasili I. Galchin <vigalchin at gmail.com> wrote:
> Hello,
>
>     I get the following errors even with the CSharp project:
>
> [Task:File=/home/vasili/Projects/FSharpBinding/FSharpBinding/FSharpBinding.cs,
> Line=39, Column=19, Type=Error, Priority=Normal, Description=The type
> or namespace name `Projects' does not exist in the namespace
> `MonoDevelop'. Are you missing an assembly reference?(CS0234)]
>
> [Task:File=/home/vasili/Projects/FSharpBinding/FSharpBinding/FSharpBinding.cs,
> Line=40, Column=19, Type=Error, Priority=Normal, Description=The type
> or namespace name `Projects' does not exist in the namespace
> `MonoDevelop'. Are you missing an assembly reference?(CS0234)]
>
> [Task:File=/home/vasili/Projects/FSharpBinding/FSharpBinding/FSharpBinding.cs,
> Line=41, Column=19, Type=Error, Priority=Normal, Description=The type
> or namespace name `Projects' does not exist in the namespace
> `MonoDevelop'. Are you missing an assembly reference?(CS0234)]
>
> [Task:File=/home/vasili/Projects/FSharpBinding/FSharpBinding/FSharpBinding.cs,
> Line=43, Column=19, Type=Error, Priority=Normal, Description=The type
> or namespace name `Core' does not exist in the namespace
> `MonoDevelop'. Are you missing an assembly reference?(CS0234)]
>
> [Task:File=/home/vasili/Projects/FSharpBinding/FSharpBinding/FSharpBinding.cs,
> Line=46, Column=19, Type=Error, Priority=Normal, Description=The type
> or namespace name `CSharp' does not exist in the namespace
> `MonoDevelop'. Are you missing an assembly reference?(CS0234)]
>
> What am I doing wrong?

You need to add references to MonoDevelop.Core, MonoDevelop.Projects
using the Edit References dialog. They should be listed there as
packages, assuming MonoDevelop has been properly installed.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list