Home > Forum > General > Application transport error after 2025.1.1.44 update

Application transport error after 2025.1.1.44 update
0

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()
-------------------------------------------------------

In reply to: Zakhariy Petronchak

Hi Pasquale,

I had similar problem, but it was not related to the update as I haven't updated yet.

Please look at these forum posts:

https://community.webcon.com/forum/thread/6436
https://community.webcon.com/community/public/forum/thread/6344

Kind regards
Zakhariy

Hi Zakarhariy

Thanks for your suggestion my issue is that i haven't changed anything. I have transported the application from PROD to DEV before the update, then the update "happened" and now i want to transport everything back and that is the error i get.

As far as checking all the GUIDs in both databases unless someone has a SQL Statement that can give me every single guid for every element within my application i cannot do this by hand, i've got 9 processes, 14 workflows and you can imagine how many steps, paths and fields and so on.

I'm completely lost on how to check everything.