Hi Everyone,
I am a newbie in DNN module development. I installed DNN3.2 and VS2003 and installed dnn jungle's DNN templates to ease things for me. I read DNN docs about module development, also the tutorial form dnn jungle web site.
My problem is, I want to develop a db application as a module and I want the data to be the same among all instances of my modules. I don't want to populate each instance of my module with different data. So I thought I should omit using ModuleId, and removed it from all the files (Controller, info, ascx,etc), now when I try to add my module to the portal, I get "minmax" error which says I need a moduleId.
So, my question are:
Do I have to use the ModuleId somewhere in my code?
If I don't have to, then how can I solve my MinMax problem (my name spaces are checked three times, correct)
Thank you