What version of Umbraco are you using. In later versions sometime bumping the client dependency version helps.
Go into /Config/ClientDependency.config and on the clientDependency increase the version number by one.
Another option for testing is to set debug="false" on the compilation element in your web.config. This will bypass clientdependency bundling and minification.
Thanks for your inputs . but this made to load the left panel nodes in umbraco but when i go through each node it is showing 502 error.please suggest your queries.
Please find the attached one.
Dependencyhandler error doesnot allowing me to load backend UI
Backend UI is not loading properly . it was loading partially. Any help would be appreciated.
Thanks.
Hi suvarna,
What version of Umbraco are you using. In later versions sometime bumping the client dependency version helps.
Go into /Config/ClientDependency.config and on the clientDependency increase the version number by one.
Another option for testing is to set debug="false" on the compilation element in your web.config. This will bypass clientdependency bundling and minification.
Dave
HI Dave,
Thanks for your inputs . but this made to load the left panel nodes in umbraco but when i go through each node it is showing 502 error.please suggest your queries. Please find the attached one.
is working on a reply...