I am trying to export a template from a DNN 6.00.01 site and get the following error. I need to move this site from a child portal to stand alone. Any ideas?
Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: An entry with the same key already exists. ---> System.ArgumentException: An entry with the same key already exists. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.SortedList`2.Add(TKey key, TValue value) at DotNetNuke.Services.FileSystem.FolderManager.GetDatabaseFoldersRecursive(IFolderInfo folder) at DotNetNuke.Services.FileSystem.FolderManager.GetDatabaseFolders(Int32 portalID, String relativePath, Boolean isRecursive) at DotNetNuke.Services.FileSystem.FolderManager.GetMergedTree(Int32 portalID, String relativePath, Boolean isRecursive) at DotNetNuke.Services.FileSystem.FolderManager.Synchronize(Int32 portalID, String relativePath, Boolean isRecursive, Boolean syncFiles) at DotNetNuke.Services.FileSystem.FolderManager.Synchronize(Int32 portalID) at DotNetNuke.Modules.Admin.Portals.Template.SerializeFolders(XmlWriter writer, PortalInfo objportal, ZipOutputStream& zipFile) at DotNetNuke.Modules.Admin.Portals.Template.cmdExport_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---