2016-01-20 115 views
1

當試圖從DNN 7中刪除模塊時,出現此錯誤。有沒有人知道如何開始調試這或者會在生成該錯誤:無法從DNN卸載模塊7

Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Unexpected end tag. Line 95, position 13. ---> System.Xml.XmlException: Unexpected end tag. Line 95, position 13. at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XPath.XPathDocument.LoadFromReader(XmlReader reader, XmlSpace space) at System.Xml.XPath.XPathDocument..ctor(TextReader textReader) at DotNetNuke.Services.Installer.Installers.PackageInstaller..ctor(PackageInfo package) at DotNetNuke.Services.Installer.Installer..ctor(PackageInfo package, String physicalSitePath) at DotNetNuke.Modules.Admin.Extensions.UnInstall.UnInstallPackage() at DotNetNuke.Modules.Admin.Extensions.UnInstall.cmdUninstall_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---

回答

0

原來一些侵入性的數據是在包表注入,特別是在packages.manifest。因此,該模塊不能在沒有原始清單結構的情況下執行卸載。

所需的只是重建xml結構。