Okay, this is starting to drive me crazy. I have an asp.net webapp. Pretty simple, most of the code in .aspx.vb and a few classes in App_Code.
The problem that started to occur only today (although most of the code has already been written) is that from time to time I have this error message:
Error BC30002: Type 'XXX not defined
An error occurs every time I modify files in the App_Code folder. EDIT: Well, this happens if I don't touch anything and then refresh the page. I'm still trying to figure out how to cause this error.
I just need to wait a bit without touching anything and then refresh the page and it works, but it is very annoying.
So, I searched a little, but nothing happened except import. Any idea?
source
share