While attempting to import the manifest I get this error.
Info Reading Package Manifest - Module - TeknoGeek_GuestBookVB
Info Reading Component Manifest - Script
Info Reading Component Manifest - Module
Info Module Manifest read successfully
Info Reading Component Manifest - Assembly
Info Reading Component Manifest - Files
Failure Error creating component installer.
I have reviewed the Manifest many times but another set of eyes or two would be helpful. Or is this a permission issue? DNN is not have to create the ZIP file?
Code:
<dotnetnukeversion="5.0"type="Package">
<packages>
<packagename="TeknoGeek_GuestBookVB"type="Module"version="1.0.0">
<friendlyName>GuestBookVB</friendlyName>
<description>A GuestBookVB module</description>
<owner>
<name>Troy Demet</name>
<organization>TeknoGeek</organization>
<url />
<email>[email protected]</email>
</owner>
<dependencies>
<dependencytype="CoreVersion">05.00.01</dependency>
</dependencies>
<license>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
<!--</p><p>-->The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software. </p><p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
</license>
<releaseNotes>
<p>Example Module</p>
</releaseNotes>
<components>
<componenttype="Script">
<scripts>
<basePath>DesktopModules\GuestBookVB</basePath>
<scripttype="Install">
<name>01.00.00.SqlDataProvider</name>
<version>01.00.00</version>
</script>
<scripttype="UnInstall">
<name>Uninstall.SqlDataProvider</name>
<version>01.00.00</version>
</script>
</scripts>
</component>
<componenttype="Module">
<desktopModule>
<moduleName>GuestbookVB</moduleName>
<foldername>GuestbookVB</foldername>
<businessControllerClass>TeknoGeek.Modules.GuestBookVB.GuestbookVBController</businessControllerClass>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>Guestbook VB</friendlyName>
<defaultCacheTime>0</defaultCacheTime>
<moduleControls>
<moduleControl>
<controlKey />
<controlSrc>DesktopModules/GuestBookVB/ViewGuestBookVB.ascx</controlSrc>
<supportsPartialRendering>True</supportsPartialRendering>
<controlTitle />
<controlType>View</controlType>
<iconFile />
<helpUrl />
<viewOrder>0</viewOrder>
</moduleControl>
<moduleControl>
<controlKey>Edit</controlKey>
<controlSrc>DesktopModules/GuestBookVB/EditGuestBookVB.ascx</controlSrc>
<supportsPartialRendering>False</supportsPartialRendering>
<controlTitle>Edit Guestbook Entry</controlTitle>
<controlType>Edit</controlType>
<iconFile />
<helpUrl />
<viewOrder>0</viewOrder>
</moduleControl>
<moduleControl>
<controlKey>Settings</controlKey>
<controlSrc>DesktopModules/GuestBookVB/ViewSettings.ascx</controlSrc>
<supportsPartialRendering>False</supportsPartialRendering>
<controlTitle>View GuestBookVB Settings</controlTitle>
<controlType>Edit</controlType>
<iconFile />
<helpUrl />
<viewOrder>0</viewOrder>
</moduleControl>
</moduleControls>
</moduleDefinition>
<moduleDefinition>
<friendlyName>Sign Guestbook VB</friendlyName>
<defaultCacheTime>0</defaultCacheTime>
<moduleControl>
<controlKey />
<controlSrc>DesktopModules/GuestBookVB/SignGuestbook.ascx</controlSrc>
<supportsPartialRendering>False</supportsPartialRendering>
<controlTitle>Sign Guestbook</controlTitle>
<controlType>View</controlType>
<iconFile />
<helpUrl />
<viewOrder>0</viewOrder>
</moduleControl>
<moduleControl>
<controlKey>Settings</controlKey>
<controlSrc>DesktopModules/GuestBookVB/Settings.ascx</controlSrc>
<supportsPartialRendering>False</supportsPartialRendering>
<controlTitle>Sign Guestbook Settings</controlTitle>
<controlType>Edit</controlType>
<iconFile />
<helpUrl />
<viewOrder>0</viewOrder>
</moduleControl>
</moduleDefinition>
</moduleDefinitions>
</desktopModule>
</component>
<componenttype="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>TecnoGeek.Modules.GuestbookVB.dll</name>
</assembly>
</assemblies>
</component>
<componenttype="Files">
<files>
<basePath>DesktopModules\GuestBookVB</basePath>
<file>
<path>App_LocalResources</path>
<name>EditGuestBookVB.ascx.resx</name>
</file>
<file>
<path>App_LocalResources</path>
<name>Settings.ascx.resx</name>
</file>
<file>
<path>App_LocalResources</path>
<name>ViewGuestBookVB.ascx.resx</name>
</file>
<file>
<path>App_LocalResources</path>
<name>SignGuestbook.ascx.resx</name>
</file>
<file>
<path>app_LocalResources</path>
<name>ViewSettings.ascx.resx</name>
</file>
<file>
<name>EditGuestBookVB.ascx</name>
</file>
<file>
<name>Settings.ascx</name>
</file>
<file>
<name>ViewGuestBookVB.ascx</name>
</file>
<file>
<name>SignGuestbook.ascx</name>
</file>
<file>
<name>ViewSettings.ascx</name>
</file>
<file>
<name>module.css</name>
</file>
</files>
</component>
</components>
</package>
</packages>
</dotnetnuke>
InfoReading Package Manifest - Module - TeknoGeek_GuestBookVBInfoReading Component Manifest - ScriptInfoReading Component Manifest - ModuleInfoModule Manifest read successfullyInfoReading Component Manifest - AssemblyInfoReading Component Manifest - FilesFailureError creating component installer.
InfoReading Package Manifest - Module - TeknoGeek_GuestBookVBInfoReading Component Manifest - ScriptInfoReading Component Manifest - ModuleInfoModule Manifest read successfullyInfoReading Component Manifest - AssemblyInfoReading Component Manifest - FilesFailureError creating component installer.