Hi Kenneth,
Thanks for your reply. Indeed your code works fine. But if I assign some CKEditor generated content the error will be there, also in your example.
If I change
CKEditor1.Text = "some content";
with:
CKEditor1.Text = "<p>some content</p>";
the error will be there.
Regards,
Willem