"Error - Parser Error: Unknown Server Tag '<TagName>'." error message when you view an .aspx page in Design view in FrontPage 2003 (838090)
The information in this article applies to:
- Microsoft Office FrontPage 2003
SYMPTOMSIn Microsoft Office FrontPage 2003, when you open an .aspx page in Design view, you may receive the following error message:
Error - Parser Error: Unknown Server Tag 'TagName'.
The placeholder for the user control does not appear as expected on the page. CAUSEThis problem occurs if the .aspx page contains one or more user controls that are located in <asp:Panel></asp:Panel> tags. FrontPage 2003 incorrectly detects user controls that are located in <asp:Panel></asp:Panel> tags. WORKAROUNDTo work around this problem, replace the <asp:Panel></asp:Panel> tags that contain user controls in the .aspx page with <div></div> tags.
The <asp:Panel> tag is rendered as an HTML <div> element. To replace the <asp:Panel></asp:Panel> tags in the .aspx page with <div></div> tags: - Open the Web page that you want to modify.
- At the bottom of the page, click Code.
- On the Edit menu, click Find.
- Click the Replace tab.
- In the Find what box, type <asp:Panel>.
- In the Replace with box, type <div>, and then click Replace. Replace all <asp:Panel> tags that contain a user control.
- In the Find what box, type </asp:Panel>.
- In the Replace with box, type </div>, and then click Replace. Replace all </asp:Panel> tags that contain a user control.
- On the File menu, click Save.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 4/27/2004 |
---|
Keywords: | kbpending kbBug kberrmsg KB838090 kbAudEndUser kbAudITPRO |
---|
|