Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. Could not load file or assembly 'System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
  2.  
  3. <dependentAssembly>
  4. <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  5. <bindingRedirect oldVersion="4.0.0.0" newVersion="5.2.4.0" />
  6. </dependentAssembly>
  7.  
  8. <dependentAssembly>
  9. <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  10. <bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.2.4.0" />
  11. </dependentAssembly>
  12.  
  13. Assembly manager loaded from: C:WindowsMicrosoft.NETFramework64v4.0.30319clr.dll
  14. Running under executable c:windowssystem32inetsrvw3wp.exe
  15. --- A detailed error log follows.
  16.  
  17. === Pre-bind state information ===
  18. LOG: DisplayName = System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
  19. (Fully-specified)
  20. LOG: Appbase = file:///D:/dev/myapp/trunk/myapp/
  21. LOG: Initial PrivatePath = D:devmyapptrunkmyappbin
  22. Calling assembly : Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc.
  23. ===
  24. LOG: This bind starts in default load context.
  25. LOG: Using application configuration file: D:devmyapptrunkmyappweb.config
  26. LOG: Using host configuration file: C:WindowsMicrosoft.NETFramework64v4.0.30319aspnet.config
  27. LOG: Using machine configuration file from C:WindowsMicrosoft.NETFramework64v4.0.30319configmachine.config.
  28. LOG: Redirect found in application configuration file: 4.0.0.0 redirected to 5.2.3.0.
  29. LOG: Post-policy reference: System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
  30. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/myappdev/0d9cef3e/aedd2787/System.Web.Http.DLL.
  31. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/myappdev/0d9cef3e/aedd2787/System.Web.Http/System.Web.Http.DLL.
  32. LOG: Attempting download of new URL file:///D:/dev/myapp/trunk/myapp/bin/System.Web.Http.DLL.
  33. WRN: Comparing the assembly name resulted in the mismatch: Build Number
  34. ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing terminated.
  35.  
  36. ...
  37. <package id="Microsoft.AspNet.Cors" version="5.2.4" targetFramework="net47" />
  38. <package id="Microsoft.AspNet.WebApi" version="5.2.4" targetFramework="net47" />
  39. <package id="Microsoft.AspNet.WebApi.Client" version="5.2.4" targetFramework="net47" />
  40. <package id="Microsoft.AspNet.WebApi.Core" version="5.2.4" targetFramework="net47" />
  41. <package id="Microsoft.AspNet.WebApi.Cors" version="5.2.4" targetFramework="net47" />
  42. <package id="Microsoft.AspNet.WebApi.Owin" version="5.2.4" targetFramework="net47" />
  43. <package id="Microsoft.AspNet.WebApi.Tracing" version="5.2.4" targetFramework="net47" />
  44. <package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.4" targetFramework="net47" />
  45. ...
  46. <package id="Swashbuckle" version="5.6.0" targetFramework="net47" />
  47. <package id="Swashbuckle.Core" version="5.6.0" targetFramework="net47" />
  48. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement