Could not load file or assembly 'System.ServiceModel.Primitives, Version=4.5.0.4, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

1.9k Views Asked by At

I am getting the following error after installing a third-party NuGet package and trying to run.

FileLoadException: Could not load file or assembly 'System.ServiceModel.Primitives, Version=4.5.0.4, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Version 4.5.0.4 is not available in the NuGet list. I installed the 4.5.0 version, but it wasn't of any use. How can I fix this?

0

There are 0 best solutions below