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

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesErrant manifest in Silverlight module extensionErrant manifest in Silverlight module extension
Previous
 
Next
New Post
12/29/2013 11:58 AM
 

Please excuse the last post - I pasted into the plain text editor.
Hopefully this will post properly...

To re-iterate:

Below is a copy of my dnn manifest file, version 5.0
I need to install the module into DNN 7.x
The package does install into any DNN prior to 7.x
I need a .dnn6 manifest file as I cannot see what is wrong with what I'm currently using.
Can someone please post a .dnn6 full sample manifest file or post amendments to the mark-up below?

<dotnetnuke type="Package" version="5.0">
    <packages>
        <package name="MyCompany.MyAppSL" type="Module" version="01.00.1732">
            <friendlyName>MyCompany.MyAppSL</friendlyName>
            <description>Your MyCompany MyAppSL module description</description>
            <owner>
                <name>My Name</name>
                <organization>MyCompany Inc.</organization>
                <url>http://www.MyCompany.com</url>
                <email>support@MyCompany.com</email>
            </owner>
            <license src="license.txt" />
            <releaseNotes src="releasenotes.txt" />
            <dependencies>
                <dependency type="Type">DotNetNuke.UI.Utilities.MSAJAX</dependency>
            </dependencies>
            <components>
                <component type="Script">
                    <scripts>
                        <basePath>DesktopModules\MyCompany.MyAppSL</basePath>
                        <script type="Install">
                            <name>01.00.00.sqldataprovider</name>
                            <version>01.00.1732</version>
                        </script>
                        <script type="UnInstall">
                            <name>uninstall.sqldataprovider</name>
                            <version>01.00.1732</version>
                        </script>
                    </scripts>
                </component>
                <component type="Module">
                    <desktopModule>
                        <moduleName>MyCompany.MyAppSL</moduleName>
                        <foldername>MyCompany.MyAppSL</foldername>
                        <!--businessControllerClass>MyCompany.Modules.MyAppSL.MyAppSLController</businessControllerClass -->
                        <supportedFeatures />
                        <moduleDefinitions>
                            <moduleDefinition>
                                <friendlyName>MyCompany.MyAppSL</friendlyName>
                                <defaultCacheTime>0</defaultCacheTime>
                                <moduleControls>
                                    <moduleControl>
                                        <controlKey />
                                        <controlSrc>DesktopModules/MyCompany.MyAppSL/ViewMyAppSL.ascx</controlSrc>
                                        <supportsPartialRendering>False</supportsPartialRendering>
                                        <controlTitle />
                                        <controlType>View</controlType>
                                        <iconFile />
                                        <helpUrl />
                                        <viewOrder>0</viewOrder>
                                    </moduleControl>
                                    <moduleControl>
                                        <controlKey>Edit</controlKey>
                                        <controlSrc>DesktopModules/MyCompany.MyAppSL/EditMyAppSL.ascx</controlSrc>
                                        <supportsPartialRendering>False</supportsPartialRendering>
                                        <controlTitle>Edit Content</controlTitle>
                                        <controlType>Edit</controlType>
                                        <iconFile />
                                        <helpUrl />
                                        <viewOrder>0</viewOrder>
                                    </moduleControl>
                                </moduleControls>
                            </moduleDefinition>
                        </moduleDefinitions>
                    </desktopModule>
                    <eventMessage>
                        <processorType>DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke</processorType>
                        <processorCommand>UpgradeModule</processorCommand>
                        <attributes>
                            <!--businessControllerClass>MyCompany.Modules.MyAppSL.MyAppSLController</businessControllerClass-->
                            <desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
                            <upgradeVersionsList>01.00.00</upgradeVersionsList>
                        </attributes>
                    </eventMessage>
                </component>
                <component type="Assembly">
                    <assemblies>
                        <assembly>
                            <path>bin</path>
                            <name>MyCompany.MyAppSL.dll</name>
                        </assembly>
                    </assemblies>
                </component>
                <component type="File">
                    <files>
                        <basePath>DesktopModules\MyCompany.MyAppSL</basePath>
                        <file>
                            <path>app_localresources</path>
                            <name>editMyAppSL.ascx.resx</name>
                        </file>
                        <file>
                            <path>app_localresources</path>
                            <name>viewMyAppSL.ascx.resx</name>
                        </file>
                        <file>
                            <name>ajaxanim.gif</name>
                        </file>
                        <file>
                            <name>editMyAppSL.ascx</name>
                        </file>
                        <file>
                            <name>editMyAppSL.ascx.js</name>
                        </file>
                        <file>
                            <name>module.css</name>
                        </file>
                        <file>
                            <name>viewMyAppSL.ascx</name>
                        </file>
                        <file>
                            <name>viewMyAppSL.ascx.js</name>
                        </file>
                        <file>
                            <name>license.txt</name>
                        </file>
                        <file>
                            <name>releasenotes.txt</name>
                        </file>
                        <file>
                            <name>Silverlight.js</name>
                        </file>
                        <file>
                            <name>MyCompany.MyAppSL.xap</name>
                        </file>
                    </files>
                </component>
            </components>
        </package>
    </packages>
</dotnetnuke>

 
New Post
12/30/2013 8:06 PM
 
You should find a sample manifest file on dnnblog.codeplex.com on the source of the last Version. Also the manifest is documented on the wiki of this site http://www.dnnsoftware.com/wiki/Page/... .
 
New Post
1/1/2014 12:38 PM
 
Thanks Matthias, I did see wiki info and looked at differences and attempted some changes to no effect. Will try looking at codeplex sample now.
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesErrant manifest in Silverlight module extensionErrant manifest in Silverlight module extension


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