VS 2008...Config Issue?
-
I recently upgraded from VS 2005 to VS 2008 and found a lot of problems. The major issue i'm dealing with now is "Error Creating Control" Here is an example: HTML
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <ASP:SCRIPTMANAGER ID="ScriptManager1" runat="server" /> <div> </div> <ASP:REPEATER ID="Repeater1" RUNAT="server"> <ITEMTEMPLATE> </ITEMTEMPLATE> </ASP:REPEATER> </form> </body> </html>
In the designer I get the following error message on the control: Error Creating Control - Repeater 1 Property 'ITEMTEMPLATE' does not have a property named 'MAPID'. Does anyone know how to fix this? Any help would be great! Thanks, WillI hate users. Not all of them, just the ones who talk.CP member: Al Einstien