I'm using monodevelop 0.14 under Ubuntu 7.10 and monodevelop doesn't recognise System.Generics.Collections as a valid namespace. I checked the ubuntu packages but didn't find anything useful. According to monodoc, however, "Generic" does exist in
System.Collections.
The error message is: "The type or namespace name `Generic39; does not exist in the namespace `System.Collections39;. Are you missing an assembly reference?(CS0234)"
Am I missing one? If not, what's the problem?
-- Bartók György
Re: System.Collections.Generic
2007-10-27 13:31:03
On 10/27/07, Bartók György < bartok.gyorgygmail.com">bartok.gyorgygmail.com> wrote:
I'm using monodevelop 0.14 under Ubuntu 7.10 and monodevelop doesn't recognise System.Generics.Collections as a valid namespace. I checked the ubuntu packages but didn't find anything useful. According to monodoc, however, "Generic" does exist in
System.Collections.
The error message is: "The type or namespace name `Generic39; does not exist in the namespace `System.Collections39;. Are you missing an assembly reference?(CS0234)"
Am I missing one? If not, what's the problem?
In the project configuration you need to specify the .NET 2.0 profile.