Re: [Mono-dev] Error compiling WebConnection.cs

2010-04-08 Thread Alan McGovern
This is a known issue in our build system. run "make clean" and/or "make distclean" and then autogen and build again. That'll resolve the problem. Alan. On Mon, Mar 1, 2010 at 10:03 PM, Neale Ferguson wrote: > Just updated to head, did get-monolite-latest and getting this during the > build: > >

[Mono-dev] Error compiling WebConnection.cs

2010-04-07 Thread Neale Ferguson
Just updated to head, did get-monolite-latest and getting this during the build: System.Net/WebConnection.cs(361,82): error CS0246: The type or namespace name `CertificateValidationCallback2' could not be found. Are you missing a using directive or an assembly reference?