Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am getting the below error while inherting the umbraco masterpage in a aspx page and running it from visual studio 2005
Server Error in '/' Application.
Object reference not set to an instance of an object.
[NullReferenceException: Object reference not set to an instance of an object.] umbraco.item..ctor(IDictionary elements, IDictionary attributes) +576 umbraco.presentation.templateControls.ItemRenderer.GetFieldContents(Item item) +418 umbraco.presentation.templateControls.ItemRenderer.ParseMacros(Item item) +66 umbraco.presentation.templateControls.ItemRenderer.Init(Item item) +7 umbraco.presentation.templateControls.Item.OnInit(EventArgs e) +92 System.Web.UI.Control.InitRecursive(Control namingContainer) +333 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
The umbraco masterpage has to run in the umbraco context as I know. So you cannot use it separately in an own VS project...
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
error while running aspx page
I am getting the below error while inherting the umbraco masterpage in a aspx page and running it from visual studio 2005
Server Error in '/' Application.
Object reference not set to an instance of an object.
[NullReferenceException: Object reference not set to an instance of an object.] umbraco.item..ctor(IDictionary elements, IDictionary attributes) +576 umbraco.presentation.templateControls.ItemRenderer.GetFieldContents(Item item) +418 umbraco.presentation.templateControls.ItemRenderer.ParseMacros(Item item) +66 umbraco.presentation.templateControls.ItemRenderer.Init(Item item) +7 umbraco.presentation.templateControls.Item.OnInit(EventArgs e) +92 System.Web.UI.Control.InitRecursive(Control namingContainer) +333 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
The umbraco masterpage has to run in the umbraco context as I know. So you cannot use it separately in an own VS project...
is working on a reply...