FP 2003 show SF6.1 tags as error

S

S Dover

IN SF 2003 when I open aspx page (StoreFront6.1.3) it
show the tags for the share
borders as error.
For example
Error - Parser Error: Unknown server tag 'uc1:topbanner".

There is anyway of getting rid of that?
Thanks.
Dover.
 
J

Jim Buyens

-----Original Message-----
IN SF 2003 when I open aspx page (StoreFront6.1.3) it
show the tags for the share
borders as error.
For example
Error - Parser Error: Unknown server
tag 'uc1:topbanner".
There is anyway of getting rid of that?
Thanks.
Dover.

You're probably missing the "register" tag for this user
control. Make sure a tag such as the following appears at
the top of your page:

<%@ Register TagPrefix="uc1" TagName="topbanner"
Src="topbanner.ascx" %>

The Src= value, of course, must point to the correct file.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top