aspx controls not recognized on aspx.vb
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have been working with a project for some time now and suddenly I am unable to build. I added a hidden control to the MyPage.aspx, and was able to build just fine. Then I added codebehind to look at it and my problem came up. From MyPage.aspx.vb, intellisense recognizes the control and lets me set and access hidControl.Value, no problem. However, when I build, it fails; I get no errors listed in the Error List, but can see them in the build output: error BC30456: 'hidControl' is not a member of 'MyPage' Any ideas what's going on or how to fix this? TIA!