Advertisement
Guest User

cook-computing-error

a guest
Nov 21st, 2012
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. Server Error in '/' Application.
  2.  
  3. Configuration Error
  4.  
  5. Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
  6.  
  7. Parser Error Message: Could not load file or assembly 'CookComputing.XmlRpcV2, Version=2.2.0.4, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
  8.  
  9. Source Error:
  10.  
  11. Line 103: <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
  12. Line 104: <!-- UMBRACO CHANNELS -->
  13. Line 105: <add verb="*" path="umbraco/channels.aspx" type="umbraco.presentation.channels.api, umbraco" />
  14. Line 106: <add verb="*" path="umbraco/channels/word.aspx" type="umbraco.presentation.channels.wordApi, umbraco" />
  15. Line 107: <add verb="*" path="DependencyHandler.axd" type="ClientDependency.Core.CompositeFiles.CompositeDependencyHandler, ClientDependency.Core " />
  16.  
  17. Source File: C:\inetpub\wwwroot\thingy.tbd\UmbracoSite\web.config Line: 105
  18.  
  19. Assembly Load Trace: The following information can be helpful to determine why the assembly 'CookComputing.XmlRpcV2, Version=2.2.0.4, Culture=neutral, PublicKeyToken=null' could not be loaded.
  20.  
  21. Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
  22. Running under executable C:\Program Files (x86)\Common Files\Microsoft Shared\DevServer\10.0\WebDev.WebServer40.exe
  23. --- A detailed error log follows.
  24.  
  25. === Pre-bind state information ===
  26. LOG: User = NT_HILLARY\rwmorris
  27. LOG: DisplayName = CookComputing.XmlRpcV2, Version=2.2.0.4, Culture=neutral, PublicKeyToken=null
  28. (Fully-specified)
  29. LOG: Appbase = file:///C:/inetpub/wwwroot/thingy.tbd/UmbracoSite/
  30. LOG: Initial PrivatePath = C:\inetpub\wwwroot\thingy.tbd\UmbracoSite\bin
  31. Calling assembly : umbraco, Version=1.0.4500.21031, Culture=neutral, PublicKeyToken=null.
  32. ===
  33. LOG: This bind starts in default load context.
  34. LOG: Using application configuration file: C:\inetpub\wwwroot\thingy.tbd\UmbracoSite\web.config
  35. LOG: Using host configuration file:
  36. LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
  37. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
  38. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/76b513c2/3d65ff90/CookComputing.XmlRpcV2.DLL.
  39. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/76b513c2/3d65ff90/CookComputing.XmlRpcV2/CookComputing.XmlRpcV2.DLL.
  40. LOG: Attempting download of new URL file:///C:/inetpub/wwwroot/thingy.tbd/UmbracoSite/bin/CookComputing.XmlRpcV2.DLL.
  41. WRN: Comparing the assembly name resulted in the mismatch: PUBLIC KEY TOKEN
  42. ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing terminated.
  43.  
  44. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement