[Mono-dev] problems compiling using System.Configuration using

2008-10-16 Thread mike horsley
Bill Using gmcs was the answer. Many thanks Mike Mike Horsley VQ Communications Ltd [EMAIL PROTECTED] T: 01249-460002 M:07920-151804 W:www.vqlive.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com

Re: [Mono-dev] problems compiling using System.Configuration using Mono 2.0

2008-10-14 Thread Bill Holmes
Hi, Try gmcs instead of mcs. -bill 2008/10/14 mike horsley <[EMAIL PROTECTED]>: > I can use the following on MS: > > System.Configuration.ConfigurationManager.AppSettings(……..) > > > > This requires a reference to System.Configuration. > > > > I'm trying to do the same on mono 2.0 (using the VMW

[Mono-dev] problems compiling using System.Configuration using Mono 2.0

2008-10-14 Thread mike horsley
I can use the following on MS: System.Configuration.ConfigurationManager.AppSettings() This requires a reference to System.Configuration. I'm trying to do the same on mono 2.0 (using the VMWARE image) but cant figure out what reference I need to give mcs to get it to compile. I've