Wrox Programmer Forums
|
BOOK: Professional DotNetNuke Module Programming ISBN: 978-0-470-17116-5
This is the forum to discuss the Wrox book Professional DotNetNuke Module Programming by Mitchel Sellers and Shaun Walker - Wrox DotNetNuke Series Editor; ISBN: 978-0-470-17116-5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional DotNetNuke Module Programming ISBN: 978-0-470-17116-5 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 9th, 2009, 04:13 PM
Registered User
 
Join Date: Jun 2009
Posts: 3
Thanks: 2
Thanked 0 Times in 0 Posts
Default Failure Error creating component installer.

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>
&lt;p&gt;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:
<!--&lt;/p&gt;&lt;p&gt;-->The above copyright notice and this permission notice shall be included in all copies or substantial portions of the 
Software. &lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;
</license>
<releaseNotes>
&lt;p&gt;Example Module&lt;/p&gt;
</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.
 
Old June 9th, 2009, 04:19 PM
Wrox Author
 
Join Date: Jul 2008
Posts: 74
Thanks: 1
Thanked 8 Times in 8 Posts
Send a message via MSN to msellers
Default

For the component type, try "File" rather than "Files"
__________________
Mitchel Sellers
Microsoft C# MVP, MCITP
Director of Development
IowaComputerGurus Inc.

My blog for .NET and DotNetNuke info

Author of "Professional DotNetNuke Module Programming"

Tech Editor on "Visual Studio 2010 six-in-one" and "Pro C# 4.0"
The Following User Says Thank You to msellers For This Useful Post:
tademet (June 9th, 2009)
 
Old June 9th, 2009, 04:27 PM
Registered User
 
Join Date: Jun 2009
Posts: 3
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by msellers View Post
For the component type, try "File" rather than "Files"
Wouldn't you know it after posting this I looked at the code again, after staring at it for some time and noticed the same thing. Thank you for your help. That was the problem.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating an Installer Kedinik C# 0 June 7th, 2008 04:47 PM
Chapter 6 - Problem with creating an installer pliroforikarios BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 1 June 8th, 2006 11:53 AM
Please!! Chap07-Creating an Installer amouzeshgah BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 0 September 13th, 2005 11:31 PM
Please!!Chap 07-Creating an Installer amouzeshgah VB.NET 2002/2003 Basics 0 September 13th, 2005 11:28 PM
About "Creating a .NET Windows Installer Part 1" ego Forum and Wrox.com Feedback 1 November 5th, 2003 10:52 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.