Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi
Building the initial module generated with the ‘DotNetNuke Module Development Template’ from http://christoctemplate.codeplex.com/ with VS 2012 generates a ZIP-file in the DNN webfolder DNNProject\Install\Module.
Taking this Zip file and adding it to a different DNN project on the Extensions Site of the second DNN project (http://DNNproject/Host/Extensions/portalid/0) with ‘Install Extensions Wizard’ generates an error:
Could not find file '…DNNproject\Install\Temp\sgdouu20\License.txt'.
In fact the Zip-file neither contains the License.txt file nor other files which might be important for installing the module successfully.
What’s ‘best practice’ to deploy a developed module to any future DNN project?
Patrick