Hi VB Experts,

How do I re-generate aspx.designer.vb files? I have a web application so there is no option to "Convert to Web Application". I have tried deleting the files and editing the aspx associated file, no dice.

I have also tried excluding/including the parent aspx files. Project Build/Rebuild/Clean doesn't add them back either.

After searching, it seems this has been an issue for many versions of Visual Studio.

NOT having these files is causing lots of errors as I add new fields to my ASPX page they are underlined in red stating they are not defined until I manually add them to the designer file.