That was the first file I copied across, I have now copied both files and rebuilt the solution and once I closed down Visual Studio I could now see the website.
However when I sign in to the admin it looks exactly the same (after the upgrade) and I do not see any additional icons down the left hand side, but my Web.config file shows <add key="umbracoConfigurationStatus" value="7.2.0" />
With reference to your original reply, (as it seems edited since), the screengrab suggests that another process had locked the SQL CE database file. When this happens to me, it is usually because I'm viewing the database in Visual Studio (using a tool like SQL CE Toolkit). So closing down either that tool, or Visual Studio itself will resolve that.
As for the additional icons - which icons are you expecting to see? I know that v7.2.0 introduces the Forms section, but you'll probably need to go into the User section and grant your user-account with the correct permission. This would only happen with upgrades; new installs should grant the permission automatically.
Thanks for all your help - yes post was edited as I resolved some issues after writing it.
I was not editing the database but when I closed down Visual Studio as you say it resolved it
Ignore me about the icons, sorted it now.
Upgrade from 7.1.4 to 7.2.0
I used Nuget to upgrade from 7.1.4 to 7.2.0 as per this page http://our.umbraco.org/documentation/Installation/Upgrading/general
Upon completion when I go to my home page I see this error:
Looking on some forums it was suggested to copy the System.Web.Http.dll back into the bin file but when I did that I then got this error:
Any suggestions?
Hi David,
Is the
umbraco.dll
in your /bin folder?Thanks,
- Lee
Hi Lee,
It was not, but now it is and I am back to the first error message again
David
... and the
System.Web.Http.dll
is in there too? (The error message suggests that it is missing)Thanks,
- Lee
That was the first file I copied across, I have now copied both files and rebuilt the solution and once I closed down Visual Studio I could now see the website.
However when I sign in to the admin it looks exactly the same (after the upgrade) and I do not see any additional icons down the left hand side, but my Web.config file shows
<add key="umbracoConfigurationStatus" value="7.2.0" />
Hi David,
With reference to your original reply, (as it seems edited since), the screengrab suggests that another process had locked the SQL CE database file. When this happens to me, it is usually because I'm viewing the database in Visual Studio (using a tool like SQL CE Toolkit). So closing down either that tool, or Visual Studio itself will resolve that.
As for the additional icons - which icons are you expecting to see? I know that v7.2.0 introduces the Forms section, but you'll probably need to go into the User section and grant your user-account with the correct permission. This would only happen with upgrades; new installs should grant the permission automatically.
Cheers,
- Lee
Hi Lee,
Thanks for all your help - yes post was edited as I resolved some issues after writing it. I was not editing the database but when I closed down Visual Studio as you say it resolved it Ignore me about the icons, sorted it now.
Kind Regards
David
Cool, glad that it's all working for you now. I know how frustrating it is when an upgrade doesn't go quite right.
Cheers,
- Lee
is working on a reply...