Не удалось загрузить файл или сборку 'system.private.servicemodel, version=4.1.2.4
Привет , im создание ядра 2.0 веб-приложения с API-интерфейсом. Когда я выполняю api из VS. Он работает нормально, и я вижу все api в swagger. Но когда я действительно публикую и развертываю то же самое в IIS версии 10.0. Я вижу ниже ошибки, к сожалению, я не использую ссылку нигде в своем проекте, также я пытался найти ту же версию в nuget, но такой версии нет. Можете ли вы помочь мне устранить обе ошибки, которые я получаю
An error occurred while starting the application. FileNotFoundException: Could not load file or assembly 'System.Private.ServiceModel, Version=4.1.2.4, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified. Unknown location FileNotFoundException: Could not load file or assembly 'System.Private.ServiceModel, Version=4.1.2.4, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified. Unknown location ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) Loader Exceptions: Could not load file or assembly 'System.Private.ServiceModel, Version=4.1.2.4, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified. Could not load file or assembly 'System.Private.ServiceModel, Version=4.1.2.4, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified. FileNotFoundException: Could not load file or assembly 'System.Private.ServiceModel, Version=4.1.2.4, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified. Show raw exception details FileNotFoundException: Could not load file or assembly 'System.Private.ServiceModel, Version=4.1.2.4, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified. Show raw exception details ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) System.Reflection.RuntimeAssembly.get_DefinedTypes() Microsoft.AspNetCore.Mvc.Controllers.ControllerFeatureProvider.PopulateFeature(IEnumerable<ApplicationPart> parts, ControllerFeature feature) Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager.PopulateFeature<TFeature>(TFeature feature) Microsoft.Extensions.DependencyInjection.MvcCoreMvcBuilderExtensions.AddControllersAsServices(IMvcBuilder builder) AetnaNHub.Startup.ConfigureServices(IServiceCollection services) in Startup.cs + services.Configure<IISOptions>(options => System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() Microsoft.AspNetCore.Hosting.ConventionBasedStartup.ConfigureServices(IServiceCollection services) Microsoft.AspNetCore.Hosting.Internal.WebHost.EnsureApplicationServices() Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication()
Что я уже пробовал:
Не удалось загрузить файловую или сборочную систему.Частный.ServiceModel, Version=4.1.2.2 · Issue #2824 · dotnet/wcf · GitHub[^]
Matias Lopez
Загружали ли вы файлы .html, .asp или .aspx, папку bin, Web.Config и необходимые файлы для развертывания Интернета? Какую страницу вы загрузили?