Error : BC30002: Type xxx is not defined.
Error: BC30002: Type 'xxx' is not defined.
I am getting the above error on deploying a web site. I do not get the error on my dev machine(localhost). The class causing the error is a custom class called DBManager2. The error occurs when this code is called:
Dim objConnString As DBManager2.DBStatements1 = New DBManager2.DBStatements1
Can anyone help?? Any help greatly appreciated, I am new in asp.net!
thks in advanced!
cmlo

