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?
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?
Comment