Error creating Profile Definitions
No matter what I do, I get that error - choosing domain.com or IP, choosing anyone of the 4 options for template, use current user or enter new ...
It gives that error but the portal is there without site alias, users or pages.
Can't hit edit button beside site.
Looked at DB, there appear to be some entries in portals (but no administerroleid) or any entries at all in portalalias table.
How do I fix this Profile Definitions error?
The very first time I tried to add new site, event manager shows:
InnerException: An item with the same key has already been added.
What key ???
Message: System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value) at DotNetNuke.Common.Lists.ListController.<>c__DisplayClass1.<ListEntryInfoItemsToDictionary>b__0(ListEntryInfo x) at System.Collections.Generic.List`1.ForEach(Action`1 action) at DotNetNuke.Common.Lists.ListController.ListEntryInfoItemsToDictionary(IEnumerable`1 items) at DotNetNuke.Common.Lists.ListController.GetListEntryInfoDictionary(String listName) at DotNetNuke.Entities.Portals.PortalController.ParseProfileDefinitions(XmlNode nodeProfileDefinitions, Int32 PortalId) at DotNetNuke.Entities.Portals.PortalController.CreateProfileDefinitions(Int32 portalId, String templatePath, String templateFile)