I create a namespace in a DB.vb file, in the App_code folder Imports SQLClient.... Namspace nsDB Partial Public Class clsDB ... many public methods... (functions and subs) ...
I am able to Import nsDB in a FORM.vb class, no problemI access the methods in the clsDB at will.
I create a 2nd namespace: DB2.vb, nsDB2, clsDB2, ...methods2...This 2nd namespace does not appear in the intellisense, nor is seen by the compilerThe build fails with error stated above.I had thought at some point that, closing down Visual Studio was effective... but it has not worked on this instance.Can someone help me?.Thank you so much,NicMartel.