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...Using Modules a...Using Modules a...resources.zip.manifest errorresources.zip.manifest error
Previous
 
Next
New Post
10/14/2011 11:32 AM
 
Hi there

I have a module in DNN 6.0.1 that, when uninstalled, generates an error saying it cannot find a file 'resources.zip.manifest'. Though I know what the resources.zip and the manifest *.dnn for a module are, I am unfamilar with resources.zip.manifest and what it could be used for. I can't find any relevant documentation about this. Is this a 'real' error, or generated by accident due to the failure of some other sub process of the uninstall?

Thanks very much if you can advise.

Regards

 

 
 
New Post
10/14/2011 4:52 PM
 
ive not seen that before, it looks like the module manifest may be wrong - perhaps you could post it so we could examine it and help you out

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
10/17/2011 11:06 AM
 
Hi there

OK thanks, here is the thing in question, I just changed the content of some of the fields, e.g. [..] , but the structure is as for the real module:

<dotnetnuke type="Package" version="5.0">
  <packages>
    <package name="MyOrg.MyModule" type="Module" version="1.0.0">
      <friendlyName>MyOrg.MyModule</friendlyName>
      <description>Blah blah blah</description>
      <iconFile />
      <owner>
        <name>MyOrg</name>
        <organization>MyOrg</organization>
        <url>http://www.myorg.co.uk</url>
        <email>info@myorg.co.uk</email>
      </owner>
      <license>
        blah
      </license>
      <releaseNotes>
        blah
      </releaseNotes>
      <components>
        <component type="Script">
          <scripts>
            <basePath>DesktopModules/[MyDevFolder]/[MyModuleFolder]</basePath>
            <script type="Install">
              <name>01.00.00.SqlDataProvider</name>
              <version>01.00.00</version>
            </script>
            <script type="UnInstall">
              <name>Uninstall.SqlDataProvider</name>
              <version>1.0.0</version>
            </script>
          </scripts>
        </component>
        <component type="Module">
          <desktopModule>
            <moduleName>MyOrg.MyModule</moduleName>
            <foldername>[MyDevFolder]/[MyModuleFolder]</foldername>
            <businessControllerClass />
            <supportedFeatures />
            <moduleDefinitions>
              <moduleDefinition>
                <friendlyName>My Friendly Name</friendlyName>
                <defaultCacheTime>0</defaultCacheTime>
                <moduleControls>
                  <moduleControl>
                    <controlKey>MyViewControlKey</controlKey>
                    <controlSrc>DesktopModules/[MyDevFolder]/[MyModuleFolder]/MyViewControl.ascx
                    </controlSrc>
                    <supportsPartialRendering>False</supportsPartialRendering>
                    <controlTitle>My View Control</controlTitle>
                    <controlType>View</controlType>
                    <iconFile />
                    <helpUrl />
                    <supportsPopUps>False</supportsPopUps>
                    <viewOrder>0</viewOrder>
                  </moduleControl>
                  <moduleControl>
                    <controlKey>MySettingsControlKey</controlKey>
                    <controlSrc>DesktopModules/[MyDevFolder]/[MyModuleFolder]/Settings.ascx
                    </controlSrc>
                    <supportsPartialRendering>False</supportsPartialRendering>
                    <controlTitle>My Settings Control</controlTitle>
                    <controlType>Edit</controlType>
                    <iconFile />
                    <helpUrl />
                    <supportsPopUps>False</supportsPopUps>
                    <viewOrder>0</viewOrder>
                  </moduleControl>
                </moduleControls>
              </moduleDefinition>
            </moduleDefinitions>
          </desktopModule>
        </component>
        <component type="Assembly">
          <assemblies>
            <assembly>
              <path>bin</path>
              <name>MyOrg.MyModule.dll</name>
            </assembly>
          </assemblies>
        </component>
        <component type="ResourceFile">
          <resourceFiles>
            <basePath>DesktopModules/[MyDevFolder]/[MyModuleFolder]</basePath>
            <resourceFile>
              <name>resources.zip</name>
            </resourceFile>
          </resourceFiles>
        </component>
      </components>
    </package>
  </packages>
</dotnetnuke>


The only thing is, I hadn't so far been assuming this was the problem, as the manifest is actually just a modified version of one generated automatically by the packaging utility. Also, it seems to install OK in terms of no error reported on the interface, which I would assume would be able to pick up any problems in in the XML?

Cheers
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...resources.zip.manifest errorresources.zip.manifest error


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