Could not load file or assembly 'System.Net.Http' or one of its dependencies

前端 未结 6 1602
你的背包
你的背包 2021-01-12 14:11

Maybe Relevant information: I have a web application I built with .net 4.5. I wanted to deploy to Azure\'s Web Sites but it only supports .net 4.0 so I downgraded the projec

6条回答
  •  我在风中等你
    2021-01-12 14:35

    I had the same issue with an asp.net application with some Web Jobs which deployed to the same Azure App Service. It was solved by referencing the same System.Net.Http (nuget package) from all projects.

提交回复
热议问题