Developer forum

Forum » Development » New page fails - DW8 Custom

New page fails - DW8 Custom

Jais Edelmann
Reply

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

 


Replies

 
Jais Edelmann
Reply
Note: I've triede setting update.xml and updateversion_ecom.xml to 10 both to force updates on the solution, and copied the admin dll's as always and setup 404 page etc
 
Mikkel Høst
Reply
As far as i know DW8 don't work with SQL 2012 - correct me if im wrong
 
Jais Edelmann
Reply
I had a feeling that might be the case i'm installing 2008 sqlexpress atm. to see if this might solve the problem
 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply

Hi all,

 

It's true that SQL2012 is not fully supported out-of-the-box as of yet, but we are working on a new DefaultEmpty set compatible with SQL2012. There is a great thread about DW and SQL2012 here: http://developer.dynamicweb-cms.com/forum/development/development/sql-server-2012.aspx

 

Hope this sheds some light on the issue :)

 

- Jeppe

 
Jais Edelmann
Reply
Thanks guys, no problems onces i ran it on a 2008 express, thanks for the quick replies, hope you all have a great christmas and NYE. 

 

You must be logged in to post in the forum