jacktripper
Programmer
I'm not sure what I'm doing wrong here.
I have a website I've built that works great in debug mode, and when I'm looking at all the VB code behind, etc, I see no underlined "error items".
But, my error list show 47 stinking errors. When I open the list, and double click the errors, VS jumps me to the appropriate page... but again - there are no underlined noticable problems. If I mouse over the classes it says are undeclared, I get the typical box that shows everything is fine.
So, for some reason I can't build this thing for deployment. Am I missing something obvious?
I did a few User Imports to the list of referenced Namespaces. Do i have to add them somewhere else too?
This is really frustrating. If it works in Debug mode, I don't understand why I can't build the actual site...
I have a website I've built that works great in debug mode, and when I'm looking at all the VB code behind, etc, I see no underlined "error items".
But, my error list show 47 stinking errors. When I open the list, and double click the errors, VS jumps me to the appropriate page... but again - there are no underlined noticable problems. If I mouse over the classes it says are undeclared, I get the typical box that shows everything is fine.
So, for some reason I can't build this thing for deployment. Am I missing something obvious?
I did a few User Imports to the list of referenced Namespaces. Do i have to add them somewhere else too?
This is really frustrating. If it works in Debug mode, I don't understand why I can't build the actual site...