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 'SelectOrderLabel' is already declared as 'Protected Dim WithEvents SelectOrderLabel As System.Web.UI.WebControls.Label' in this class.
Does anyone know why this might be?