This question is locked. New answers and comments are not allowed.
I get this error 2-6 times a day, I can't reproduce it and it's always from the same IP witch I think is a google's bot.
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Web.Configuration.HttpCapabilitiesBase.get_MajorVersion()
at System.Web.HttpBrowserCapabilitiesWrapper.get_MajorVersion()
at Telerik.Web.Mvc.Extensions.HttpRequestBaseExtensions.CanCompress(HttpRequestBase instance)
at Telerik.Web.Mvc.UI.ScriptRegistrar.WriteScriptSources(TextWriter writer)
at Telerik.Web.Mvc.UI.ScriptRegistrar.Write(TextWriter writer)
at Telerik.Web.Mvc.UI.ScriptRegistrar.Render()
at Telerik.Web.Mvc.UI.ScriptRegistrarBuilder.ToString()
at System.Web.HttpWriter.Write(Object obj)
at System.Web.Mvc.ViewPage.SwitchWriter.Write(Object value)
at System.Web.UI.HtmlTextWriter.Write(Object value)
at ASP.views_page_productcategory_aspx.__RenderContent2(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at ASP.views_shared_site_master._Render_control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Page.Render(HtmlTextWriter writer) at System.Web.Mvc.ViewPage.Render(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I don't know what could be the problem and wish someone could help me! I alos posted more details on Stackoverflow : http://stackoverflow.com/questions/5524142/error-executing-child-request-for-handler-system-web-mvc-httphandlerutilservere
Thanks a lot!
Message : Value cannot be null. Parameter name: String Stack Trace :
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Web.Configuration.HttpCapabilitiesBase.get_MajorVersion()
at System.Web.HttpBrowserCapabilitiesWrapper.get_MajorVersion()
at Telerik.Web.Mvc.Extensions.HttpRequestBaseExtensions.CanCompress(HttpRequestBase instance)
at Telerik.Web.Mvc.UI.ScriptRegistrar.WriteScriptSources(TextWriter writer)
at Telerik.Web.Mvc.UI.ScriptRegistrar.Write(TextWriter writer)
at Telerik.Web.Mvc.UI.ScriptRegistrar.Render()
at Telerik.Web.Mvc.UI.ScriptRegistrarBuilder.ToString()
at System.Web.HttpWriter.Write(Object obj)
at System.Web.Mvc.ViewPage.SwitchWriter.Write(Object value)
at System.Web.UI.HtmlTextWriter.Write(Object value)
at ASP.views_page_productcategory_aspx.__RenderContent2(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at ASP.views_shared_site_master._Render_control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Page.Render(HtmlTextWriter writer) at System.Web.Mvc.ViewPage.Render(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I don't know what could be the problem and wish someone could help me! I alos posted more details on Stackoverflow : http://stackoverflow.com/questions/5524142/error-executing-child-request-for-handler-system-web-mvc-httphandlerutilservere
Thanks a lot!