
I hope this is not a DUMB question:
In the book page 57 it says:
To create this class, we add a class library project called PhilePageBase to our main solution. The
default namespace should be
Wrox.ThePhile.Web and the class file is called
PhilePage.vb.
Where I go to set the default namespace to Wrox.ThePhile.Web?
In properties window I only see
Custom Tool Namespace.
I don't think this is it.
Because when I set this and I tried to
Imports Wrox.ThePhile.Web from another form I get the squiggly line under it.
I looked in 5 other books to see how and where to set the default namespace and no book mentions this.
How can I successful set the default namespace??????
HELP ME PLEASE :(

:(