I have an aspx page that my colleague designed for me to stick on the back end. I made a few alterations to the page, adding various controls and things - and now the compiler doesn't recognize any of the controls on the page! The Intellisense is working just fine - I can type txtName.
and as I push the .
all the properties of a TextBox pop up as normal... but when I try compile, the compiler says "Name 'txtName' is not declared".
There's obviously a secret switch somewhere. Any ideas what it might be?
EDIT: I just realized the difference between this form and every other form in the project: there's no .aspx.designer.vb file. Any idea how to force generation of this file?