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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How to add "dll" file  inside  manifest(.dnn file ) How to add "dll" file inside manifest(.dnn file )
Previous
 
Next
New Post
5/25/2009 4:42 AM
 

I am using Dnn 4.8.4

I need to add "dll" file inside manifest ( .dnn file ) , so that while installing package , "dll  file " also get installed

I tried following ways , but I failed to add "dll file "  in all three ways

1  <file><name>sample.dll</name></file>

 

2  <file><path>[bin]</path><name>saple.dll</name></file

 

3  This I found on Dnn Forums, but for ( Dnn 5.0)   <components>  <component type="Assembly"> <assemblies><assembly>
                        <path>bin</path>
                        <name>App_Code.dll</name>                       
                    </assembly></assemblies></component > </components >

All three ways didnt help me to include dll while inside manifest

Thanks to all for your help

 

 
New Post
5/26/2009 9:27 AM
 

For 4.8.4, it should be in the manifest file in the files node.

<files>
    <file>
          <name>sample.dll</name>
    </file>
</files>

 


John Eimer
 
New Post
5/28/2009 5:21 AM
 

Yes I tried , But still its not working

 

My code as follows

<files>

      .

     .

     .

 

  <file><name>ViewSample.ascx</name> </file>
    <file>
          <name>sample.dll</name>
    </file>
</files>

But when I create Package the  dnn file  gets overwriiten   and my code was deleted

"<file> <name>sample.dll</name></file>"   gets deleted

and my package doesnt have the "dll" file

 

My  Dnn  Version is : 4.8.4.2 ,

Still I am unable to find the issue

 

 

 

 
New Post
5/28/2009 5:30 AM
 

After you use Create the package, you can open dnn file and add the following code

<file> <name>sample.dll</name></file>

 
New Post
5/28/2009 9:40 AM
 
If the line is missing in the manifest file, the dll won't get added when installed. Make sure there is a line for each dll you need to be installed in the manifest file being used to install the module.

John Eimer
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How to add "dll" file  inside  manifest(.dnn file ) How to add "dll" file inside manifest(.dnn file )


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