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.0How canHow can't I put dll file in bin folder?
Previous
 
Next
New Post
5/21/2009 12:41 AM
 

I created a simple module using new module template in VS.NET. An install package was made by Create a package from site. Today, I decided to move all code in this module to seperated project. Everything was ok. I made the install package by changing the old install zip file. Dll file was put into the zip file. And here is change in dnn file.

      <files>
          <file>
      <name>NMDUC.Modules.MyProductCategoryList.dll</name>
    </file>
        <file>
          <name>01.00.00.SqlDataProvider</name>
        </file>
....

In the next step, I install it in the test project. And I saw a problem.

...

File NMDUC.Modules.MyProductCategoryList.dll read successfully

Reading files done.

Creating files

Created E:\MyProjects\MySiteDNN2\bin\Modules\NMDUC.Modules.MyProductCategoryList.dll

....

Installation successful.

It put my dll file in the bin\Modules folder. Therefore, module can't not run since they can find dll file in the bin folder.

Please help me to solve this issue. Thank in advance.

 

 

 
New Post
5/21/2009 10:47 AM
 

<component type="Assembly">
          <assemblies>
            <assembly>
              <path>bin</path>
              <name>NMDUC.Modules.MyProductCategoryList.dll</name>
            </assembly>
          </assemblies>
        </component>

 
New Post
5/21/2009 9:56 PM
 

Please instruct me where to put them. I tried some cases but they didn't work.

...

      </control>
          </controls>
        </module>
      </modules>

<component type="Assembly">
          <assemblies>
            <assembly>
              <path>bin</path>
              <name>NMDUC.Modules.MyProductCategoryList.dll</name>
            </assembly>
          </assemblies>
        </component>

<files>
        <file>
             <name>NMDUC.Modules.MyProductCategoryList.dll</name>
        </file>                 
    <file>
          <name>ViewMyProductCategoryList.ascx</name>
        </file>                 

...

Or

      <files>
        <file>
      <path>bin</path>
          <name>NMDUC.Modules.MyProductCategoryList.dll</name>
        </file>                 
 

 

 
New Post
5/21/2009 10:18 PM
 

Here is my full dnn file

<dotnetnuke version="3.0" type="Module">
  <folders>
    <folder>
      <name>MyProductCategoryList</name>
      <friendlyname>MyProductCategoryList</friendlyname>
      <foldername>MyProductCategoryList</foldername>
      <modulename>MyProductCategoryList</modulename>
      <description>A MyProductCategoryList module</description>
      <version>01.00.01</version>
      <businesscontrollerclass>NMDUC.Modules.MyProductCategoryList.MyProductCategoryListController</businesscontrollerclass>
      <supportsprobingprivatepath>True</supportsprobingprivatepath>
      <resourcefile>Resources.zip</resourcefile>
      <modules>
        <module>
          <friendlyname>MyProductCategoryList</friendlyname>
          <cachetime>0</cachetime>
          <controls>
            <control>
              <src>DesktopModules/MyProductCategoryList/ViewMyProductCategoryList.ascx</src>
              <type>View</type>
            </control>
            <control>
              <key>Edit</key>
              <title>Edit Content</title>
              <src>DesktopModules/MyProductCategoryList/EditMyProductCategoryList.ascx</src>
              <type>Edit</type>
            </control>
            <control>
              <key>Settings</key>
              <title>MyProductCategoryList Settings</title>
              <src>DesktopModules/MyProductCategoryList/Settings.ascx</src>
              <type>Edit</type>
            </control>
          </controls>
        </module>
      </modules>
      <files>
        <file>
      <path>bin</path>
          <name>NMDUC.Modules.MyProductCategoryList.dll</name>
        </file>                 
    <file>
          <name>ViewMyProductCategoryList.ascx</name>
        </file>                 
        <file>
          <name>EditMyProductCategoryList.ascx</name>
        </file>       
        <file>
          <name>Settings.ascx</name>
        </file>       
        <file>
          <name>01.00.00.SqlDataProvider</name>
        </file>
    <file>
          <name>Uninstall.SqlDataProvider</name>
        </file>
    <file>
          <name>module.css</name>
        </file>
    <file>
          <name>container.css</name>
        </file>
      </files>
    </folder>
  </folders>
</dotnetnuke>

 
New Post
5/22/2009 1:21 AM
 

This is part of install file for XMLLogingProvider (DNN5)

<dotnetnuke type="Package" version="5.0">
  <packages>
    <package name="DotNetNuke.XMLLoggingProvider" type="Provider" version="05.00.00">
      <friendlyName>DotNetNuke XML Logging Provider</friendlyName>
      <description>DotNetNuke XML Logging Provider Project provides an Xml file based logging service.</description>
      <dependencies/>
      <owner>
        <name>DotNetNuke</name>
        <organization>DotNetNuke Corporation</organization>
        <url>www.dotnetnuke.com</url>
        <email>support@dotnetnuke.com</email>
      </owner>
      <license src="license.txt" />
      <releaseNotes src="releaseNotes.txt" />
      <components>
        <component type="Assembly">
          <assemblies>
            <assembly>
              <path>bin\Providers</path>
              <name>DotNetNuke.XMLLoggingProvider.dll</name>
              <version>05.00.00</version>
            </assembly>
          </assemblies>
        </component>
        <component type="File">
          <files>
            <basePath>Providers\LoggingProviders\XMLLoggingProvider</basePath>
            <file>
              <name>license.txt</name>
            </file>
            <file>
              <name>releaseNotes.txt</name>
            </file>
          </files>
        </component>

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0How canHow can't I put dll file in bin 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