Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Getting errors on webgrid, probably because of webcrawler
posted

Hi,

We are using hierarchical ultrawebgrid in our web application and everything seems to be working ok with no issues while browsing BUT we have been constantly receiving many errors with the following message. It seems these are generated by web crawlers. We tried setting "EnableCrawlerDetection" property to true and false but no success. Any help will be greatly appreciated. Thanks in advance -Dev (Intel Corp)

Message:
Object reference not set to an instance of an object.
Source:
Infragistics2.WebUI.Shared.v7.2
Target Site:
Boolean IsWebCrawler(System.Web.UI.Page)
Stack Trace:
   at Infragistics.WebUI.WebControls.ClientMachine.IsWebCrawler(Page p)
   at Infragistics.WebUI.UltraWebGrid.UltraWebGrid.Initialize()
   at Infragistics.WebUI.UltraWebGrid.UltraWebGrid.Control_Init()
   at Infragistics.WebUI.UltraWebGrid.UltraWebGrid.OnInit(EventArgs e)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.AddedControl(Control control, Int32 index)
   at System.Web.UI.ControlCollection.Add(Control child)
   at System.Web.UI.UpdatePanel.CreateContents(Boolean recreate)
   at System.Web.UI.UpdatePanel.OnInit(EventArgs e)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Parents Reply Children
No Data