How to stop umbraco from thinking it has to upgrade
I updated my site to 7.2.1 the site worked just fine and then I found some minor macro problems I wanted to fix so I debugged my site but now It tries to show the /install/
directory like it try to upgrade but it have already done that ?
so just getting The resource cannot be found error
So is there a place to tell the umbraco to stop trying to upgrade.
Sounds like you might have assembly references in Visual Studio which are to an older version, when you debug the referenced assemblies are copied over to the bin folder?
Maybe i did that, it's over a year ago I first created this site so can't really remember and in the mean there have been a lot of differences website going around and some of them i made with NuGet and some i made manually, and I had a hard time updating the umbraco particularly on this site guess it was because this site was first made on 7.0.0 and this version had a lot of small bug, so I decided to try manually to see if it had any difference but actually after updating Im thinking the main difference was the version and not that I was doing it manually.
I deleted the old reference and just added the new reference and pointed them to the umbraco files in the bin folder now it works thanks Jeavon !! :D
How to stop umbraco from thinking it has to upgrade
I updated my site to 7.2.1 the site worked just fine and then I found some minor macro problems I wanted to fix so I debugged my site but now It tries to show the /install/ directory like it try to upgrade but it have already done that ? so just getting The resource cannot be found error
So is there a place to tell the umbraco to stop trying to upgrade.
Hi Dan,
Can you check the umbracoConfigurationStatus app setting in web.config and make sure it's set to 7.2.1?
Jeavon
Hi Jeavon I have already done that and its says 7.2.1 so it should be okay.
And thanks for the replay!
Ok then, so then there is a mismatch with one of the Umbraco dll's.
I would suggest you recopy over the bin folder from a v7.2.1 download and see it still loads up the install path.
I uploaded all the files from the bin folder it worked but when I debugged again it's back to the same problem ?
Sounds like you might have assembly references in Visual Studio which are to an older version, when you debug the referenced assemblies are copied over to the bin folder?
I can see the last version i had in the reference, how do i update the reference ?
Did you install via NuGet originally and then update manually?
Maybe i did that, it's over a year ago I first created this site so can't really remember and in the mean there have been a lot of differences website going around and some of them i made with NuGet and some i made manually, and I had a hard time updating the umbraco particularly on this site guess it was because this site was first made on 7.0.0 and this version had a lot of small bug, so I decided to try manually to see if it had any difference but actually after updating Im thinking the main difference was the version and not that I was doing it manually.
I deleted the old reference and just added the new reference and pointed them to the umbraco files in the bin folder now it works thanks Jeavon !! :D
That's great! Yeah if you install with NuGet you should always upgrade with NuGet also.
is working on a reply...