Hi guys
after i have updated from 2025.1.1.23 to 2025.1.1.44 i now have a strange error when trying to export/import an application.
The error seems to have something to do with the navigation bar but i can't figure out what the actual issue seems to be. Does anyone have run into the same issue yet and maybe have a clue for me?
Type: System.Collections.Generic.KeyNotFoundException
-------------------------------------------------------
Message: The given key was not present in the dictionary.
-------------------------------------------------------
CallStack
-------------------------------------------------------
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at WebCon.WorkFlow.BusinessLogic.ImportExport.Report.NavBarItemsDifferenceFinder.FindAndChangeParents(MappingListsDifferenceRow navBarItemDifferenceRow, Dictionary`2 flatDifferenceDictionary, Dictionary`2 navBarItemsOwnersDictionary)
at WebCon.WorkFlow.BusinessLogic.ImportExport.Report.NavBarItemsDifferenceFinder.FindDiffOnNavBarItems(List`1 flatDifferenceList)
at WebCon.WorkFlow.BusinessLogic.ImportExport.Report.MappingListsDifferenceBuilder.GetFlatDifference(MappingList source, MappingList destination, IGetByIdWrapper getByIdWrapper, ImportVerificationResult verificationResult, DbNodeType[] selectedDbNodeTypes)
at WebCon.WorkFlow.BusinessLogic.ImportExport.Report.MappingListsDifferenceBuilder.GetDifferenceAsDictionary(MappingList source, MappingList destination)
at WebCon.WorkFlow.Studio.Forms.ImportExport.ImportWizard.Steps.Content.ImportPackageContentStep.<>c__DisplayClass15_0.<OnEnter>b__0()
at WebCon.WorkFlow.Studio.Forms.ModuleProcess.Attributes.ProgressForm.<>c__DisplayClass5_0.<ShowUntilEnd>b__1()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
-------------------------------------------------------