I converted a VS2003 application to a VS2005 web application project. The conversion reported no errors, and the application runs fine under 2005. However, if I add a new control, or change the ID of an existing control on any of the aspx pages, the change is not registered on my aspx.vb page.
The existing controls are listed under '#Region " Web Form Designer Generated Code "', with 'Protected WithEvents . . ' entries. In VS2003 I had to toggle between Source and Design views in order to get these entries created. Even that doesn't work now, and my understanding is that switching between views is no longer necessary anyway.
Has anyone else run into this problem, and is there a fix for it? I really don't want to have to manually register every control I add to a page.
Thanks!