I have a 7.0.1 website and I wanted to upgrade it to 7.1. I have done the following:
In VS2012 I upgrade my solution through Update-Package UmbracoCms in the package console. All went good, and after the upgrade I merged the web.config and added my connectionstring to my database. When I run the solution I got a screen saying that now the rest will be upgraded (I guess the database) and a continue button. When I press continue it starts with the upgrade, but soon it displays an error Cannot convert null to 'System.Guid' because it is a non-nullable value type.
So now im stuck...Any suggestions? Does anyone know what differences there are in the database from the 7.0.1 installation to the 7.1? Maybe I could do the upgrade of the database manually.
I guess I have another option to fix this and that is to do a clean install of 7.1 and export/import my content from the 7.0.1 installation, if that is even possible.
That's really odd - But I have seen quite a few issues with upgrading using nuget...not sure what the main issue is though. But perhaps you can find some usefull information by searching for "nuget" at the issue tracker
Just out of curiosity - What operating system are you using? And what version of Visual Studio?
Thans for your reply! Yes this is very odd, I think I will try to install a clean 7.1 and import packages that I have made in 7.0.1. Im working on W7 VS2012.
Error in upgrade from 7.0.1 to 7.1
Hi!
I have a 7.0.1 website and I wanted to upgrade it to 7.1. I have done the following:
In VS2012 I upgrade my solution through Update-Package UmbracoCms in the package console. All went good, and after the upgrade I merged the web.config and added my connectionstring to my database. When I run the solution I got a screen saying that now the rest will be upgraded (I guess the database) and a continue button. When I press continue it starts with the upgrade, but soon it displays an error Cannot convert null to 'System.Guid' because it is a non-nullable value type.
So now im stuck...Any suggestions? Does anyone know what differences there are in the database from the 7.0.1 installation to the 7.1? Maybe I could do the upgrade of the database manually.
I guess I have another option to fix this and that is to do a clean install of 7.1 and export/import my content from the 7.0.1 installation, if that is even possible.
Hi Jack
That's really odd - But I have seen quite a few issues with upgrading using nuget...not sure what the main issue is though. But perhaps you can find some usefull information by searching for "nuget" at the issue tracker
Just out of curiosity - What operating system are you using? And what version of Visual Studio?
/Jan
Hi!
Thans for your reply! Yes this is very odd, I think I will try to install a clean 7.1 and import packages that I have made in 7.0.1. Im working on W7 VS2012.
is working on a reply...