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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Re: dnn file dllRe: dnn file dll's moving into Modules FOLDER
Previous
 
Next
New Post
2/4/2009 2:21 AM
 

Hi All, 

      please help me in this regard. I have developed and module and built a PA Packs and in the dnn file i have specified the tag formats as follows. But what happens is the dll files are being placed under Modules FOlder under bin. Modules Folder is being created and are being created under it. I dont know what is going wrong. please help me its really urgent. Following is my DNN File

 

<dotnetnuke version="3.0" type="Module">
  <folders>
    <folder>
      <name>SYM_MembershipManagement</name>
      <friendlyname>SYM_MembershipManagement</friendlyname>
      <foldername>SYM_MembershipManagement</foldername>
      <modulename>SYM_MembershipManagement</modulename>
      <description>Used to Manage Memberships</description>
      <version>01.00.00</version>
      <businesscontrollerclass>
      </businesscontrollerclass>
      <supportsprobingprivatepath>True</supportsprobingprivatepath>
      <modules>
        <module>
          <friendlyname>SYM_MembershipManagement</friendlyname>
          <cachetime>0</cachetime>
          <controls>
            <control>
              <key>EditMembershipCategory</key>
              <title>Edit MembershipCategory</title>
              <src>DesktopModules/SYM_MembershipManagement/EditMembershipCategory.ascx</src>
              <type>View</type>
             <supportspartialrendering>True</supportspartialrendering>
            </control>
            <control>
              <key>EditMembershipStatus</key>
              <title>Edit MembershipStatus</title>
              <src>DesktopModules/SYM_MembershipManagement/EditMembershipStatus.ascx</src>
              <type>View</type>
            <supportspartialrendering>True</supportspartialrendering>
            </control>
            <control>
              <key>EditMembershipTypeAction</key>
              <title>Edit MembershipTypeAction</title>
              <src>DesktopModules/SYM_MembershipManagement/EditMembershipTypeAction.ascx</src>
              <type>View</type>
          <supportspartialrendering>True</supportspartialrendering>
            </control>
            <control>
              <key>ModuleOptions</key>
              <title>Module Options</title>
              <src>DesktopModules/SYM_MembershipManagement/MembershipOptions.ascx</src>
              <type>View</type>
             <supportspartialrendering>True</supportspartialrendering>
            </control>
            <control>
              <title>SYM_MembershipManagement</title>
              <src>DesktopModules/SYM_MembershipManagement/Memberships.ascx</src>
              <type>View</type>
          <supportspartialrendering>True</supportspartialrendering>
            </control>
            <control>
              <key>MembershipTypeSettings</key>
              <title>SYM_MembershipTypeSettings</title>
              <src>DesktopModules/SYM_MembershipManagement/MembershipTypeSettings.ascx</src>
              <type>View</type>
              <supportspartialrendering>True</supportspartialrendering>
            </control>
            <control>
              <key>AddDataItems</key>
              <title>SYM_MembershipTypeSettings</title>
              <src>DesktopModules/SYM_MembershipManagement/AddDataItems.ascx</src>
              <type>View</type>
              <supportspartialrendering>True</supportspartialrendering>
            </control>
          </controls>
        </module>
      </modules>
      <files>
        <file>
       <name>App_SubCode_SYM_MembershipManagement.dll</name>
        </file>
        <file>
      <name>App_Web_memberships.ascx.60e00f23.dll</name>
        </file>
        <file>
          <name>App_Web_EditMembershipCategory.ascx.60e00f23.dll</name>
        </file>
        <file>
          <name>App_Web_MembershipOptions.ascx.60e00f23.dll</name>
        </file>
        <file>
          <name>App_Web_EditMembershipStatus.ascx.60e00f23.dll</name>
        </file>
        <file>
          <name>App_Web_EditMembershipTypeAction.ascx.60e00f23.dll</name>
        </file>
        <file>
          <name>App_Web_MembershipTypeSettings.ascx.60e00f23.dll</name>
        </file>
        <file>
          <name>App_Web_AddDataItems.ascx.60e00f23.dll</name>
        </file>
        <file>
          <name>01.00.00.SqlDataProvider</name>
        </file>
        <file>
          <name>Uninstall.SqlDataProvider</name>
        </file>
        <file>
          <name>Memberships.ascx</name>
        </file>
         <file>
          <name>EditMembershipCategory.ascx</name>
        </file>
        <file>
          <name>MembershipOptions.ascx</name>
        </file>
        <file>
          <name>EditMembershipStatus.ascx</name>
        </file>
        <file>
          <name>EditMembershipTypeAction.ascx</name>
        </file>
        <file>
          <name>MembershipTypeSettings.ascx</name>
        </file>
        <file>
          <name>AddDataItems.ascx</name>
        </file>
        <file>
          <name>Countries.xml</name>
        </file>
     <file>
          <path>App_LocalResources</path>
          <name>Memberships.ascx.resx</name>
        </file>
      </files>
    </folder>
  </folders>
</dotnetnuke>

 

Thanks,

Sandeep.M

 
New Post
2/4/2009 5:29 AM
 

I've got the same issue.  This only occurs when the type of project is web project instead of a class project.  I even tried to set the path of the dll in the manifest and it didn't work.  So I could use some help on this too.  Also, this is unrelated, but is it possible to install stuff into the portals/whateverportalnumber folder?  How do you do that?

 
New Post
2/4/2009 9:08 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
2/11/2009 5:00 AM
 

Thanks A lot william That Worked

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Re: dnn file dllRe: dnn file dll's moving into Modules FOLDER


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