Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Jul 07, 2010 @ 22:01
    Biagio Paruolo
    0

    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.

    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].
    
  • David Conlisk 432 posts 1008 karma points
    Jul 08, 2010 @ 11:08
    David Conlisk
    0

    Hi Biagio,

    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.

    Hope that helps,

    David

  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Jul 15, 2010 @ 10:48
    Biagio Paruolo
    0

    Hi,

    problem was on our.umbraco FORUM and not on my Umbraco Install.

  • David Conlisk 432 posts 1008 karma points
    Jul 15, 2010 @ 14:38
    David Conlisk
    0

    Right - apologies, should have seen that from the forum area you posted :)

  • 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.

Please Sign in or register to post replies