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 Reading the zip packageError Reading the zip package
Previous
 
Next
New Post
3/9/2009 11:25 PM
 

hullo people,

 I just built a very simple custom module (My first test module) using visual studio 2008 C# Template after which i zipped it and tried uploading it to my DotNetNuke Portal using Host>Module Defintion>Install Module >Browse.

the following error shows up!

 

Error reading the zip package- see below

 

StartJob
Reading files
Info
File m.zip/bin\YourCompany.Modules.SomeM.dll read successfully
Info
File m.zip/bin\YourCompany.Modules.SomeM.pdb read successfully
Info
File m.zip/bin\YourCompany.Modules.SomeM.XML read successfully
Info
File m.zip/SomeM\SomeM.sln read successfully
Info
File m.zip/SomeM\SomeM.suo read successfully
Info
File m.zip/SomeM/SomeM\01.00.00.SqlDataProvider read successfully
Info
File m.zip/SomeM/SomeM/App_LocalResources\EditSomeM.ascx.resx read successfully
Info
File m.zip/SomeM/SomeM/App_LocalResources\Settings.ascx.resx read successfully
Info
File m.zip/SomeM/SomeM/App_LocalResources\ViewSomeM.ascx.resx read successfully
Info
File m.zip/SomeM/SomeM/Components\DataProvider.cs read successfully
Info
File m.zip/SomeM/SomeM/Components\SomeMController.cs read successfully
Info
File m.zip/SomeM/SomeM/Components\SomeMInfo.cs read successfully
Info
File m.zip/SomeM/SomeM/Components\SqlDataProvider.cs read successfully
Info
File m.zip/SomeM/SomeM/Documentation\Documentation.css read successfully
Info
File m.zip/SomeM/SomeM/Documentation\Documentation.html read successfully
Info
File m.zip/SomeM/SomeM/Documentation\logo.gif read successfully
Info
File m.zip/SomeM/SomeM\EditSomeM.ascx read successfully
Info
File m.zip/SomeM/SomeM\EditSomeM.ascx.cs read successfully
Info
File m.zip/SomeM/SomeM\EditSomeM.ascx.designer.cs read successfully
Info
File m.zip/SomeM/SomeM/obj/Debug\ResolveAssemblyReference.cache read successfully
Info
File m.zip/SomeM/SomeM/obj/Debug\SomeM.csproj.FileListAbsolute.txt read successfully
Info
File m.zip/SomeM/SomeM/obj/Debug\YourCompany.Modules.SomeM.dll read successfully
Info
File m.zip/SomeM/SomeM/obj/Debug\YourCompany.Modules.SomeM.pdb read successfully
Info
File m.zip/SomeM/SomeM/Properties\AssemblyInfo.cs read successfully
Info
File m.zip/SomeM/SomeM\Settings.ascx read successfully
Info
File m.zip/SomeM/SomeM\Settings.ascx.cs read successfully
Info
File m.zip/SomeM/SomeM\Settings.ascx.designer.cs read successfully
Info
File m.zip/SomeM/SomeM\SomeM.csproj read successfully
Info
File m.zip/SomeM/SomeM\SomeM.csproj.user read successfully
Info
File m.zip/SomeM/SomeM\SomeM.dnn read successfully
Info
File m.zip/SomeM/SomeM\Uninstall.SqlDataProvider read successfully
Info
File m.zip/SomeM/SomeM\ViewSomeM.ascx read successfully
Info
File m.zip/SomeM/SomeM\ViewSomeM.ascx.cs read successfully
Info
File m.zip/SomeM/SomeM\ViewSomeM.ascx.designer.cs read successfully
EndJob
Reading files done.
 
StartJob
Reading Installation Manifest file
StartJob
Creating Manifest
Info
Added File to manifest - 01.00.00.SqlDataProvider
Info
Added File to manifest - Uninstall.SqlDataProvider
Info
Added File to manifest - SomeM.dll
Info
Added File to manifest - ViewSomeM.ascx
Info
Added File to manifest - EditSomeM.ascx
Info
Added File to manifest - Settings.ascx
Info
Added File to manifest - ViewSomeM.ascx.resx
Info
Added File to manifest - EditSomeM.ascx.resx
Info
Added File to manifest - Settings.ascx.resx
EndJob
Created Manifest
 
Info
Reading Package Manifest - Module - SomeM
Info
Reading Component Manifest - Script
Failure
File specified in the dnn could not be found in the zip file: - C:\DotNetNuke Website1\Portals\_default\Temp\zuvb015p\01.00.00.SqlDataProvider
Failure
File specified in the dnn could not be found in the zip file: - C:\DotNetNuke Website1\Portals\_default\Temp\zuvb015p\Uninstall.SqlDataProvider
Info
Reading Component Manifest - Module
Info
Reading Component Manifest - Assembly
Failure
File specified in the dnn could not be found in the zip file: - C:\DotNetNuke Website1\Portals\_default\Temp\zuvb015p\SomeM.dll
Info
Reading Component Manifest - File
Failure
File specified in the dnn could not be found in the zip file: - C:\DotNetNuke Website1\Portals\_default\Temp\zuvb015p\ViewSomeM.ascx
Failure
File specified in the dnn could not be found in the zip file: - C:\DotNetNuke Website1\Portals\_default\Temp\zuvb015p\EditSomeM.ascx
Failure
File specified in the dnn could not be found in the zip file: - C:\DotNetNuke Website1\Portals\_default\Temp\zuvb015p\Settings.ascx
Failure
File specified in the dnn could not be found in the zip file: - C:\DotNetNuke Website1\Portals\_default\Temp\zuvb015p\ViewSomeM.ascx.resx
Failure
File specified in the dnn could not be found in the zip file: - C:\DotNetNuke Website1\Portals\_default\Temp\zuvb015p\EditSomeM.ascx.resx
Failure
File specified in the dnn could not be found in the zip file: - C:\DotNetNuke Website1\Portals\_default\Temp\zuvb015p\Settings.ascx.resx
Home   |   Survey
 
i have successfully installed other modules like the DNN_Survey module using the same procedure but my own custom modules keep giving me this same error.
Is this error showing because the .zip file is still a source version? ...if  yes, please how do i convert it to the equivalent installation version?
please help me out of this folks.

 

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Error Reading the zip packageError Reading the zip package


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