Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Unrecognized tag prefix or device filter 'asp'

Reply
Thread Tools

Unrecognized tag prefix or device filter 'asp'

 
 
Simon
Guest
Posts: n/a
 
      11-25-2005
Hi

I have a vs2005 and I try to put a placeholdercontent control on header tag
of the master page, for adding extra header on the content page, but I still
have this error when I build: " Unrecognized tag prefix or device filter
'asp' " on tag <asp:contentplaceholder runat="server"
id="ExtraHeader"></asp:contentplaceholder>.
The page apparently work fine.


Masterpage source:

<%@ Master...
<%@ Register..
<%@ Register...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<LINK href="..." rel="stylesheet">
<LINK media=".." rel="stylesheet">
<LINK media="print" href=".." rel="stylesheet">
<LINK href="..." rel="stylesheet">
<LINK href="..." rel="stylesheet">
<script language="javascript" src="...."></script>
<asp:contentplaceholder runat="server"
id="ExtraHeader"></asp:contentplaceholder>
</head>
<body>
</body>
</html>

Content page source:

<%@ Page ....
<asp:Content runat=server ContentPlaceHolderID=ExtraHeader>
<LINK href="extra.css" rel="stylesheet">
</asp:Content>


Thanks

Simon


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unrecognized tag prefix or device filter 'asp' =?Utf-8?B?U2hpdm9ubmU=?= ASP .Net 5 08-28-2006 06:11 PM
Help - Unrecognized tag prefix or device filter 'asp' and other weird errors in aspx file Alan Silver ASP .Net 0 02-06-2006 03:34 PM
Unrecognized tag prefix or device filter 'asp' Alan Silver ASP .Net 0 01-31-2006 05:16 PM
Unrecognized tag prefix or device filter 'asp' Simon ASP .Net 0 11-29-2005 07:26 AM
'asp' is an unrecognized tag prefix or device filter Roger Helliwell ASP .Net 2 11-22-2004 10:43 AM



Advertisments