Server Error in '/' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 295:
Line 296:<% 
Line 297:  oGallery = (gallery)oGalleries[0];
Line 298:  if (oGallery.Title.EndsWith("Main Slideshow")) oGallery = (gallery)oGalleries[1];
Line 299:  bool bOdd = true;

Source File: c:\Inetpub\vhosts\wentworthletchworth.co.uk\httpdocs\template.aspx    Line: 297

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ASP.template_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Inetpub\vhosts\wentworthletchworth.co.uk\httpdocs\template.aspx:297
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +268
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +13
   System.Web.UI.Page.Render(HtmlTextWriter writer) +29
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +66
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1303


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3930.0