I'm trying to upgrade an existing site from 7.3.1 to 7.4.3. I downloaded the ZIP, copied over /umbraco, /umbraco_client and /bin. First I got an DB error that I found a solution on here to fix (https://our.umbraco.org/forum/using/migrating-from-v5-to-v4-and-beyond/75050-database-upgrade-fail-on-712-to-74-manual-upgrade). Next I got a compiling error:
CS0012: The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Any ideas how I might be able to fix this? Luckily enough I backed up first ;-)
Issue Upgrading
I'm trying to upgrade an existing site from 7.3.1 to 7.4.3. I downloaded the ZIP, copied over /umbraco, /umbraco_client and /bin. First I got an DB error that I found a solution on here to fix (https://our.umbraco.org/forum/using/migrating-from-v5-to-v4-and-beyond/75050-database-upgrade-fail-on-712-to-74-manual-upgrade). Next I got a compiling error:
CS0012: The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Any ideas how I might be able to fix this? Luckily enough I backed up first ;-)
Thanks Darren
Add missing assembly (System.Runtime) in web.config
Thanks Yakov!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.