|
Home > Archive > Microsoft Content Management Server > December 2004 > SingleImagePlaceHolder Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SingleImagePlaceHolder Error
|
|
| Jean-Yves Ceunen 2004-12-24, 7:46 am |
| Hello,
I have a error message in the trace with template containing a SingleImagePlaceholder :
ERROR DURING RETRIEVE PLACEHOLDER HTML: System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.ContentManagement.WebControls.SingleImagePlaceholderControl.LoadPlaceholderContents()
at Microsoft.ContentManagement.WebControls.SingleImagePlaceholderControl. LoadPlaceholderContentForPresentation(Pl
aceholderControlEventArgs e)
at Microsoft.ContentManagement.WebControls.BasePlaceholderControl.loadContentAndFireEvents()
My placeholders are embedded in Web User Controls. I have no impact in the rendering of my pages but I would like to known what is the significance of this message...
Thanks,
Jean-Yves Ceunen
| |
| Stefan [MSFT] 2004-12-24, 7:46 am |
| Hi Jean-Yves,
seems that the template that hosts this user control does not have the
required placeholder definition for this image placeholder object.
Cheers,
Stefan.
"Jean-Yves Ceunen" <jean-yves.ceunen@dad.be> wrote in message
news:#FjnoOa6EHA.2032@tk2msftngp13.phx.gbl...
Hello,
I have a error message in the trace with template containing a
SingleImagePlaceholder :
ERROR DURING RETRIEVE PLACEHOLDER HTML: System.NullReferenceException:
Object reference not set to an instance of an object.
at
Microsoft.ContentManagement.WebControls.SingleImagePlaceholderControl.LoadPl
aceholderContents()
at
Microsoft.ContentManagement.WebControls.SingleImagePlaceholderControl.LoadPl
aceholderContentForPresentation(Placehol
derControlEventArgs e)
at
Microsoft.ContentManagement.WebControls.BasePlaceholderControl.loadContentAn
dFireEvents()
My placeholders are embedded in Web User Controls. I have no impact in the
rendering of my pages but I would like to known what is the significance of
this message...
Thanks,
Jean-Yves Ceunen
|
|
|
|
|