DependencyHandler Error which doesn't show the backend ui properly
I'm running on Umbraco 6.1.5 (Assembly Version: 1.0.4993.19246)
And i'm facing some problem with the DependencyHandler which messed up my Umbraco Backend UI (like in the image below). When i click on one of the content node, it sometimes loads properly and it sometimes doesn't (like the one below). Not really sure what's wrong. The site is running on a load balancing environment and i've tried adding in handler to the web.config as mentioned from the site below but it still doesn't work
This can be caused by a couple of things. Below I'll list some things you can try to do to fix this
1: Go to the /app_data/temp/clientdependency folder and delete all the temporary files - Also go to the /config/ClientDependency.config and increment the version number. Hit save and afterwards make sure you recycle your app pool - Does this help? If not move on to step 2
2: Make sure that the permissions on the folder containing your Umbraco project are sufficient. Make sure that network service and iusr has full access and check that the app pool is running in integrated mode and is run by network service. Does this help?
It may be neccesary to do this in combination if they don't work seperately.
DependencyHandler Error which doesn't show the backend ui properly
I'm running on Umbraco 6.1.5 (Assembly Version: 1.0.4993.19246)
And i'm facing some problem with the DependencyHandler which messed up my Umbraco Backend UI (like in the image below). When i click on one of the content node, it sometimes loads properly and it sometimes doesn't (like the one below). Not really sure what's wrong. The site is running on a load balancing environment and i've tried adding in handler to the web.config as mentioned from the site below but it still doesn't work
http://rajkumar-help.blogspot.co.uk/2013/10/umbraco-issue-for-static-block-not.html
Appreciate every help on this
-Jeric
Hi Jeric
This can be caused by a couple of things. Below I'll list some things you can try to do to fix this
1: Go to the /app_data/temp/clientdependency folder and delete all the temporary files - Also go to the /config/ClientDependency.config and increment the version number. Hit save and afterwards make sure you recycle your app pool - Does this help? If not move on to step 2
2: Make sure that the permissions on the folder containing your Umbraco project are sufficient. Make sure that network service and iusr has full access and check that the app pool is running in integrated mode and is run by network service. Does this help?
It may be neccesary to do this in combination if they don't work seperately.
Hope this helps.
/Jan
is working on a reply...