Hey,
I'm trying to upgrade an old site to the new ontology module and MVC.
What I've done is:
- Download the livesite
- Install it locally
- Upgrade it to 1615
- Build the site
- Upgrade the site with the webnodes tool and the WAF_Upgrade_b1702 zip file
- Build the site and make sure it works
Then I've created a new MVC site using the webnodes tool and updated it with WAF_UpgradeApp_b1702.zip aswell.
I made sure both projects built successfully, then i copied the Content.definition from the upgraded site to the MVC project, and tried rebuilding the ontology.
It merged successfully, but when i tried running the project it had a few complaints:
On the root: A content with node id 3, lcid 1044, revision 0 does not exist
in http://localhost:63021/waf/setup/ :
- Ensure database fields runs fine
- Ensure base data: A content with node id 29, lcid 1044, revision 0 does not exist.
in WAF/Setup/Default.aspx.cs:
-
Line 367: Installation inst = session.GetContent<Installation>();
Line 379: session.SiteId = site.SiteId;
- Rebuild codefiles: Object reference not set to an instance of an object.
in WAF/Setup/Default.aspx.cs
Line 468: WAFContext.Engine.Compiler.Rebuild(def, false, false, main, buildMicrodataAPI);
- Ensure data integrity runs fine
Any tips would be appreciated :)