Hi all, i've just upgraded Umbraco from 7.1.3 to 7.1.4 through NuGet in my Visual Studio 2013 project. This seems to have upgraded fine, no errors using NuGet. However when I launched the site, through local debugging, I didn't get the usual upgrade screen and also my version number still says 7.1.3 in the Umbraco back office. Any ideas?
Perhaps you need to clear the cache by going to the /app_data/TEMP/ClientDependency folder and delete it's contents and then go to /config/ClientDepedency.config and increment the version number and then recycle the app pool?
Upgrade from 7.1.3 to 7.1.4
Hi all, i've just upgraded Umbraco from 7.1.3 to 7.1.4 through NuGet in my Visual Studio 2013 project. This seems to have upgraded fine, no errors using NuGet. However when I launched the site, through local debugging, I didn't get the usual upgrade screen and also my version number still says 7.1.3 in the Umbraco back office. Any ideas?
Hi Vincent
What does it say in the web.config?
Perhaps you need to clear the cache by going to the /app_data/TEMP/ClientDependency folder and delete it's contents and then go to /config/ClientDepedency.config and increment the version number and then recycle the app pool?
Does that help?
/Jan
Hi Jan, tried those things and it forced the upgrade screen to appear, but the version number is still at 7.1.3
Hi Vincent
Ok, but does it also say 7.1.3 in the web.config? Or is it only in the help section it keeps saying 7.1.3?
/Jan
It says 7.1.3 in the web config and help section
It happens to me too.
is working on a reply...