ChrisHammond / DNNTemplates

Christoc's DotNetNuke Extension Development templates for Visual Studio
http://www.christoc.com/Products/DNN-Development-Templates
Other
97 stars 38 forks source link

Installer package created from template fails to install #54

Closed dotcom9 closed 6 years ago

dotcom9 commented 6 years ago

Great templates! But I'm having a problem getting it to package dependency assemblies. The module .dnn file lists all of the assemblies my module needs in the component/assemblies section, but they are not being included in the install.zip. Do I need to modify the templates themselves so that dependencies are packaged, or have I missed a configuration elsewhere?

ChrisHammond commented 6 years ago

Have to modify the targets file to include additional dlls

dotcom9 commented 6 years ago

Many thanks!