Copied to clipboard

Flag this post as spam?

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


  • Amir 75 posts 224 karma points
    May 16, 2014 @ 12:21
    Amir
    0

    Parser error after upgrading from 6.1 to 6.2

    Hi,

    I was trying to update my Umbraco 6.1.6 to 6.2 but after doing the following steps, I am seeing a parser error message when I am trying to open the backoffice:

    Update steps:
    - Download the .zip file for the new version you are upgrading to.
    - Copy the following folders from inside the .zip file over the existing folders in your site:
        /bin
        /Umbraco
        /Umbraco_Client

    Error message:

     

    Server Error in '/' Application.

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Unknown server tag 'umbClient:JsApplicationLib'.

    Source Error:

    Line 7:  <umb:CssInclude ID="CssInclude1" runat="server" FilePath="Tree/Themes/umbraco/style.css" PathNameAlias="UmbracoClient" Priority="12" />
    Line 8:  
    Line 9:  <umbClient:JsApplicationLib ID="JsUmbracoApplicationLib1" runat="server"/>
    Line 10: <umbClient:JsJQueryCore ID="JsJQueryCore1" runat="server"/>
    Line 11: <umbClient:JsJQueryPlugins ID="JsJQueryPlugins1" runat="server"/>


    Source File: /umbraco/controls/Tree/TreeControl.ascx    Line: 9


    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18446

     

     

    Any suggestions?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    May 16, 2014 @ 14:49
    Jan Skovgaard
    0

    Hi Amir

    Could you try and see if the following works

    1: Go to the /App_Data/TEMP/ClientDependency folder and delete all the files 2: Go to the /config/ClientDependency.config and increment the version number 3: Recycle the app pool

    Does that help?

    /Jan

  • Amir 75 posts 224 karma points
    May 16, 2014 @ 15:23
    Amir
    0

    Thanks Jan for the response.

    I did all these steps and did not help.

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    May 16, 2014 @ 15:24
    Jan Skovgaard
    0

    Hi Amir

    Ok - Do you have some custom trees setup in the solution?

    /Jan

  • Amir 75 posts 224 karma points
    May 16, 2014 @ 15:50
    Amir
    2

    Thanks Jan,

    No, but I found out the problem.

    I am running my website using VS and the referenced DLLs was marked as "Copy Local" to true and everytime I was running the application the umbraco.dll and cms.dll are being overwritten by the old ones.

    I changed it and my problem gone!

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    May 16, 2014 @ 16:08
    Jan Skovgaard
    0

    Hi Amir

    Aaah, yes tricky one! But glad you got it solved! :)

    Cheers, Jan

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    May 20, 2014 @ 17:15
    Sebastiaan Janssen
    0

    Just as a quick note: Amir's problem will be fixed in 6.2.1

Please Sign in or register to post replies

Write your reply to:

Draft