[MonoDevelop] System.Collection reference
Balaurul
calinuswork at gmail.com
Tue Jan 9 17:20:44 EST 2007
On Tue, 2007-01-09 at 22:26 +0100, Marek Sieradzki wrote:
> On wto, 2007-01-09 at 23:21 +0200, Balaurul wrote:
> > Hy,
> >
> > I am trying to use this code
> >
> > using System.Collections.Generic;
> >
> > but I keep getting a assembly reference error. The problem is that I
> > can't find System.Collections when I try to add a reference to the
> > project, does anyone know a way out of this ?
> >
> You probably didn't set CLR version used by project in settings (it's
> 1.1 by default). You change this with right clicking in solution pad on
> a project and clicking "settings". Most of System.Collections.Generic
> classes are in mscorlib.dll that is referenced by default.
Thanks for the quick reply,
You were right they were reference by default, and I didn't need to use
System.Collections
More information about the Monodevelop-list
mailing list