I'm trying to deploy a Website in Azure, but I have this error:
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\home\site\repository\src\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj] Mvc\Api\AuthorizeApiAttribute.cs(13,53): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
I checked and the 'Copy Local' option is activated in the Solution. Any idea what's the problem?