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"/>
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
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.
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?
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
Thanks Jan for the response.
I did all these steps and did not help.
Hi Amir
Ok - Do you have some custom trees setup in the solution?
/Jan
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!
Hi Amir
Aaah, yes tricky one! But glad you got it solved! :)
Cheers, Jan
Just as a quick note: Amir's problem will be fixed in 6.2.1
is working on a reply...