Could not load file or assembly “System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”

后端 未结 15 1529
滥情空心
滥情空心 2020-11-28 18:31

I\'ve copied my project to a clean Windows 10 machine with only Visual Studio 2015 Community and SQL Server 2016 Express installed. There are no other framework versions ins

15条回答
  •  迷失自我
    2020-11-28 18:45

    Check .net framework version.
    My original .net framework is older version.
    After I installed .net framework 4.6, this issue is automatically solved.

提交回复
热议问题