1

I installed the Breeze Sharp client, but get the following warning.

Found conflicts between different versions of the same dependent assembly. In Visual Studio, double-click this warning (or select it and press Enter) to fix the conflicts; otherwise, add the following binding redirects to the "runtime" node in the application configuration file:

<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Primitives" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="0.0.0.0-4.2.13.0" newVersion="4.2.13.0" />
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly><assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
Jay Traband
  • 17,053
  • 1
  • 23
  • 44
wonderful world
  • 10,969
  • 20
  • 97
  • 194
  • possible duplicate of [Warning: Found conflicts between different versions of the same dependent assembly](http://stackoverflow.com/questions/17806/warning-found-conflicts-between-different-versions-of-the-same-dependent-assemb) – Giacomo1968 Jun 09 '14 at 03:52
  • 1
    I updated the question with additional information. I'm seeing this issue after Breeze Sharp Client is installed. None of my other projects references Newtonsoft.Json. – wonderful world Jun 09 '14 at 04:02
  • Does the app run without adding the binding redirect? We've had several issues with building nuget packages for Microsoft Portable Class Libraries. – Jay Traband Jun 09 '14 at 15:59

1 Answers1

1

Please try using the latest Breeze.Sharp Nuget ( 0.5.9.0 or greater) and let me know if you still have issues.

Jay Traband
  • 17,053
  • 1
  • 23
  • 44