I am using Vs2008 with Sql 2005.
I have successfully installed and ran DNN.
I am trying to use the DotNetNuke Dynamic Module template in Vs2008. I have added the module and followed the basic instructions that follow:
* Important *
Due to limitations in the templating capabilities of Visual Studio, you will need to manually rename a couple of folders before you continue.
Rename /App_Code/ModuleName to /App_Code/MyELL
Rename /DesktopModules/ModuleName to /DesktopModules/MyELL
This can be accomplished in your development environment by right-clicking the folder name in the Solutions Explorer and selecting Rename from the menu.
The problem is that when I compile I get the following errors:
Error 1 Type 'MyELLController' is not defined. D:\DNN\DotNetNukeSite\DesktopModules\ELL\DesktopModules\MyEll\EditMyELL.ascx.vb 69
Error 2 Type 'MyELLInfo' is not defined. D:\DNN\DotNetNukeSite\DesktopModules\ELL\DesktopModules\MyEll\EditMyELL.ascx.vb 70
Error 3 Type 'MyELLController' is not defined. D:\DNN\DotNetNukeSite\DesktopModules\ELL\DesktopModules\MyEll\EditMyELL.ascx.vb 117
etc.....
What is up?
Thanks
Alex