I follow the Readme carefully extracting the DNN files, create the virtual directory, create the DotNetNuke database on SQL and editted the web.config file appropriately
Here comes the problems: After I openend DotNetNuke.sln file, the VS.net 2005 migration wizard took me through the steps in upgrading my solution with the following errors
| ERROR: Unable to find codebehind file ~/admin/Containers/container.vb. |
| ERROR : Unable to parse file portals\_default\containers\_default\no container.ascx. |
| ERROR: Unable to find codebehind file ~/admin/Containers/container.vb. |
| ERROR : Unable to parse file portals\_default\containers\dnn-blue\image header - color background.ascx. |
| ERROR: Unable to find codebehind file ~/admin/Containers/container.vb. |
| ERROR : Unable to parse file portals\_default\containers\dnn-blue\image header - white background.ascx. |
| ERROR: Unable to find codebehind file ~/admin/Containers/container.vb. |
| ERROR : Unable to parse file portals\_default\containers\dnn-blue\text header - color background.ascx. |
| ERROR: Unable to find codebehind file ~/admin/Containers/container.vb. |
| ERROR : Unable to parse file portals\_default\containers\dnn-blue\text header - white background.ascx. |
| ERROR: Unable to find codebehind file ~/DesktopModules/Skins/skin.vb. |
| ERROR : Unable to parse file portals\_default\skins\_default\no skin.ascx. |
| ERROR: Unable to find codebehind file ~/admin/Skins/skin.vb. |
| ERROR : Unable to parse file portals\_default\skins\dnn-blue\horizontal menu - fixed width.ascx. |
| ERROR: Unable to find codebehind file ~/admin/Skins/skin.vb. |
| ERROR : Unable to parse file portals\_default\skins\dnn-blue\horizontal menu - full width.ascx. |
| ERROR: Unable to find codebehind file ~/admin/Skins/skin.vb. |
| ERROR : Unable to parse file portals\_default\skins\dnn-blue\vertical menu - fixed width.ascx. |
| ERROR: Unable to find codebehind file ~/admin/Skins/skin.vb. |
| ERROR : Unable to parse file portals\_default\skins\dnn-blue\vertical menu - full width.ascx. |
This results in many reference errors and warnings when loading the project. Has anybody make a successfull conversion or can provide me with help?