Я только что получил новый P C, и после сноса существующего. NET 3.5 веб-проекта SP1, изменения одной строки C#, построения и развертывания я получаю сообщение об ошибке ниже. Ранее я использовал Visual Studio 2017, но использую 2019 на своем новом P C. Я проверил свои версии. NET на своих проектах в VS2019, и они не изменились, равно как и файлы проекта или решения. Любая идея, почему есть разница в версиях времени выполнения при публикации и развертывании на веб-сервере?
Could not load file or assembly 'MyApp.Web.XmlSerializers' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.BadImageFormatException: Could not load file or assembly 'MyApp.Web.XmlSerializers' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.