Using Web Developer 2010 as this is just a intranet page and not really doing much with it so there was no point in putting a full blown version of VS on the server.
This was working fine till about 2 hours ago. Now when I try and run the page I get the following error for all the controls on the page:
C:\inetpub\wwwroot\index.aspx.vb(55,0): error BC30451: 'lblVacationAvailable' is not declared. It may be inaccessible due to its protection level.
I've recreated the page about 8 times, still nothing. Even took the time to delete all the code on the aspx.vb page and re-write it using the intillesense to be sure it thinks the control is there and still getting the error. Remembering very quickly why I hate web programming.