Hey, i just setup a new custom project on latest stabel DW8.
I pretty much followed the guide and created the new project through the visual studio templates (which is awesome by the way!)
So basicly i got the site setup and running fine and i could create a few websites and so fourth, but everytime i try to create a new page it just keeps loading, so im forced to refresh the page, the page is there afterwards but on click i get null pointer ref.
The application pool is running .NET 4.0 integrated mode and SQL server is running on a 2012Express , and the custom project is running 2010 for now :)
Stack
[NullReferenceException: Object reference not set to an instance of an object.] Dynamicweb.Frontend.PageView.SetID() +2758 Dynamicweb.Frontend.PageView.Load() +667 Dynamicweb.Frontend.PageView.GetPageviewByPageID(Int32 PageID, IDictionary values) +1012 Dynamicweb.eCommerce.Common.Functions.GetLockedPageview(Int32 pageID) +109 Dynamicweb.Admin.ParagraphList1.Suggest() +166 Dynamicweb.Admin.ParagraphList1.Page_Load(Object sender, EventArgs e) +3005 System.Web.UI.Control.LoadRecursive() +70 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3177