I am trying to use the latest converge 8.0.12 on Umbraco version 8.17.1 but am unable to sync document type changes.
Get the following error. Any ideas? it works fine in Umbraco 8.10.1
Converge error when merging content type
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at System.Collections.ObjectModel.KeyedCollection`2.get_Item(TKey key)
at Com.StuartMullinger.Converge.Comparers.ContentTypeComparer.MergeContentType(ContentTypeModel remoteContentType, String key, ServiceContext Services, Int32 currentUserId)
at Com.StuartMullinger.Converge.Controllers.ConvergeProcessor.MergeContentTypes(MergeParameters keys)
I've found the problem: Umbraco has stopped access to the tabs as a dictionary in later versions. I have a fix, but need to run through some testing. New version likely next week sometime.
Problem syncing DocTypes
Hi Stuart,
I am trying to use the latest converge 8.0.12 on Umbraco version 8.17.1 but am unable to sync document type changes.
Get the following error. Any ideas? it works fine in Umbraco 8.10.1
Hi Huw,
I've found the problem: Umbraco has stopped access to the tabs as a dictionary in later versions. I have a fix, but need to run through some testing. New version likely next week sometime.
Stuart.
Excellent, thanks once again for your great support
Hi again Huw,
You should see the new version available now. Let me know if you still have problems.
Stuart.
Works a treat, thanks Stuart
is working on a reply...