|
Rank: Newbie Groups: Member
Joined: 11/18/2008 Posts: 2
|
System.NullReferenceException: Object reference not set to an instance of an object. at EO.Web.Internal.bl.g(HtmlTextWriter A_0, Boolean A_1) at EO.Web.BaseNavigator.a(HtmlTextWriter A_0) at EO.Web.WebControlBase.n(HtmlTextWriter A_0) at EO.Web.WebControlBase.b(HtmlTextWriter A_0) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
We some times (not always) get this error while using TabStrip. The tab strip is wrapped in a user control that is used by the web page. Not sure as to why this is happening.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Do you see this your log file or it occurs while you are developing?
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 11/18/2008 Posts: 2
|
We have not encountered this during development. It's only after deployment that we get this error.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
If you only see this in your log file after deployment, then it is mostly caused by unknown search spiders. These spiders pretend to be one of the popular browsers but they are not, which can cause this error. You can ignore this error because spiders from all major search engines do work fine.
If you do see this error caused by end user, please try to get the steps to reproduce and let us know.
Thanks
|
|