Error when converting to Web Application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bob Ross
    New Member
    • Jan 2007
    • 119

    Error when converting to Web Application

    I have a vb.net 2.0 website and I am trying to change it to a web application.

    I have followed these instructions here - http://webproject.scottgu.com/Visual...igration2.aspx
    up to the end of step 4.

    but at this point I get an error for every control on every page -
    Error 46 'SelectOrderLab el' is already declared as 'Protected Dim WithEvents SelectOrderLabe l As System.Web.UI.W ebControls.Labe l' in this class.

    Does anyone know why this might be?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    What does your code look like?
    Sounds like it doubled up something somewhere.

    Comment

    Working...