I can run the .net samples just fine.  But when I open the directory in VS
2005, I can't compile. The first Error (in main.aspx) is with the html tag:
"Cannot switch views: Validation (XHTML 1.0 Transitional): Element 'body'
occurs too few times".  The remaining errors (with this page) are:
"Validation (XHTML 1.0 Transitional): Element 'frameset' is not supported". 
The same error appears for the two frame tags. This is the section that is
giving me problems:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; >
<head>
    <title>MapGuide Developer's Guide ASP.NET Samples</title>
</head>

<frameset rows="110,*" frameborder="no" framespacing="0">
        <frame id="titleFrame" frameborder="no" marginwidth="0" marginheight="0"
scrolling="no" src="common/title.html">
        <frame id="viewerFrame" frameborder="no" marginwidth="0" 
marginheight="0"
scrolling="no"
src="../mapviewernet/ajaxviewer.aspx?SESSION=<%=sessionId%>&WEBLAYOUT=<%=webLayout%>">
</frameset>

</html>

Thanks for any help!
-- 
View this message in context: 
http://www.nabble.com/.net-issues-tp14891952s16610p14891952.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to