I have the following situation:
I have a few aspx pages, but some pages' designer files do not update when adding controls, but some do. I am using git, and this problem exists only on 1 repository, not any others.
I cannot 'Convert to web application'.
I have tried:
- View page in designer > Right click > Refresh.
- Cleaning, building and rebuilding project/solution.
- Unload project > Reload project.
- Changing CodeBehind to CodeFile > Build > Change back to CodeBehind
- Even tried manually adding to the designer from another.
Additional things that might help:
- I do not have any intellisense on the pages that do not update.
- There is no outlining (Collapse/Expand of code) on the pages.