helixpoint wrote: |
Trying to use DNNJungles templates. I get this error???
Error: The dependency 'DotNetNuke.WebUtility, Version=1.0.2056.30225, Culture=neutral' in project 'Helixpoint.HelixPointMailer' cannot be copied to the run directory because it would conflict with dependency 'DotNetNuke.WebUtility, Version=1.0.2071.16951, Culture=neutral'. |
|
this might not be right, but I think you want all your references to all projects inside the buildsupport project. and in your custom project, reference the "DotNetNuke" project, as a project. So, remove that webUtility reference and see if that takes care of it. Hope it helps
edit===
just to let you know I'm using dnn jungle template too. I'm creating a simple module and it did not create that reference automatically for me. Not sure if that helps anymore, but just thought I'd through that in.