VS 2005 not compiling ASPX Code Beside files weirdness
Posted by: Rick Strahls WebLog,
on 22 Mar 2006 |
View original
Hmmm… I just ran into the strangest thing in VS 2005 with an ASP.NET project. For some reason compiling the project inside of Visual Studio will not find any errors in ASPX code beside files. A Rebuild All results in no errors, but running various pages results in runtime errors which I can fix and see fixed in the runtime files – so I'm not completely off my rocker (I think) in that I am working on the right code…
The compiler does find errors in any App_Code files, just...