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 75: 
Line 76: 		<div class="kurs">
Line 77: 		<div class="banner" style="background-image: url(/res/originals/@(kurs.Banner).png)">
Line 78: 			<div class="kursname">@culture.Translate(kurs.Titel)</div>
Line 79: 		</div>

Source File: d:\www\www342\views\anmelden.cshtml    Line: 77

Stack Trace:


[RuntimeBinderException: Cannot perform runtime binding on a null reference]
   CallSite.Target(Closure , CallSite , Object ) +143
   System.Dynamic.UpdateDelegates.UpdateAndExecute1(CallSite site, T0 arg0) +257
   CallSite.Target(Closure , CallSite , Object ) +252
   ASP._Page_views_anmelden_cshtml.Execute() in d:\www\www342\views\anmelden.cshtml:77
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +199
   System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors) +73
   System.Web.WebPages.WebPage.ExecutePageHierarchy() +154
   System.Web.WebPages.StartPage.RunPage() +19
   System.Web.WebPages.StartPage.ExecutePageHierarchy() +64
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +80
   System.Web.WebPages.WebPageHttpHandler.ProcessRequestInternal(HttpContext context) +259


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