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 ExtensionsExtension Verif...Extension Verif...A file specified in the manifest is missing from the extension.A file specified in the manifest is missing from the extension.
Previous
 
Next
New Post
6/25/2013 10:36 PM
 

Nathan, I think something may still be off.  I have my assemblies stored in the zip file in a "bin" directory and my component manifest entry looks like this:

<component type="Assembly">
          <assemblies>
            <path>bin</path>
            <assembly>
              <name>SSRS.dll</name>
            </assembly>
          </assemblies>
        </component>

Through EVS I get an error like this:

ExtensionMessageID: 83640

ExtensionID: 5130

MessageTypeID: 2

MessageID: d339cd9b-4c82-473c-9627-5e5c1507d852

Message: A file (\bin\ssrs.dll) was found in the extension that was not included in manifest.

Rule: PackageVerification.Rules.TwoWayFileChecker

The only way I can get around this is to remove the path and put the assemblies at the root of the package, then EVS doesn't complain about it.  In theory, the way I have it with the "bin" folder in the zip and then using "path" element in the component should work from what you are saying, but EVS doesn't like it.

 
New Post
6/25/2013 11:07 PM
 
Move the path node into the the assembly node (typically after the name node but order doesn't matter) and you should be good to go.

Let me know if you have any other questions.

Cheers,

Nathan Rover
 
New Post
6/26/2013 6:09 AM
 

Nathan, you are correct!  I'm not sure how I missed that the "path" was in the wrong spot.  I have corrected this in my manifest and now have 0 errors in EVS, good to go, thanks for the help!

Ben

 
New Post
4/9/2014 5:24 PM
 
thanks, this helped me. But one thing that is strange is that when I let DNN (version 7.1) auto create the manifest - it creates it the components / assemblies node the improper way using the base path instead of path. Just something to watch out for. I will submit an issue to jira

 

Here is the link to the issue

https://dnntracker.atlassian.net/browse/DNN-5188

 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsExtension Verif...Extension Verif...A file specified in the manifest is missing from the extension.A file specified in the manifest is missing from the extension.


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