Hi Markus,
Welcome to MSDN newsgroup.
As for the design-time error in VS 2005 ide when developing asp.net 2.0
page with Nested master pages, I've just performed some tests through some
simple master pages and concrete aspx pages, however seems didn't get the
same error behavior... Maybe page content specific... Can you run the page
correctly at runtime through browser?
Also, when using master page, it'll raise some errors if the <asp:Content >
or any other server controls tag are put in the aspx template correctly...
regards,
Steven Cheng
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Markus R." <markusr@newsgroups.nospam>
| Subject: [VS.NET 2005] Nested Master Pages and Unrecognized tag prefix or
device filter 'asp'
| Date: Wed, 18 Jan 2006 10:04:36 +0100
| Lines: 29
[quoted text clipped - 17 lines]
|
| Error 1 Unrecognized tag prefix or device filter 'asp'. ?
| This is how the content page looks like:
|
[quoted text clipped - 14 lines]
|
| Markus
chrishawn - 24 Jan 2006 21:26 GMT
I am encountering this same issues
seems to be specific to nested masterpages
the page with the content on it still builds fine
just get the red squiggly under the tag and autocomplete no longer
works on the tags.
-shawn
chrishawn - 24 Jan 2006 21:45 GMT
I may have solved it
seems to have happened when i was using a nested master without a code
behind
and deleted the <script runat=server tag when i put it back in it
worked fine.
chrishawn - 26 Jan 2006 15:47 GMT
actually it was the building of the master page that solved it
need to ocasionally rebuild the master page that is nested then it will
work.
like it needs to be in active memory for visual studio.
coworker says if you add an html and body tag on the child page it will
see them as well
but of course your html code is not correct.
chrishawn - 26 Jan 2006 19:05 GMT
okay final statement on the topic..
building makes no difference.
what does make a difference is leaving the nested master page file open
in the IDE editor window.. it recognizes eveything just fine. if you
close that file and work on the child page you will get the asp message
I am using nested master pages as well. This problem just showed up, though and it is really annoying. I think that there must have been something that triggered this behavior.