|
Home > Archive > Microsoft Content Management Server > October 2006 > 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]
|
|
|
| I have created a new template with a single image placeholder on it.
I then associated the new template with an aspx page.
Next, on the aspx page, I added an image placeholder and bound it the
template image placeholder using the properties on the imageplaceholder.
I compile my application successfully.
but when I launch the application and choose new cms page, I get this error
warnIfNotUnique( "NewImagePlaceholderDefinition1", "Multiple
SingleImagePlaceholderControls cannot bind to the same placeholder when
authoring.\nThe following placeholder is bound more than once on this page:
\"[PlaceholderName]\" " );
What can I do as I don't have this on the page twice!
Tom
| |
| Stefan Goßner [MSFT] 2006-10-26, 1:14 pm |
| Hi Tom,
sounds as if you have more than one placeholder control on this page and at
least two of them point to the same placeholder definition.
That is not allowed.
Cheers,
Stefan
"Tom" <Tom@discussions.microsoft.com> wrote in message
news:D9CEF7DA-40E1-4DE9-9CE2-0475A42C1874@microsoft.com...
>I have created a new template with a single image placeholder on it.
> I then associated the new template with an aspx page.
> Next, on the aspx page, I added an image placeholder and bound it the
> template image placeholder using the properties on the imageplaceholder.
> I compile my application successfully.
>
> but when I launch the application and choose new cms page, I get this
> error
>
>
> warnIfNotUnique( "NewImagePlaceholderDefinition1", "Multiple
> SingleImagePlaceholderControls cannot bind to the same placeholder when
> authoring.\nThe following placeholder is bound more than once on this
> page:
> \"[PlaceholderName]\" " );
>
> What can I do as I don't have this on the page twice!
>
> Tom
|
|
|
|
|