Hi,
I am new in DNN environment and I am following examples from Nick Symmonds' book "Beginning DotNetNuke 4.0 ... in C# 2005 ...".
In his chapter 7: Creating DNN Module, I have following his steps: ( I will also state differences between his book and my screen )
1) In Solution Explorer, on http://localhost/DotNetNuke ( he has C:\DotNetNuke, but probably he did not use IIS in his examples ) I have selected Add New Item
2) Using template DotNetNuke Dynamic Module ( he has DotNetNuke Module ) I entered name TimePunch and selected Visual C#
3) After getting message that DotNetNuke module was created, I have renamed directories ModuleName into TimePunch in both App_Code and DesktopModules directories
4) In web.config I have added node <add directoryName="TimePunch" /> inside nodes <codeDirectories>
5) I have rebuilt website
When I start without debugging and logged in as admin, I do not see my new TimePunch in a dropdown of Modules.
WHAT DO I DO WRONG ?!?
Thanks in advance