I upgraded from VS 2003 (1.1) to VS 2005 (2.0). I have a solution that contains 4 project files. Everything was going fairly well until yesterday afternoon. For some reason, now any time I add a control (text box, drop-down) to a form, it does not automatically generate in the codebehind file. So when I try to reference the control, I get an error that it has not been declared.
I can go in the codebehind and add "Protected WithEvents txtThis As System.Web.UI.WebControls.TextBox", but I have a large website and this is way too time consuming.
Has anyone else had this problem?