Hello I am trying to deploy asp.net MVC 4 project on azure but I get this problem. I searched a lot about the solution but it looks like none suit my case, this is the Error message I get :
Could not load file or assembly 'DotNetOpenAuth.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Before the dotnetopenAuth
have no reference in my project I downloaded
but still get the same error .
Anyone have an idea?