Server Error in '/' Application.

Cannot perform runtime binding on a null reference

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: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot perform runtime binding on a null reference

Source Error:


Line 49:                 <div class="desc col-md-16 col-sm-16">
Line 50:                   <h3>@row.poSocialName</h3>
Line 51: 						      <p>@AppFun.t("REGISTERED_ORG_SINCE") @row.poCreated.ToString("dd-MM-yyyy") (@row.poCountry)</p>
Line 52:                   <p><a href="@row.poWebsite" target="_bank">@row.poWebsite</a></p>
Line 53:  						      <p>

Source File: h:\root\home\jpmendes-001\www\csrtarget\templates\pages\registered.cshtml    Line: 51

Stack Trace:


[RuntimeBinderException: Cannot perform runtime binding on a null reference]
   CallSite.Target(Closure , CallSite , Object , String ) +142
   System.Dynamic.UpdateDelegates.UpdateAndExecute2(CallSite site, T0 arg0, T1 arg1) +704
   ASP._Page_templates_pages_registered_cshtml.Execute() in h:\root\home\jpmendes-001\www\csrtarget\templates\pages\registered.cshtml:51
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +197
   System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors) +69
   System.Web.WebPages.WebPage.ExecutePageHierarchy() +131
   System.Web.WebPages.StartPage.RunPage() +17
   System.Web.WebPages.StartPage.ExecutePageHierarchy() +73
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +78
   System.Web.WebPages.WebPageHttpHandler.ProcessRequestInternal(HttpContextBase httpContext) +116


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