Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesInstallation Package to include dllInstallation Package to include dll's. But don't....
Previous
 
Next
New Post
9/19/2011 9:49 AM
 
Hi,
(note: I posted sth similiar before, sorry if I'm repeating myself)

I want to deploy my first module, which I took a bit of a different approach that what one get from the module template I've used.

One thing is that I used MS Enterprise Library for my data access.
The required dll's for this must go to to the DNN installation bin folder (easy if I could do that manually, but I'd like to have a "self contained' installation package, and also do not have that kind off access to our server)
Another is that I got 2 custom libraries I created.

Now I need all these to be included in the "installation package" but so far all attempts to do so failed.

While the folllowing have MyModule.dll included in the package, the MyLib1.dll and MyLib2.dll do not get included (even though I made them build to my module's bin folder)

<component type="Assembly">
          <assemblies>
            <basePath>bin</basePath>
            <assembly>
              <name>MyModule.dll</name>
            </assembly>
            <assembly>
              <name>MyLib1.Core.dll</name>
            </assembly>
            <assembly>
              <name>MyLib2.Data.dll</name>
            </assembly>
          </assemblies>
        </component>

        <component type="File">
          <files>
            <basePath>bin</basePath>
            <file>
              <name>MyLib1.Core.dll</name>
            </file>
            <file>
              <name>MyLib2.Data.dll</name>
            </file>
          </files>
         </component>

What I should even try for the Enterprise library dll's I got no clue. 

BIG PLEASE.  I hardly finished this project on time (first time) and now are completely *** since I don't know how to deploy.  (Only way I can do that is via the DNN module installation wizard, so NEED a fully self contained installlation package.
 
New Post
9/24/2011 2:31 AM
 
thats odd, at first glance that looks fine - are you sure your folder structure is correct -its possible to accidentally create a zip where the files are not in the root (e.g. zipping up the folder rather than the contents of the folder). As an alternative you could use a resourecfile http://www.dotnetnuke.com/Resources/Wiki/Page/Manifest-ResourceFile-Component.aspx

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesInstallation Package to include dllInstallation Package to include dll's. But don't....


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out