|
Home > Archive > Microsoft Content Management Server > June 2006 > Save Placeholder Failed
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 |
Save Placeholder Failed
|
|
| Jonathan Ruckert 2006-06-19, 7:20 am |
| We are having a problem with a placeholder.
Error Details:
' ', hexadecimal value 0x16, is an invalid character. Line 1, position 257.
Has anyone encountered this? And is there a way we can validate this before
saving?
Cheers,
Jonathan
| |
| Stefan [MSFT] 2006-06-20, 7:21 am |
| Hi Jonathan,
is this a javascript error?
Or an ASP.NET exception?
What are the circumstances that this happens?
Does it occur during edit mode or during live mode?
Is this a custom placeholder control?
Thanks,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Jonathan Ruckert" <JonathanRuckert@discussions.microsoft.com> wrote in
message news:4AB708D5-E83C-419F-80D2-643554447B23@microsoft.com...
> We are having a problem with a placeholder.
>
> Error Details:
>
> ' ', hexadecimal value 0x16, is an invalid character. Line 1, position
> 257.
>
> Has anyone encountered this? And is there a way we can validate this
> before
> saving?
>
> Cheers,
> Jonathan
| |
| Jonathan Ruckert 2006-06-20, 7:21 am |
| Hi Stefan,
This happens on a Save or Save and Exit event (ASP.NET Execution) and only
happens during the Edit mode.
We have a asp:TextBox that someone copies a line of text into. For some
reason it seems to append a new line character (hexidecimal character 0x16).
The placeholder is a custom implementation of an XML placeholder.
If you need any code or screenshots to help please let me know.
Cheers,
Jonathan
"Stefan [MSFT]" wrote:
> Hi Jonathan,
>
> is this a javascript error?
> Or an ASP.NET exception?
> What are the circumstances that this happens?
> Does it occur during edit mode or during live mode?
> Is this a custom placeholder control?
>
> Thanks,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "Jonathan Ruckert" <JonathanRuckert@discussions.microsoft.com> wrote in
> message news:4AB708D5-E83C-419F-80D2-643554447B23@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2006-06-20, 1:19 pm |
| Hi Jonathan,
newline chars are usually 0x0d or 0x0a. 0x16 is a different non-printable
char but no newline.
No idea where it comes from. Is this content pasted into the placeholder
from somewhere else?
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Jonathan Ruckert" <JonathanRuckert@discussions.microsoft.com> wrote in
message news:F1BA3D68-5ABB-4F3B-856C-412C46BC0239@microsoft.com...[vbcol=seagreen]
> Hi Stefan,
>
> This happens on a Save or Save and Exit event (ASP.NET Execution) and only
> happens during the Edit mode.
>
> We have a asp:TextBox that someone copies a line of text into. For some
> reason it seems to append a new line character (hexidecimal character
> 0x16).
>
> The placeholder is a custom implementation of an XML placeholder.
>
> If you need any code or screenshots to help please let me know.
>
> Cheers,
> Jonathan
>
> "Stefan [MSFT]" wrote:
>
|
|
|
|
|