I added a
module for development to a DNN instance according to the template of Chris
Hammond :http://www.chrishammond.com/blog/itemid/2616/using-the-new-module-development-templates-for-dot.aspx
Now I get an error 500, when I start a website of the
instance, with the following error details in the log:
2014-07-16 21:27:50,626 [Server][Thread:8][ERROR]
DotNetNuke.Services.Exceptions.Exceptions -
DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to
an instance of an object. ---> System.NullReferenceException: Object
reference not set to an instance of an object.
at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase
page)
at
DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
at
System.Web.UI.Control.InitRecursive(Control namingContainer)
at
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint)
how can I
fix this issue?
Many thanks
for your inputs.
Patrick