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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Manifest file (*.dnn) not working properky Manifest file (*.dnn) not working properky
Previous
 
Next
New Post
1/12/2009 8:07 AM
 

I have created a custom module. after that made module package by login with Host by doing these steps 

  • Under host menu selected "Module Definitions
  • From modules list selected the module.
  • Clicked on "Create Module Package" link.
  • Now zip file created at "Website\Install\Module\NewsandAnnouncements.zip"
  • After that i unzipped this zip file
  • Opened "NewsandAnnouncements.dnn" file and added my dlls refrence
  • And again made zip file "NewsandAnnouncements.zip" with changed .dnn file

Now I created a blank site and installed this module on this new site. I found that all my module dlls are added to "Website\bin\Modules", and my module is showing error,  but when i moved all my module dlls manually to bin folder it's working fine

Please advice what is wrong with my manifest file (NewsandAnnouncements.dnn)???????

--------------------------------------------------------------------------------------------------------------------------

Below is my module's manifest file

 

<dotnetnuke version="3.0" type="Module">
  <folders>
  <folder>
 <name>NewsandAnnouncementTemplate</name>
 <foldername>NewsandAnnouncementTemplate</foldername>
 <description>NewsandAnnouncementTemplate</description>
     <version>01.00.00</version>
  </folder>
  <folder>
 <name>NewsandAnnouncementTemplate/DetailTemplate</name>
 <foldername>NewsandAnnouncementTemplate/DetailTemplate</foldername>
 <description>DetailTemplate</description>
     <version>01.00.00</version>
  </folder>
  <folder>
 <name>NewsandAnnouncementTemplate/ListingTemplate</name>
 <foldername>NewsandAnnouncementTemplate/ListingTemplate</foldername>
 <description>ListingTemplate</description>
     <version>01.00.00</version>
  </folder>
  <folder>
 <name>NewsandAnnoucementImage</name>
 <foldername>NewsandAnnoucementImage</foldername>
 <description>NewsandAnnoucementImage</description>
     <version>01.00.00</version>
  </folder>
  <folder>
 <name>NewsandAnnoucementImage/ActualImage</name>
 <foldername>NewsandAnnoucementImage/ActualImage</foldername>
 <description>ActualImage</description>
     <version>01.00.00</version>
  </folder>
   <folder>
 <name>NewsandAnnoucementImage/ThumbnailImage</name>
 <foldername>NewsandAnnoucementImage/ThumbnailImage</foldername>
 <description>ThumbnailImage</description>
     <version>01.00.00</version>
  </folder>
    <folder>
      <name>NewsandAnnouncements</name>
      <friendlyname>NewsandAnnouncements</friendlyname>
      <foldername>NewsandAnnouncements</foldername>
      <modulename>NewsandAnnouncements</modulename>
      <description>NewsandAnnouncements</description>
      <version>01.00.00</version>
      <businesscontrollerclass>
      </businesscontrollerclass>
      <supportsprobingprivatepath>True</supportsprobingprivatepath>
      <modules>
        <module>
          <friendlyname>NewsandAnnouncements</friendlyname>
          <cachetime>0</cachetime>
          <controls>
            <control>
              <title>View</title>
              <src>DesktopModules/NewsandAnnouncements/ViewNewsandAnnouncements.ascx</src>
              <type>View</type>
            </control>
            <control>
              <key>Edit</key>
              <title>Edit</title>
              <src>DesktopModules/NewsandAnnouncements/EditNewsandAnnouncements.ascx</src>
              <type>Edit</type>
            </control>
            <control>
              <key>Settings</key>
              <title>Settings</title>
              <src>DesktopModules/NewsandAnnouncements/Settings.ascx</src>
              <type>Edit</type>
            </control>
          </controls>
        </module>
      </modules>
      <files>
        <file>
          <path>App_LocalResources</path>
          <name>EditNewsandAnnouncements.ascx.resx</name>
        </file>
        <file>
          <path>App_LocalResources</path>
          <name>Settings.ascx.resx</name>
        </file>
        <file>
          <path>App_LocalResources</path>
          <name>ViewNewsandAnnouncements.ascx.resx</name>
        </file>
        <file>
          <path>Documentation</path>
          <name>Documentation.css</name>
        </file>
        <file>
          <path>Documentation</path>
          <name>Documentation.html</name>
        </file>
        <file>
          <path>Documentation</path>
          <name>logo.gif</name>
        </file>
        <file>
          <path>Images</path>
          <name>edit.gif</name>
        </file>
        <file>
          <path>Images</path>
          <name>eye_closed.gif</name>
        </file>
        <file>
          <path>Images</path>
          <name>eye_open.gif</name>
        </file>
        <file>
          <path>Images</path>
          <name>magnifying_glass.gif</name>
        </file>
        <file>
          <path>Images</path>
          <name>trash_can.gif</name>
        </file>
        <file>
          <name>01.00.00.SqlDataProvider</name>
        </file>
        <file>
          <name>EditNewsandAnnouncements.ascx</name>
        </file>
        <file>
          <name>EditNewsandAnnouncements.ascx.vb</name>
        </file>
        <file>
          <name>Settings.ascx</name>
        </file>
        <file>
          <name>Settings.ascx.vb</name>
        </file>
        <file>
          <name>Uninstall.SqlDataProvider</name>
        </file>
        <file>
          <name>ViewNewsandAnnouncements.ascx</name>
        </file>
        <file>
          <name>ViewNewsandAnnouncements.ascx.vb</name>
        </file>
        <file>
          <path>[app_code]</path>
          <name>DataProvider.vb</name>
        </file>
        <file>
          <path>[app_code]</path>
          <name>NewsandAnnouncementsController.vb</name>
        </file>
        <file>
          <path>[app_code]</path>
          <name>NewsandAnnouncementsInfo.vb</name>
        </file>
        <file>
          <path>[app_code]</path>
          <name>SqlDataProvider.vb</name>
        </file>
  <file>       
          <name>News_NewsandAnnouncement.dll</name>
        </file>
  <file>       
          <name>RadCalendar.Net2.dll</name>
        </file>  
  <file>         
          <name>RadInput.Net2.dll</name>
        </file>  
      </files>
    </folder>
  </folders>
</dotnetnuke>

 

 

 

  •  

 

 
New Post
1/12/2009 9:43 AM
 

Try changing:

<supportsprobingprivatepath>True</supportsprobingprivatepath>

to

<supportsprobingprivatepath>False</supportsprobingprivatepath>


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
1/13/2009 7:15 AM
 

Thaks this was really helpful.

Is there any doc file how to create manifest file.

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Manifest file (*.dnn) not working properky Manifest file (*.dnn) not working properky


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