[Mono-dev] HttpRuntime.Cache crashing HttpListener in console application

2009-04-01 Thread MemphisWeb
If I Cache data using System.Web.Caching in a console application I get an exception if I ltry to start a HttpListener object. It seems that somewhere in System.Net it is looking for Cache Settings in a web.config. This is a bug because the behavior does not exist in the .net runtime. Is there

Re: [Mono-dev] HttpRuntime.Cache crashing HttpListener in console application

2009-04-01 Thread MemphisWeb
Done! Bug #491343 Gonzalo Paniagua Javier-5 wrote: Do you mind entering this information in https://bugzilla.novell.com ? Under Mono::class libraries - Sys.Web. Thanks! -Gonzalo On Wed, 2009-04-01 at 09:46 -0700, MemphisWeb wrote: If I Cache data using System.Web.Caching