-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hello,
I've just tried installing this module on DNN7, but unfortunately, I get an error:
Couldn't find the file: ...'License.txt'
Details from the event viewer below. I removed my site's name from the path and replaced it with '[MyWebSiteName]'.
Best Regards,
Steve
AbsoluteURL:/Default.aspx
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:99aedf9d-3602-47de-bdfa-f458643ad31d
AssemblyVersion:7.4.0
PortalId:0
UserId:1
TabId:36
RawUrl:/Host/Extensions/ctl/Install/rtab/36/portalid/0?popUp=true
Referrer:http://[MyWebSiteName].me/Host/Extensions/ctl/Install/rtab/36/portalid/0?popUp=true
UserAgent:Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
ExceptionHash:a0VDffBr84fSYgLjS//QBQ==
Message:Could not find file 'C:\inetpub\wwwroot[MyWebSiteName]\Install\Temp\0u3tqcin\License.txt'.
StackTrace:
InnerMessage:Could not find file 'C:\inetpub\wwwroot[MyWebSiteName]\Install\Temp\0u3tqcin\License.txt'.
InnerStackTrace:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
at System.IO.StreamReader..ctor(String path)
at System.IO.File.OpenText(String path)
at DotNetNuke.Common.Utilities.FileSystemUtils.ReadFile(String filePath)
at DotNetNuke.Services.Installer.Installers.PackageInstaller.ReadTextFromFile(String source)
at DotNetNuke.Services.Installer.Installers.PackageInstaller.ReadManifest(XPathNavigator manifestNav)
at DotNetNuke.Services.Installer.Installers.PackageInstaller..ctor(String packageManifest, InstallerInfo info)
at DotNetNuke.Services.Installer.Installer.ProcessPackages(XPathNavigator rootNav)
at DotNetNuke.Services.Installer.Installer.ReadManifest(Boolean deleteTemp)
at DotNetNuke.Modules.Admin.Extensions.Install.wizInstall_NextButtonClick(Object sender, WizardNavigationEventArgs e)
at System.Web.UI.WebControls.Wizard.OnNextButtonClick(WizardNavigationEventArgs e)
at System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e)
at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)