[MonoDevelop] Tip of the Day Suggestion

Michael Hutchinson m.j.hutchinson at gmail.com
Tue Nov 7 04:35:42 EST 2006


On 11/2/06, Sven Hanslik <sven_hanslik at web.de> wrote:
> Hello,
> i'm fairly new to programming, and would like to have a Tip of the Day
> where i can find the "System.Collections.Generic" Library or alike.

It's split across System.dll and corlib, which are both referenced by
default. However, they're only present in the .NET 2.0 profile, and MD
defaults to using the 1.1 profile.

Right-click on the project in the Solution Pad, select "Options", go
to "General"->"Runtime Options", and change "Runtme Version" to 2.0.
You will then also get code completion for 2.0.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list