You cannot view framesets in Visual Studio design mode. If you close that page you can probably compile the project.
Brian Berdel McMahon Associates, Inc. p: 215.283.9444 www.mcmtrans.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of KokoAngry Sent: Wednesday, January 16, 2008 4:04 PM To: [email protected] Subject: [mapguide-users] .net issues 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 _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
