I have just upgraded Umbraco, gone through 2 days of messing around and have finally managed to get it to upgrade the Db and login to the backoffice, but now there is absolutely no styling on it, and none of the scripts work.
I've read about a lot of people having this same issue, but none of the forums have a definitive answer.
So far I have: - incremented my ClientDependency version number - replaced the /Config files - merged my web.config files - overwritten the dlls in my /bin with the new files - overwritten /umbraco and /umbraco_client folders with the new ones - upgraded my solution from .Net 4.0 to .Net 4.5 - Deleted the /App_Data/Temp folder - hard refreshed my browser (20 million times) - pulled out sufficient hair that I could now fashion a luxurious wig
Anyone who can help me, I welcome your input!
Thanks
I managed to fix this by installing the ImageProcessor.Web
. I did this via nuGet package manager as I was using visual studio. The steps I followed were these:
Install-Package ImageProcessor.Web
and hit enter/Config
for a subfolder called ImageProcessor.Re run the site and the back office should be fixed.
Hope this helps!