Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.CompilationFailedException: One or more compilation failures occurred: W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(28,32): error CS1061: "SitemapModel" enthält keine Definition für "NewsEnabled", und es konnte keine zugängliche NewsEnabled-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "SitemapModel" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(32,32): error CS1061: "SitemapModel" enthält keine Definition für "BlogEnabled", und es konnte keine zugängliche BlogEnabled-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "SitemapModel" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(36,32): error CS1061: "SitemapModel" enthält keine Definition für "ForumEnabled", und es konnte keine zugängliche ForumEnabled-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "SitemapModel" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(42,32): error CS1061: "SitemapModel" enthält keine Definition für "Topics", und es konnte keine zugängliche Topics-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "SitemapModel" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(44,52): error CS1061: "SitemapModel" enthält keine Definition für "Topics", und es konnte keine zugängliche Topics-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "SitemapModel" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(49,53): error CS1061: "SitemapModel" enthält keine Definition für "Topics", und es konnte keine zugängliche Topics-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "SitemapModel" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(57,20): error CS1061: "SitemapModel" enthält keine Definition für "Categories", und es konnte keine zugängliche Categories-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "SitemapModel" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(65,57): error CS1061: "SitemapModel" enthält keine Definition für "Categories", und es konnte keine zugängliche Categories-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "SitemapModel" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(75,18): error CS1929: '"IHtmlHelper" enthält keine Definition für "Action", und die Überladung der optimalen Erweiterungsmethode "UrlHelperExtensions.Action(IUrlHelper, string, string, object)" erfordert einen Empfänger vom Typ "IUrlHelper". W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(78,20): error CS1061: "SitemapModel" enthält keine Definition für "Manufacturers", und es konnte keine zugängliche Manufacturers-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "SitemapModel" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(86,61): error CS1061: "SitemapModel" enthält keine Definition für "Manufacturers", und es konnte keine zugängliche Manufacturers-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "SitemapModel" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(94,20): error CS1061: "SitemapModel" enthält keine Definition für "Products", und es konnte keine zugängliche Products-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "SitemapModel" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). W:\ntreeat-rigirutschn\Themes\RigiRutschN\Views\Common\Sitemap.cshtml(102,56): error CS1061: "SitemapModel" enthält keine Definition für "Products", und es konnte keine zugängliche Products-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "SitemapModel" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). 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__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) 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 Nop.Services.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) in D:\projects\Cloud-Solutions\Source\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 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: */* Connection: close Host: shop.rigirutschn.de Referer: http://shop.rigirutschn.de/de/sitemap User-Agent: claudebot