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 7:  
Line 8:      var news = db.QuerySingle("SELECT * FROM News WHERE title like '%'+@0+'%'", newsitem);
Line 9:      var author = db.QuerySingle("SELECT FirstName, LastName, UserID, Image, ShortProfile, Profile FROM UserProfile WHERE UserID =@0", news.Author);
Line 10:     var newslist = db.Query("SELECT TOP 8 ID, Title, Image, Date, Author FROM News WHERE ID <> @0 AND Live = 'Yes' ORDER BY Date Desc", news.ID);
Line 11: 

Source File: d:\Websites\ukanimenet\www\NewsItem.cshtml    Line: 9

Stack Trace:


[RuntimeBinderException: Cannot perform runtime binding on a null reference]
   CallSite.Target(Closure , CallSite , Object ) +148
   System.Dynamic.UpdateDelegates.UpdateAndExecute1(CallSite site, T0 arg0) +615
   CallSite.Target(Closure , CallSite , Object ) +264
   ASP._Page_NewsItem_cshtml.Execute() in d:\Websites\ukanimenet\www\NewsItem.cshtml:9
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +252
   System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors) +99
   System.Web.WebPages.WebPage.ExecutePageHierarchy() +182
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +107
   System.Web.WebPages.WebPageHttpHandler.ProcessRequestInternal(HttpContextBase httpContext) +142


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