Running the asp.net compiler after build
Ryan Rinaldi 2/25/2009 11:45:41 PMFound this trick today and it saved me a lot of pain. I was renaming/reorganizing a bunch of classes and almost every page I went to greeted me with this error: To make life easier I added an After Build target to my web project to run the asp.net compiler. This will catch all the same errors which would...

