I installed MonoDevelop 2.0 on my Mac.
I created a new Console Application.
\"Hello World\" program runs fine.
But I can\'t use Linq.
u
Is your Console Application referencing the System.Core.dll? You need to reference it in order to use System.Linq.
System.Core.dll
System.Linq