Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.CompilationFailedException: One or more compilation failures occurred: C:\Websites\GRProject430Live\Themes\GalleryRouge\Views\Common\Sitemap.cshtml(31,32): error CS1061: 'SitemapModel' does not contain a definition for 'NewsEnabled' and no accessible extension method 'NewsEnabled' accepting a first argument of type 'SitemapModel' could be found (are you missing a using directive or an assembly reference?) C:\Websites\GRProject430Live\Themes\GalleryRouge\Views\Common\Sitemap.cshtml(35,32): error CS1061: 'SitemapModel' does not contain a definition for 'BlogEnabled' and no accessible extension method 'BlogEnabled' accepting a first argument of type 'SitemapModel' could be found (are you missing a using directive or an assembly reference?) C:\Websites\GRProject430Live\Themes\GalleryRouge\Views\Common\Sitemap.cshtml(39,32): error CS1061: 'SitemapModel' does not contain a definition for 'ForumEnabled' and no accessible extension method 'ForumEnabled' accepting a first argument of type 'SitemapModel' could be found (are you missing a using directive or an assembly reference?) C:\Websites\GRProject430Live\Themes\GalleryRouge\Views\Common\Sitemap.cshtml(45,32): error CS1061: 'SitemapModel' does not contain a definition for 'Topics' and no accessible extension method 'Topics' accepting a first argument of type 'SitemapModel' could be found (are you missing a using directive or an assembly reference?) C:\Websites\GRProject430Live\Themes\GalleryRouge\Views\Common\Sitemap.cshtml(47,52): error CS1061: 'SitemapModel' does not contain a definition for 'Topics' and no accessible extension method 'Topics' accepting a first argument of type 'SitemapModel' could be found (are you missing a using directive or an assembly reference?) C:\Websites\GRProject430Live\Themes\GalleryRouge\Views\Common\Sitemap.cshtml(55,20): error CS1061: 'SitemapModel' does not contain a definition for 'Categories' and no accessible extension method 'Categories' accepting a first argument of type 'SitemapModel' could be found (are you missing a using directive or an assembly reference?) C:\Websites\GRProject430Live\Themes\GalleryRouge\Views\Common\Sitemap.cshtml(63,57): error CS1061: 'SitemapModel' does not contain a definition for 'Categories' and no accessible extension method 'Categories' accepting a first argument of type 'SitemapModel' could be found (are you missing a using directive or an assembly reference?) C:\Websites\GRProject430Live\Themes\GalleryRouge\Views\Common\Sitemap.cshtml(71,20): error CS1061: 'SitemapModel' does not contain a definition for 'Products' and no accessible extension method 'Products' accepting a first argument of type 'SitemapModel' could be found (are you missing a using directive or an assembly reference?) C:\Websites\GRProject430Live\Themes\GalleryRouge\Views\Common\Sitemap.cshtml(79,56): error CS1061: 'SitemapModel' does not contain a definition for 'Products' and no accessible extension method 'Products' accepting a first argument of type 'SitemapModel' could be found (are you missing a using directive or an assembly reference?) 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 where exception was thrown --- at Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultRazorPageFactoryProvider.CreateFactory(String relativePath) at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.CreateCacheResult(HashSet`1 expirationTokens, String relativePath, Boolean isMainPage) at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.OnCacheMiss(ViewLocationExpanderContext expanderContext, ViewLocationCacheKey cacheKey) at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.LocatePageFromViewLocations(ActionContext actionContext, String pageName, Boolean isMainPage) at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage) at Microsoft.AspNetCore.Mvc.ViewEngines.CompositeViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage) at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor.FindView(ActionContext actionContext, ViewResult viewResult) at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor.ExecuteAsync(ActionContext context, ViewResult result) at Microsoft.AspNetCore.Mvc.ViewResult.ExecuteResultAsync(ActionContext context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|29_0[TFilter,TFilterAsync](ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResultExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.ResultNext[TFilter,TFilterAsync](State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeResultFilters() --- End of stack trace from previous location where exception was thrown --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|24_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync() --- End of stack trace from previous location where exception was thrown --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at WebMarkupMin.AspNetCore3.WebMarkupMinMiddleware.ProcessAsync(HttpContext context, Boolean useMinification, Boolean useCompression) at WebMarkupMin.AspNetCore3.WebMarkupMinMiddleware.ProcessAsync(HttpContext context, Boolean useMinification, Boolean useCompression) at WebMarkupMin.AspNetCore3.WebMarkupMinMiddlewareBase.Invoke(HttpContext context) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 125 at Nop.Services.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) in E:\Development\GalleryRouge\GRProject-430-2021\Libraries\Nop.Services\Authentication\AuthenticationMiddleware.cs:line 79 at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Nop.Services.Installation.InstallUrlMiddleware.Invoke(HttpContext context, IWebHelper webHelper) in E:\Development\GalleryRouge\GRProject-430-2021\Libraries\Nop.Services\Installation\InstallUrlMiddleware.cs:line 52 at Nop.Services.Common.KeepAliveMiddleware.Invoke(HttpContext context, IWebHelper webHelper) in E:\Development\GalleryRouge\GRProject-430-2021\Libraries\Nop.Services\Common\KeepAliveMiddleware.cs:line 49 at Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.HandleException(HttpContext context, ExceptionDispatchInfo edi) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) HEADERS ======= Accept: */* Accept-Encoding: gzip, br Connection: close Host: www.galleryrouge.co.uk Referer: http://www.galleryrouge.co.uk/sitemap User-Agent: claudebot cf-ipcountry: US x-forwarded-for: 18.208.203.36 cf-ray: 866bdc639ee3387c-IAD cdn-loop: cloudflare cf-connecting-ip: 18.208.203.36 x-forwarded-proto: https cf-visitor: {"scheme":"https"}