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.0Error when install new module!Error when install new module!
Previous
 
Next
New Post
7/15/2009 1:13 AM
 

If you look at your package, check out the BIN folder, the DLL there is NOT the DLL that is listed in your manifest file, you have them named incorrectly.


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
7/15/2009 1:15 PM
 

Chris Hammond wrote
 

If you look at your package, check out the BIN folder, the DLL there is NOT the DLL that is listed in your manifest file, you have them named incorrectly.

Hey, This is my manifest file. I don't know why it reported about MultiviewControl.dll. I declare in my manifest file is YourCompany.Modules.MultiviewControl.dll

<dotnetnuke type="Package" version="5.0">
  <packages>
    <package name="MultiViewcontrol" type="Module" version="0.0.0">
      <friendlyName>MultiViewcontrol</friendlyName>
      <description />
      <owner>
        <name />
        <organization />
        <url />
        <email />
      </owner>
      <license />
      <releaseNotes />
      <components>
        <component type="Script">
          <scripts>
            <basePath>DesktopModules\MultiViewcontrol</basePath>
            <script type="Install">
              <name>01.00.00.SqlDataProvider</name>
              <version>01.00.00</version>
            </script>
            <script type="UnInstall">
              <name>Uninstall.SqlDataProvider</name>
              <version>0.0.0</version>
            </script>
          </scripts>
        </component>
        <component type="Module">
          <desktopModule>
            <moduleName>MultiViewcontrol</moduleName>
            <foldername>MultiViewcontrol</foldername>
            <businessControllerClass />
            <supportedFeatures />
            <moduleDefinitions>
              <moduleDefinition>
                <friendlyName>View 1</friendlyName>
                <defaultCacheTime>0</defaultCacheTime>
                <moduleControls>
                  <moduleControl>
                    <controlKey>Edit</controlKey>
                    <controlSrc>DesktopModules/MultiviewControl/EditMultiviewControl.ascx</controlSrc>
                    <supportsPartialRendering>False</supportsPartialRendering>
                    <controlTitle />
                    <controlType>Edit</controlType>
                    <iconFile />
                    <helpUrl />
                  </moduleControl>
                  <moduleControl>
                    <controlKey>Setting</controlKey>
                    <controlSrc>DesktopModules/MultiviewControl/Settings.ascx</controlSrc>
                    <supportsPartialRendering>False</supportsPartialRendering>
                    <controlTitle />
                    <controlType>Edit</controlType>
                    <iconFile />
                    <helpUrl />
                  </moduleControl>
                  <moduleControl>
                    <controlKey>view</controlKey>
                    <controlSrc>DesktopModules/MultiviewControl/ViewMultiviewControl.ascx</controlSrc>
                    <supportsPartialRendering>False</supportsPartialRendering>
                    <controlTitle>view </controlTitle>
                    <controlType>View</controlType>
                    <iconFile />
                    <helpUrl />
                  </moduleControl>
                </moduleControls>
              </moduleDefinition>
              <moduleDefinition>
                <friendlyName>View 2</friendlyName>
                <defaultCacheTime>0</defaultCacheTime>
                <moduleControls>
                  <moduleControl>
                    <controlKey>view</controlKey>
                    <controlSrc>DesktopModules/MultiviewControl/ViewWebUserControl1.ascx</controlSrc>
                    <supportsPartialRendering>False</supportsPartialRendering>
                    <controlTitle />
                    <controlType>View</controlType>
                    <iconFile />
                    <helpUrl />
                  </moduleControl>
                </moduleControls>
              </moduleDefinition>
            </moduleDefinitions>
          </desktopModule>
        </component>
        <component type="Assembly">
          <assemblies>
            <basePath>bin</basePath>
            <assembly>
              <name>YourCompany.Modules.MultiviewControl.dll</name>
            </assembly>
          </assemblies>
        </component>
        <component type="File">
          <files>
            <basePath>DesktopModules\MultiViewcontrol</basePath>
            <file>
              <path>App_LocalResources</path>
              <name>EditMultiviewControl.ascx.resx</name>
            </file>
            <file>
              <path>App_LocalResources</path>
              <name>Settings.ascx.resx</name>
            </file>
            <file>
              <path>App_LocalResources</path>
              <name>ViewMultiviewControl.ascx.resx</name>
            </file>
            <file>
              <name>MultiviewControl.dnn</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>
              <name>EditMultiviewControl.ascx</name>
            </file>
            <file>
              <name>Settings.ascx</name>
            </file>
            <file>
              <name>ViewMultiviewControl.ascx</name>
            </file>
            <file>
              <name>ViewWebUserControl1.ascx</name>
            </file>
          </files>
        </component>
      </components>
    </package>
  </packages>
</dotnetnuke>

 
New Post
7/15/2009 6:14 PM
 

Trong Phan wrote
 

 Chris Hammond wrote
 

 

If you look at your package, check out the BIN folder, the DLL there is NOT the DLL that is listed in your manifest file, you have them named incorrectly.

 

Hey, This is my manifest file. I don't know why it reported about MultiviewControl.dll. I declare in my manifest file is YourCompany.Modules.MultiviewControl.dll


 
   
      MultiViewcontrol
     
     
       
       
       
       
     
     
     
     
       
         
           
         
       

       
         
            MultiViewcontrol
            MultiViewcontrol
           
           
           
             
                View 1
                0
               
                 
                    Edit
                    DesktopModules/MultiviewControl/EditMultiviewControl.ascx
                    False
                   
                    Edit
                   
                   
                 
                 
                    Setting
                    DesktopModules/MultiviewControl/Settings.ascx
                    False
                   
                    Edit
                   
                   
                 
                 
                    view
                    DesktopModules/MultiviewControl/ViewMultiviewControl.ascx
                    False
                    view
                    View
                   
                   
                 
               
             
             
                View 2
                0
               
                 
                    view
                    DesktopModules/MultiviewControl/ViewWebUserControl1.ascx
                    False
                   
                    View
                   
                   
                 
               
             
           
         
       

       
         
            bin
           
              YourCompany.Modules.MultiviewControl.dll
           
         
       

       
         
            DesktopModules\MultiViewcontrol
           
              App_LocalResources
              EditMultiviewControl.ascx.resx
           
           
              App_LocalResources
              Settings.ascx.resx
           
           
              App_LocalResources
              ViewMultiviewControl.ascx.resx
           
           
              MultiviewControl.dnn
           
           
              Documentation
              Documentation.css
           
           
              Documentation
              Documentation.html
           
           
              Documentation
              logo.gif
           
           
              EditMultiviewControl.ascx
           
           
              Settings.ascx
           
           
              ViewMultiviewControl.ascx
           
           
              ViewWebUserControl1.ascx
           
         
       

     
   
 
 

This manifest file is fine. Remove all of the other manifest files in your package. The package I downloaded had 4 different manifest files. Some constructed for version 5, other for previous versions.

I removed them all and used the version 5 manifest file and was able to install the module succcessfully.

 
New Post
7/16/2009 1:20 AM
 

Hey, I did but I had another error, oh my god!

 
Error A critical error has occurred.
Could not find file 'D:\Webs\ASPNETWWWROOT\DNNDevModule\Install\Temp\vnsxompu\MultiViewcontrol.dnn'.

Any suggestion!


 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Error when install new module!Error when install new module!


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