error information
This will not be visible on the live site
Message: One or more compilation failures occurred:
C:\home\site\wwwroot\Views\Partials\Components\textImage.cshtml(106,37): error CS1061: 'TextImage' does not contain a definition for 'Title' and no accessible extension method 'Title' accepting a first argument of type 'TextImage' could be found (are you missing a using directive or an assembly reference?)
StackTrace:
at Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.RuntimeViewCompiler.CompileAndEmit(RazorCodeDocument codeDocument, String generatedCode)
at Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.RuntimeViewCompiler.CompileAndEmit(String relativePath)
at Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.RuntimeViewCompiler.OnCacheMiss(String normalizedPath)
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.CreateCacheResult(HashSet`1 expirationTokens, String relativePath, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.LocatePageFromPath(String executingFilePath, String pagePath, Boolean isMainPage)
at Umbraco.Cms.Web.Website.ViewEngines.ProfilingViewEngine.GetView(String executingFilePath, String viewPath, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.ViewFeatures.HtmlHelper.RenderPartialCoreAsync(String partialViewName, Object model, ViewDataDictionary viewData, TextWriter writer)
at Microsoft.AspNetCore.Mvc.ViewFeatures.HtmlHelper.PartialAsync(String partialViewName, Object model, ViewDataDictionary viewData)
at WebcodaShared.Extensions.HtmlHelperExtensions.RenderNCPartialsAsync(IHtmlHelper`1 htmlHelper, IEnumerable`1 contentModels, ViewDataDictionary viewDataDictionary) in D:\a\1\s\UmbracoCms\WebcodaShared\Extensions\HtmlHelperExtensions.cs:line 376
at AspNetCore.Views_Pages_courseLanding.ExecuteAsync() in C:\home\site\wwwroot\Views\Pages\courseLanding.cshtml:line 61
at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context)
at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, Boolean invokeViewStarts)
at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderAsync(ViewContext context)
at Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper.RenderPartialViewAsync(TextWriter writer, Object model, IView view)
at Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper.ProcessAsync(TagHelperContext context, TagHelperOutput output)
at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.g__Awaited|0_0(Task task, TagHelperExecutionContext executionContext, Int32 i, Int32 count)
at AspNetCore.Views_default.ExecuteAsync() in C:\home\site\wwwroot\Views\default.cshtml:line 12
Source: Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation