After upgrading to VS 2017 15.3, my solution compiles, but the .NET Framework 4.6.2 projects in the same solution (for example, Accept Accent tests) have many compiler warnings and missing links. When acceptance tests are performed, they throw an error:
System.IO.FileLoadException: Could not load file or assembly 'System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
I don’t have time to fix it now, so how can I drop the installation of Visual Studio 2017 to 15.2?
Other answers (for previous versions of Visual Studio) suggest using the "View installed updates" element in the control panel, but I do not see VS-2017 updates there.
source
share