I've tried to convert existing VS 2005 Web Site Project( based on DNN 4.0) and noticed 2 things about namespaces.
1. Default WAP project has default namespace (e.g. DNNwap) when original web site project doesn't. Adding the default namespace causes problem, so tutorial http://webproject.scottgu.com/VisualBasic/migration2/migration2.aspx should notice that it is agood idea to clear "default namespace" field for VB WAP project.2. Web site project uses web.config section for default imported namespaces. <pages> <namespaces>WAP project stores imported namespaces list in the project and has to be imported manually as a part of migrationIdeally migration wizard should copy namespaces section from web.config to WAP project.Or at least it should be noticed in the "Upgrading VS 2005 Web Site Projects to be VS 2005 Web Application Projects" tutorial
<namespaces>
Ideally conversion wizard should have moved imported namespaces from web.config to project file. I will open a bug to update the tutorial.
Baiju