I got my web host provider to install DNN 5 for me. Everything went ok...but (as you would expect) when I went into Batch Install Extensions and checked prety much every box I got the following error message:
On "Available Modules"
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) at System.IO.DirectoryInfo.Create() at DotNetNuke.Services.Installer.Util.WriteStream(Stream SourceStream, String DestFileName) at DotNetNuke.Services.Installer.InstallerInfo.ReadZipStream(Stream inputStream) at DotNetNuke.Services.Installer.InstallerInfo..ctor(Stream inputStream, String sitePath) at DotNetNuke.Services.Installer.Installer..ctor(Stream inputStream, String physicalSitePath, Boolean loadManifest) at DotNetNuke.Services.Upgrade.Upgrade.InstallPackage(String strFile, Boolean writeFeedback) at DotNetNuke.Modules.Admin.Extensions.BatchInstall.InstallPackageItems(String packageType, CheckBoxList list, Label errorLabel, String errorKey)
On "Available Skins & Containers"
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) at System.IO.DirectoryInfo.Create() at DotNetNuke.Services.Installer.Util.WriteStream(Stream SourceStream, String DestFileName) at DotNetNuke.Services.Installer.InstallerInfo.ReadZipStream(Stream inputStream) at DotNetNuke.Services.Installer.InstallerInfo..ctor(Stream inputStream, String sitePath) at DotNetNuke.Services.Installer.Installer..ctor(Stream inputStream, String physicalSitePath, Boolean loadManifest) at DotNetNuke.Services.Upgrade.Upgrade.InstallPackage(String strFile, Boolean writeFeedback) at DotNetNuke.Modules.Admin.Extensions.BatchInstall.InstallPackageItems(String packageType, CheckBoxList list, Label errorLabel, String errorKey) at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) at System.IO.DirectoryInfo.Create() at DotNetNuke.Services.Installer.Util.WriteStream(Stream SourceStream, String DestFileName) at DotNetNuke.Services.Installer.InstallerInfo.ReadZipStream(Stream inputStream) at DotNetNuke.Services.Installer.InstallerInfo..ctor(Stream inputStream, String sitePath) at DotNetNuke.Services.Installer.Installer..ctor(Stream inputStream, String physicalSitePath, Boolean loadManifest) at DotNetNuke.Services.Upgrade.Upgrade.InstallPackage(String strFile, Boolean writeFeedback) at DotNetNuke.Modules.Admin.Extensions.BatchInstall.InstallPackageItems(String packageType, CheckBoxList list, Label errorLabel, String errorKey)
Any ideas?
Thank you.