Although I have read the wiki already, I did find the Module component documentation a bit too cursory. Although my problem may or may not be to do with file locations, I could not find enough reliable examples on which to compare my file. I'm having trouble because the module install just silently fails, so even though the manifest looks OK to me from what is documented, I must be doing something wrong, hence I thought some more detailed examples would be useful. I did post about this before but unfortunately didn't get too far then either, here is what I originally was asking about, although now I am still having the same problem in DNN 6.0.1:
-------------------------------------------
"I have a DNN module compiled into a DLL from a VS 2008 'DNN Compiled module' solution, but I am having trouble with the installation into DNN 5.6.
I wanted to manually created a manifest, but I think my attempts so far have been incorrect, as the install from the Module Definitions page appears to silently fail, and the module is not properly registered with DNN. I think my confusion is about how to present the DLL in the manifest file, but I cannot find an appropriate example to follow for the new manifest format for version 5.x.
At the moment I am trying to use the 'Assembly' manifest component node, perhaps this is where my trouble lies. My question is, can you point me in the direction of an example manifest that corresponds to my scenario. Should I be still using the 'Module' component node, or is this specifically for ASCX files? If I have a compiled DLL containing all my controls already, how do I include the DLL in the manifest so that DNN will install the modules correctly?"
-------------------------------------
Thanks if you can advise