| Mei Ying \(MVP\) 2004-09-27, 8:46 pm |
| Hi Susan
1) Indicates that possibly, there's a missing Page
directive. Check that you have
<%@ Register TagPrefix="cms1"
Namespace="Microsoft.ContentManagement.WebControls"
Assembly="Microsoft.ContentManagement.WebControls,
Version=5.0.1200.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" %>
Typically, the TagPrefix is "cms" instead of "cms1". If
you already have the namespace registered as "cms", just
change the tagprefix of the html placeholder control on
the template file.
2)You may want to consider re-installing the MCMS
developer tools to fix this and other issues that you may
be facing.
HTH
Mei Ying
>-----Original Message-----
>I am working through the developers tutorial for CMS
using VS.NET 2002.
>
>I am encountering 2 problems.
>
>1. If I open an existing template in the woodgrovenet
project, I get errors
>on the cms placeholder controls, specifically: "Parser
Error: Unknown server
>tag 'cms1:htmlplaceholdercontrol'.
>
>2. When atempting to drag new HtmlPlaceholderControls on
to a new template
>in design mode, I am unable to. No error, just the can't
drop pointer.
>
>I suspect that these two errors are related.
>
>Any help would be appreciated.
>Thank-you
>.
>
|