Strange problem I keep running into. Designing an ASP.NET solution within VS2002. Everything is working fine until I make a minor modification to either the HTML or code behind file. Recently, just changed a Boolean var from ?True? to ?False?, recompiled and then I received the following error message:
BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.mypage_aspx'
I removed the changes and recompiled with the same results. I have tried removing the temporary files and recompiling with the same results.
Any help would be appreciated!