Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. Could not load file or assembly 'Castle.Core, Version=1.3.0.0,
  2. Culture=neutral, PublicKeyToken=407dd0808d44fbdc' or one of its
  3. dependencies. The located assembly's manifest definition does not match the
  4. assembly reference. (Exception from HRESULT: 0x80131040)
  5.  
  6. <dependentAssembly>
  7. <assemblyIdentity name="Castle.Core" publicKeyToken="407dd0808d44fbdc" />
  8. <bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
  9. </dependentAssembly>
  10.  
  11. The operation failed.
  12. Bind result: hr = 0x80131040. No description available.
  13. Assembly manager loaded from: C:WindowsMicrosoft.NETFrameworkv4.0.30319clr.dll
  14. Running under executable C:Program Files (x86)IIS Expressiisexpress.exe
  15. --- A detailed error log follows.
  16. === Pre-bind state information ===
  17. LOG: DisplayName = Castle.Core, Version=1.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc
  18. (Fully-specified)
  19. LOG: Appbase = file:///D:/PIMS/PIMS.WebSite/
  20. LOG: Initial PrivatePath = D:PIMSPIMS.WebSitebin
  21. LOG: Dynamic Base = C:UsersMeAppDataLocalTempTemporary ASP.NET Filesvsbd3abe26
  22. LOG: Cache Base = C:UsersMeAppDataLocalTempTemporary ASP.NET Filesvsbd3abe26
  23. LOG: AppName = e20eeb88
  24. Calling assembly : Castle.DynamicProxy2, Version=2.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc.
  25. == =
  26. LOG: This bind starts in default load context.
  27. LOG: Using application configuration file: D:PIMSPIMS.WebSiteweb.config
  28. LOG: Using host configuration file: C:UsersMeDocumentsIISExpressconfigaspnet.config
  29. LOG: Using machine configuration file from C:WindowsMicrosoft.NETFrameworkv4.0.30319configmachine.config.
  30. LOG: Post-policy reference: Castle.Core, Version=1.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc
  31. LOG: GAC Lookup was unsuccessful.
  32. LOG: Attempting download of new URL file:///C:/Users/Me/AppData/Local/Temp/Temporary ASP.NET Files/vs/bd3abe26/e20eeb88/Castle.Core.DLL.
  33. LOG: Attempting download of new URL file:///C:/Users/Me/AppData/Local/Temp/Temporary ASP.NET Files/vs/bd3abe26/e20eeb88/Castle.Core/Castle.Core.DLL.
  34. LOG: Attempting download of new URL file:///D:/PIMS/PIMS.WebSite/bin/Castle.Core.DLL.
  35. LOG: Assembly download was successful. Attempting setup of file: D:PIMSPIMS.WebSitebinCastle.Core.dll
  36. LOG: Entering download cache setup phase.
  37. LOG: Assembly Name is: Castle.Core, Version=1.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc
  38. WRN: Comparing the assembly name resulted in the mismatch: Minor Version
  39. ERR: The assembly reference did not match the assembly definition found.
  40. ERR: Setup failed with hr = 0x80131040.
  41. ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing terminated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement