Dear All,
I'm hoping that some people can point me in the right direction.
I'm a developer in DotNetNuke.
I have written many Modules in DNN3.x using codesmith tools. It build a dll file after debug and I was copy this dll file,ascx files,icons,images ,,,,,, and so on in my installation package .
I try to develop new module for DNN4.x. I searched how can I develop module for dnn4.x and found this article
Creating a DotNetNuke® Module
Using CodeSmith Tools
(For DotNetNuke Version 4.4.0 or higher)
at : http://www.adefwebserver.com/DotNetNukeHELP/CodeSmithDNNDevelopment/Default.htm
I succeeded in developm my first module in dnn4.x
Now I package for this want to create an installation module, I can't see dll file.
How can i create an installation package ?
How can i secure my code after bulid a module in DNN4.