This is a migrated thread and some comments may be shown as answers.

[Solved] problem with grid or ScriptRegistar

0 Answers 92 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vincent Girard
Top achievements
Rank 1
Vincent Girard asked on 12 Apr 2011, 01:45 AM
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.

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!
Tags
General Discussions
Asked by
Vincent Girard
Top achievements
Rank 1
Share this question
or