با سلام و خسته نباشید
نمیدونم چرا وقتی پروژه رو استارت میکنم این خطا رو میده (net core 3.1)
--------------------------------------------------------------------------------------------------------------
Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Eshop.Core.Services.Interfaces.IUserService Lifetime: Scoped ImplementationType: Eshop.Core.Services.Implementations.UserService': Unable to resolve service for type 'Microsoft.AspNetCore.Mvc.Razor.IRazorViewEngine' while attempting to activate 'Eshop.Core.Utilities.Convertors.RenderViewToString'.) (Error while validating the service descriptor 'ServiceType: Eshop.Core.Utilities.Convertors.IViewRenderService Lifetime: Scoped ImplementationType: Eshop.Core.Utilities.Convertors.RenderViewToString': Unable to resolve service for type 'Microsoft.AspNetCore.Mvc.Razor.IRazorViewEngine' while attempting to activate 'Eshop.Core.Utilities.Convertors.RenderViewToString'.)
--------------------------------------------------------------------------------------------------------------
خطا مربوط به کلاس RenderViewToString است. کدی رو تغییر ندادم و همون کلاس رو تو پروژه قرار دادم ولی خطا میده
احتمالش هست از نسخه .net core باشه ؟
ممنون میشم اگر راهنمایی کنید.
سلام دوست عزیز لطف میکنید از startup تصویر بفرستید چون برای من هم همچین مشکلی پیش اومده بود.
.net core 3.1 استفاده می کنید؟