Когда я пытаюсь запустить проект nopcommerc 4.10
в то время, я получаю следующий тип ошибки:
ReflectionTypeLoadException: Невозможно загрузить один или несколько запрошенных типов.Не удалось загрузить тип 'System.Net.ICertificatePolicy' из сборки 'Система, версия = 4.0.0.0, культура = нейтральная, PublicKeyToken = b77a5c561934e089'.
System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
System.Reflection.RuntimeAssembly.get_DefinedTypes()
System.Linq.Enumerable+SelectManySingleSelectorIterator<TSource, TResult>.ToArray()
System.Linq.Enumerable.ToArray<TSource>(IEnumerable<TSource> source)
AutoMapper.ServiceCollectionExtensions.AddAutoMapperClasses(IServiceCollection services, Action<IMapperConfigurationExpression> additionalInitAction, IEnumerable<Assembly> assembliesToScan)
Nop.Core.Infrastructure.NopEngine.AddAutoMapper(IServiceCollection services, ITypeFinder typeFinder) in NopEngine.cs
services.AddAutoMapper();
Nop.Core.Infrastructure.NopEngine.ConfigureServices(IServiceCollection services, IConfigurationRoot configuration) in NopEngine.cs
AddAutoMapper(services, typeFinder);
Nop.Web.Framework.Infrastructure.Extensions.ServiceCollectionExtensions.ConfigureApplicationServices(IServiceCollection services, IConfigurationRoot configuration) in ServiceCollectionExtensions.cs
var serviceProvider = engine.ConfigureServices(services, configuration);
Nop.Web.Startup.ConfigureServices(IServiceCollection services) in Startup.cs
return services.ConfigureApplicationServices(Configuration);
Microsoft.AspNetCore.Hosting.ConventionBasedStartup.ConfigureServices(IServiceCollection services)
Microsoft.AspNetCore.Hosting.Internal.WebHost.EnsureApplicationServices()
Microsoft.AspNetCore.Hosting.Internal.WebHost.Initialize()
Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication()
Пожалуйста, помогите мне.
Спасибо, Угреш.