I've upgraded a site from 7.1.4 to 7.2.2 using the Nuget package. After nuget successfully ran and installed, I open the site and receive the following .Net error. Anyone know what's wrong here...
I'm not sure what could have gone wrong there but I'm wondering if you could try doing this
1: Clear you browser cache - Does that help? If not proceed
2: Go to the /config/ClientDependency.config file and increment the version number. Then recycle the app pool - This busts the Umbraco backoffice cache. Does that help?
Also be aware that the there are some new stuff in 7.2.x, which means you should make sure that the /config/ folder is in sync/merged - I'm not sure how well nuget handles this.
Thanks for the prompt reply Jan. Steps 1 and 2 did not help I'm afraid. I'll try some further manual installation and merging and let everyone know how I go.
I've tried again with a manual installation with no success. However, I believe the error is linked to some form of custom member implemention built by another developer.
Error after upgrading from 7.1.4 to 7.2.2
I've upgraded a site from 7.1.4 to 7.2.2 using the Nuget package. After nuget successfully ran and installed, I open the site and receive the following .Net error. Anyone know what's wrong here...
Hi James and welcome to our :)
I'm not sure what could have gone wrong there but I'm wondering if you could try doing this
1: Clear you browser cache - Does that help? If not proceed 2: Go to the /config/ClientDependency.config file and increment the version number. Then recycle the app pool - This busts the Umbraco backoffice cache. Does that help?
If these two steps don't help then perhaps try and do the upgrade manually following this general guideline https://our.umbraco.org/documentation/installation/Upgrading/general
Also be aware that the there are some new stuff in 7.2.x, which means you should make sure that the /config/ folder is in sync/merged - I'm not sure how well nuget handles this.
You can find the zip file here https://our.umbraco.org/contribute/releases/722
Hope this makes sense and that it helps.
/Jan
Thanks for the prompt reply Jan. Steps 1 and 2 did not help I'm afraid. I'll try some further manual installation and merging and let everyone know how I go.
I've tried again with a manual installation with no success. However, I believe the error is linked to some form of custom member implemention built by another developer.
Hi James
Ok, then that's most likely the issue - Are you guys using some source control system? Perhaps he forgot to push the code?
/Jan
is working on a reply...