Visual Studio Shows errors until I open the *.aspx.cs page?
asp.net, c#, error-list, visual-studio, visual-studio-2008
Solution
I see it often too on web sites. I always have chalked it up to the compiler needing to "catch up" although I'm sure there is a more sophisticated answer to why that happens. It's annoying.
Problem
The Visual Studio Error List shows like 50 errors about controls and variables not existing. I double click an error, it takes me to it, and after about 1 second they all go away! There aren't any real errors, as my site compiles without errors or even warnings. I know I've seen this before, but I forget how to fix it. Anyone know why this is happening? Thanks in advance!