The closest answer I could find to my question here was this (which has an edit that says it no longer works, and I have confirmed it does not): http://stackoverflow.com/questions/187881/visual-studio-2005-designer-not-adding-controls-to-the-aspx-designer-cs
Let me start by saying this only happens in one particular web app for me, it's in c# 3.5 and it used to work for about the first 1-1.5 years.
The problem is that when I add a new control to the aspx file via source view the control is not added to the designer file automatically. I've gotten around the problem in the past by adding it manually, but I have a new project to add a large number (50+) fields to the aspx page.
I don't know what other information would be helpful, I've checked my event machine error logs but didn't find anything. If there are error logs specific to VS I could check those if someone pointed out how.
Any help is appreciated.
Thank you, Jeff