Does everyone get error like this or is it just for us over 50?
-
-
One of the servers had a bad case of ASP.NET indigestion. We use WebForms (yeah, old school) and one of the issues is that web controls and pages get compiled in an order that can sometimes get things mixed up. A page can suddenly become convinced that a webcontrol simply doesn't exist because that control may have been compiled as part of a different page and the wiring gets screwed up. This generally happens at deploy time, but it sorts itself out quickly (or I kick it firmly). Once it's compiled that's it - no more problems. However, for some reason the pages completely forgot who they were wired up to and we had that error happen. No deploy, no recompile, no nothing. Just spontaneous craziness. I'm forcing a full recompile now that will fix it.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP