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 45:     } 
Line 46: 
Line 47:     var CanonicalUrl = "http://" + PageData["Hostname"] + Product["Url"];
Line 48:     @section MetaTags {
Line 49:         <link href="@CanonicalUrl" rel="canonical" />

Source File: c:\Inetpub\wwwroot\ProductDetail.cshtml    Line: 47

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ASP._Page_ProductDetail_cshtml.Execute() in c:\Inetpub\wwwroot\ProductDetail.cshtml:47
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +208
   System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors) +68
   System.Web.WebPages.WebPage.ExecutePageHierarchy() +123
   System.Web.WebPages.StartPage.RunPage() +19
   System.Web.WebPages.StartPage.ExecutePageHierarchy() +67
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +78
   System.Web.WebPages.WebPageHttpHandler.ProcessRequestInternal(HttpContextBase httpContext) +121


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