I am coding my own app using thePhile as a blueprint. I have
one main question right now...
1. where is the namespace "WROX.WebModules" originated? I cannot
find a file/class that declares this namespace, so my own site has
a squiggly line under "Imports XXX.WebModules" in my "XXXPage.
vb"
file (the same as "thePhilePage.
vb" under "thePhile" project.)
I need to accomplish the declaration of the namespace so the squiggly
line goes away. I need to accomplish this step to learn what I am doing
wrong. On page 27 of the
VB version, it shows the IIS directory tree
and says this is the result of converting the namespace hierarchy into
a directory tree. So I'm wondering if the namespace is created by virtue of
creating the directory tree?
R Corcoran, Jr.