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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Version string portion was too short or too long.Version string portion was too short or too long.
Previous
 
Next
New Post
9/7/2011 6:20 AM
 
Using the DNNtc template and MsBuild tasks from codeplex on VS2010 and getting a good zip file with what appears to be a clean build and a good manifest with all version numbers formatted XX.XX.XX as shown in other posts. The module in question is more or less the blank template with the Project.targets file updated and a single aspx file added in the module folder.

I'm getting the error attempting to install the module from the zip file on a clean DNN/Azure installaion, or on my local machine trying to install from the manifest.

Just noticed the version number on the package tag was 1.0.0, but changed that to 01.00.00 and still getting the error

Any ideas appreciated, and here is the manifest



<dotnetnuke type="Package" version="5.0">
  <packages>
    <package name="ShootersAlley" type="Module" version="01.00.00">
      <friendlyName>ShootersAlley</friendlyName>
      <description>Shooters Alley extensions for DNN/FB/Web</description>
      <iconFile>@iconFile@</iconFile>
      <owner>
        <name>Gamamax LLC</name>
        <organization>Gamamax LLC</organization>
        <url>http://www.gamamax.com</url>
        <email>info@gamamax.com</email>
      </owner>
      <license src="License.txt"></license>
      <releaseNotes  src="Release.01.00.00.txt"></releaseNotes>
      <dependencies>
        </dependencies>
      <components>
        <component type="Script">
          <scripts>
            <basePath>DesktopModules\ShootersAlley</basePath>
            <script type="Install">
              <path>Installation</path>
              <name>01.00.00.SqlDataProvider</name>
              <version>01.00.00</version>
            </script>
            <script type="Uninstall">
              <path>Installation</path>
              <name>Uninstall.SqlDataProvider</name>
            </script>
          </scripts>
        </component>
        <component type="Module">
          <desktopModule>
            <moduleName>ShootersAlley</moduleName>
            <foldername>ShootersAlley</foldername>
            <businessControllerClass />
            <supportedFeatures />
            <moduleDefinitions>
              <moduleDefinition>
                <friendlyName>ShootersAlley</friendlyName>
                <defaultCacheTime>-1</defaultCacheTime>
                <moduleControls>
                  <moduleControl>
                    <controlKey>Settings</controlKey>
                    <controlSrc>DesktopModules/ShootersAlley/Settings.ascx</controlSrc>
                    <supportsPartialRendering>true</supportsPartialRendering>
                    <controlTitle>Configure settings</controlTitle>
                    <controlType>Edit</controlType>
                    <helpUrl></helpUrl>
                  </moduleControl>
                  <moduleControl>
                    <controlKey></controlKey>
                    <controlSrc>DesktopModules/ShootersAlley/View.ascx</controlSrc>
                    <supportsPartialRendering>true</supportsPartialRendering>
                    <controlTitle>Module title</controlTitle>
                    <controlType>View</controlType>
                    <helpUrl></helpUrl>
                  </moduleControl>
                </moduleControls>
                <permissions>
                  </permissions>
              </moduleDefinition>
            </moduleDefinitions>
          </desktopModule>
          </component>
        <component type="Assembly">
          <assemblies>
            <assembly>
              <path>bin</path>
              <name>ShootersAlley.dll</name>
            </assembly>
            <assembly>
              <path>bin</path>
              <name>FacebookAPI.dll</name>
            </assembly>
          </assemblies>
        </component>
        <component type="ResourceFile">
          <resourceFiles>
            <basePath>DesktopModules\ShootersAlley</basePath>
            <resourceFile>
              <name>resources.zip</name>
              <sourceFileName>resources.zip</sourceFileName>
            </resourceFile>
          </resourceFiles>
        </component>
        <component type="Cleanup" version="CLEANUP" fileName="Installation\CleanUp\CleanUp.txt" />

        <component type="Config">
          <config>
            <configFile>web.config</configFile>
            <install>
              <configuration>
                <nodes>
                  <node path="/configuration/dotnetnuke/sitemap/providers" action="update" key="name" collision="collision=overwrite" >
                    <add name="DNNEventsSitemapProvider" type="DotNetNuke.Modules.Events.Providers.SiteMap, DotNetNuke.Modules.Events" providerPath="~\DesktopModules\Events\Components\" />
                  </node>
                </nodes>
              </configuration>
            </install>
            <uninstall>
              <configuration>
                <nodes>
                  <node path="/configuration/dotnetnuke/sitemap/providers/add[@name='DNNEventsSitemapProvider']" action="remove" />
                </nodes>
              </configuration>
            </uninstall>
          </config>
        </component>

      </components>
    </package>
  </packages>
</dotnetnuke>
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Version string portion was too short or too long.Version string portion was too short or too long.


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