Search code examples
msbuilddotnetnukednn9

How to properly update references while installing a Dnn package


I have been using Chris Hammond's template to create my dnn modules.

Recently I add a Class library project and was able to create an installer that looks like:

enter image description here

..still, the installer doesn't copy (or update) the reference to the bin folder in the server when we use it. Could you please tell me what I'm missing? Thanks in advance.


Solution

  • See this answer where I explain how to add dependent dlls to your build script such that they are included and deployed with your extension package.

    How to Properly Reference Assemblies in DNN Manifest?