Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. VS 2008...Config Issue?

VS 2008...Config Issue?

Scheduled Pinned Locked Moved ASP.NET
helptutorialcsharphtmlvisual-studio
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    OMalleyW
    wrote on last edited by
    #1

    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, Will

    I hate users. Not all of them, just the ones who talk.CP member: Al Einstien

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups