Ch 5 - Errors in all *Rss.aspx pages
Running:
Visual Studio 2005 8.0.50727.42
.NET Framework 2.0.50727
In the downloadable code, I'm getting identical errors for all of the Rss files in Chapter 5, which include:
GetArticlesRss.aspx
GetProductsRss.aspx
GetThreadsRss.aspx
Each file appears to have the same errors, which are numerous.
For a clue, if I comment out the <asp:Repeater> code, and everything contained within it, I still get the following (3) errors for the GetArticlesRss.aspx file, and identical errors for the other (2) Rss files:
Error 103 Validation (): Element 'html' occurs too few times. C:\ASP.NET 2.0 web sites\TheBeerHouse\TBH_Web\GetArticlesRss.aspx 31 3 C:\...\TBH_Web
Error 104 Validation (XHTML 1.0 Transitional): Element 'head' must be included within a parent element. C:\ASP.NET 2.0 web sites\TheBeerHouse\TBH_Web\GetArticlesRss.aspx 4 2 C:\...\TBH_Web
Error 105 Validation (XHTML 1.0 Transitional): Element 'title' occurs too few times. C:\ASP.NET 2.0 web sites\TheBeerHouse\TBH_Web\GetArticlesRss.aspx 4 2 C:\...\TBH_Web
Perhaps this is causing the other bugs.
|