I'm developing DNN modules for quite some time now for my own personal use. So far no problem. However now I'm developing a commercial module which need to be deployed without the sourcecode.
I tried several ways, however eventhough I read all the blogs, forums and documentation no success.
Scenario1 : I installed the source version (latest version) and create using de VSI template the new module. created the .dnn file and replaced the .vb files with the .dll files
Result: when importing the module in another portal it is asking for the codebehind .vb files
Scenario 2: I created a new WAP project and followed furthermore the same scenario as under 1
Result: same problem
Scenario 3: I created a new compiled module (new project) withn the source version. Compiled the stuff and created the .zip and .dnn file with the compiled .dlls
Result: the new portal is still asking for the codebehind vb files
So what I'm looking for is a clear approach what is the best way that always works to create a module that can be distributed without sourcecode and will install without problems on each dnn installation (Source and install version)
Looking forward to see the answer