I have created a custom module on my local machine and have installed it to a remote server successfully a number of times using standard DNN deployment methods.
Suddenly, when I try to install a new version, I receive the following error:
Error reading the zip package - see below
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 - CustomNavNewsletter.dll
Info Added File to manifest - ViewCustomNavNewsletter.ascx
Info Added File to manifest - EditCustomNavNewsletter.ascx
Info Added File to manifest - Settings.ascx
Info Added File to manifest - ViewCustomNavNewsletter.ascx.resx
Info Added File to manifest - EditCustomNavNewsletter.ascx.resx
Info Added File to manifest - Settings.ascx.resx
EndJob Created Manifest
Info Reading Package Manifest - Module - Stratomer.CustomNavNewsletter
Info Reading Component Manifest - Script
Info Found valid path () for 01.00.00.SqlDataProvider.
Info Found valid path () for Uninstall.SqlDataProvider.
Info Reading Component Manifest - Module
Info Module Manifest read successfully
Info Reading Component Manifest - Assembly
Failure File specified in the dnn could not be found in the zip file: - C:\Inetpub\wwwroot\dnn\Install\Temp\ldqlkmal\CustomNavNewsletter.dll
Info Reading Component Manifest - File
Info Found valid path () for ViewCustomNavNewsletter.ascx.
Info Found valid path () for EditCustomNavNewsletter.ascx.
Info Found valid path () for Settings.ascx.
Info Found valid path (App_LocalResources) for ViewCustomNavNewsletter.ascx.resx.
Info Found valid path (App_LocalResources) for EditCustomNavNewsletter.ascx.resx.
Info Found valid path (App_LocalResources) for Settings.ascx.resx.
I've been desperately searching and cannot seem to resolve this. Any assistance would be truly appreciated.