On Tue, 2008-11-04 at 22:56 +0100, Bálint Kardos wrote: [...] > Mono 2.0, XSP 2.0.1: > > > System.NotImplementedException: This method must be implemented in derived > classes > at System.Net.WebRequest.set_CachePolicy > (System.Net.Cache.RequestCachePolicy value) [0x00000] in > C:\cygwin\tmp\monobuild\build\BUILD\mono-2.0.1\mcs\class\System\System.Net\WebRequest.cs:108 > > > at X.Search.WebRequestHandler (System.String url) [0x00000]
This should "work" now. And by "work" I mean that when the cache level is NoCacheNoStore, we will not throw a NotImplementedException, because that's the current behavior. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
