Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.CompilationFailedException: One or more compilation failures occurred: C:\Inetpub\vhosts\langbatdongsan.vn\httpdocs\Themes\LangBatDongSan\Views\Product\CompareProducts.cshtml(19,44): error CS0246: The type or namespace name 'ProductSpecificationModel' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\vhosts\langbatdongsan.vn\httpdocs\Themes\LangBatDongSan\Views\Product\CompareProducts.cshtml(22,43): error CS1061: 'ProductOverviewModel' does not contain a definition for 'SpecificationAttributeModels' and no accessible extension method 'SpecificationAttributeModels' accepting a first argument of type 'ProductOverviewModel' could be found (are you missing a using directive or an assembly reference?) C:\Inetpub\vhosts\langbatdongsan.vn\httpdocs\Themes\LangBatDongSan\Views\Product\CompareProducts.cshtml(82,36): error CS1061: 'CompareProductsModel' does not contain a definition for 'IncludeShortDescriptionInCompareProducts' and no accessible extension method 'IncludeShortDescriptionInCompareProducts' accepting a first argument of type 'CompareProductsModel' could be found (are you missing a using directive or an assembly reference?) C:\Inetpub\vhosts\langbatdongsan.vn\httpdocs\Themes\LangBatDongSan\Views\Product\CompareProducts.cshtml(91,59): error CS1061: 'ProductOverviewModel' does not contain a definition for 'ShortDescription' and no accessible extension method 'ShortDescription' accepting a first argument of type 'ProductOverviewModel' could be found (are you missing a using directive or an assembly reference?) C:\Inetpub\vhosts\langbatdongsan.vn\httpdocs\Themes\LangBatDongSan\Views\Product\CompareProducts.cshtml(104,64): error CS1061: 'ProductOverviewModel' does not contain a definition for 'SpecificationAttributeModels' and no accessible extension method 'SpecificationAttributeModels' accepting a first argument of type 'ProductOverviewModel' could be found (are you missing a using directive or an assembly reference?) C:\Inetpub\vhosts\langbatdongsan.vn\httpdocs\Themes\LangBatDongSan\Views\Product\CompareProducts.cshtml(129,36): error CS1061: 'CompareProductsModel' does not contain a definition for 'IncludeFullDescriptionInCompareProducts' and no accessible extension method 'IncludeFullDescriptionInCompareProducts' accepting a first argument of type 'CompareProductsModel' could be found (are you missing a using directive or an assembly reference?) C:\Inetpub\vhosts\langbatdongsan.vn\httpdocs\Themes\LangBatDongSan\Views\Product\CompareProducts.cshtml(138,59): error CS1061: 'ProductOverviewModel' does not contain a definition for 'FullDescription' and no accessible extension method 'FullDescription' accepting a first argument of type 'ProductOverviewModel' 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 D:\Projects\LangBatDongSan\03_Sourcecode\LangBatDongSan_4.30_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 Nop.Services.Installation.InstallUrlMiddleware.Invoke(HttpContext context, IWebHelper webHelper) in D:\Projects\LangBatDongSan\03_Sourcecode\LangBatDongSan_4.30_Source\Libraries\Nop.Services\Installation\InstallUrlMiddleware.cs:line 53 at Nop.Services.Common.KeepAliveMiddleware.Invoke(HttpContext context, IWebHelper webHelper) in D:\Projects\LangBatDongSan\03_Sourcecode\LangBatDongSan_4.30_Source\Libraries\Nop.Services\Common\KeepAliveMiddleware.cs:line 50 at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.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: langbatdongsan.vn User-Agent: claudebot