Skip to content

Instantly share code, notes, and snippets.

@jtrent238
Created August 28, 2019 19:57
Show Gist options
  • Save jtrent238/c0fb4eed7f6b15998926d48b44731eb8 to your computer and use it in GitHub Desktop.
Save jtrent238/c0fb4eed7f6b15998926d48b44731eb8 to your computer and use it in GitHub Desktop.
System.NullReferenceException: Object reference not set to an instance of an object.
at ASP._Page_Views_MacroPartials_SearchResults_cshtml.GetContentString(SearchResult result) in e:\Prodwebsite2\Views\MacroPartials\SearchResults.cshtml:line 147
at ASP._Page_Views_MacroPartials_SearchResults_cshtml.Execute() in e:\Prodwebsite2\Views\MacroPartials\SearchResults.cshtml:line 55
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext, TextWriter writer)
at Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase controller, ViewResultBase viewResult)
at Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro, IPublishedContent content)
at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
at Umbraco.Web.UmbracoComponentRenderer.RenderMacro(macro m, IDictionary`2 parameters, page umbracoPage)
at ASP._Page_Views_Partials_grid_editors_macro_cshtml.Execute() in e:\Prodwebsite2\Views\Partials\Grid\Editors\Macro.cshtml:line 13
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext, TextWriter writer)
at System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData)
at ASP._Page_Views_Partials_grid_editors_base_cshtml.Execute() in e:\Prodwebsite2\Views\Partials\Grid\Editors\Base.cshtml:line 19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment