Skip to main content
Fixed code formatting
Source Link
NightOwl888
  • 57.1k
  • 28
  • 148
  • 222

Try to addAdd following in your web.configweb.config file.:

<dependentAssembly>   <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.1.1.2" newVersion="4.0.0.0" />  </dependentAssembly> 

Try to add following in your web.config file.

<dependentAssembly> <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.1.1.2" newVersion="4.0.0.0" />  </dependentAssembly> 

Add following in your web.config file:

<dependentAssembly>   <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.1.1.2" newVersion="4.0.0.0" /> </dependentAssembly> 
Source Link
Himal Patel
  • 407
  • 5
  • 20

Try to add following in your web.config file.

<dependentAssembly> <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.1.1.2" newVersion="4.0.0.0" /> </dependentAssembly>