Could not load file or assembly 'Microsoft.Scripting, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Microsoft.Scripting, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Source Error:
Line 45: <form runat="server">
Line 46:
Line 47: <cc1:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></cc1:ToolkitScriptManager>
Line 48:
Line 49:
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Scripting, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Can you confirm that the following dlls exist in your bin folder?
Microsoft.Scripting.Core.dll
Microsoft.Scripting.dll
Microsoft.Scripting.ExtensionAttribute.dll
If not then that could be the cause of your issue. You could try downloading whatever version of Umbraco you're using and getting those files from the bin directory in the download.
It also seems like you're using a third party tool (ToolkitScriptManager) so there may be a conflict between the versions of Microsoft.Scripting dlls that it uses as opposed to what Umbraco uses.
Error on post submit
Server Error in '/' Application.
Could not load file or assembly 'Microsoft.Scripting, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Microsoft.Scripting, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Source Error:
Line 45: <form runat="server"> Line 46: Line 47: <cc1:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></cc1:ToolkitScriptManager> Line 48: Line 49:
Source File: c:\inetpub\our.umbraco.org\masterpages\Master.master Line: 47
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Scripting, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
Hi Biagio,
Can you confirm that the following dlls exist in your bin folder?
If not then that could be the cause of your issue. You could try downloading whatever version of Umbraco you're using and getting those files from the bin directory in the download.
It also seems like you're using a third party tool (ToolkitScriptManager) so there may be a conflict between the versions of Microsoft.Scripting dlls that it uses as opposed to what Umbraco uses.
Hope that helps,
David
Hi,
problem was on our.umbraco FORUM and not on my Umbraco Install.
Right - apologies, should have seen that from the forum area you posted :)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.