Hi all, im having a bit of a problem developing a simple master detail module. Im using DNN 05.01.00 (773), and i have developed modules for previos version of DNN (a while ago, using the starter kits for VS), the thing is that, for now, AFAIK there´s no starter kit for this version of dnn. Here´s a list of the steps i´ve followed to develop the module:
-Created the folder App_Code/mymodule.
-Created the folder DesktopModules/mymodule
-Opened my dnn site with VS 2008
-Added a entry for the folder on codeSubDirectories of the web config.
-Created the info and controller class on the folder App_Code/mymodule.
-Created the ascx control with the grid on it on the folder DesktopModules/mymodule.
-Compiled the website on the vs (no exceptions)
-Added the module through the wizard of the dnn, adding also the definition, and the controls for it (selecting the codepage for the control and view for type).
The thing is that, every time i add the module to a page, nothing happends, and no DesktopModules/mymodule.dll is being created on the bin directory.
Can anyone point me on the right direction?
Tnks a lot for your time.