Have you ever experienced controls that are defined in the .aspx not being visible in the .aspx.cs? i.e. when you compile, it says your label or literal etc. has not been declared.
Is this a bug in vs.net?
Here is what I did, I created a new folder with the same file, and copied the .aspx content and codebehind, and then changed the references to the old file in the new file (like the namespace, the codebehind reference in the aspx etc.)
I used beyond compare on both the .aspx and .aspx.cs to make sure I changed everything, yet when I compile I get like 25 errors.
This makes no sense to me, argh.
(using vs.net 2008)