Необработанное исключение MDT: System.ArgumentException: элемент с тем же ключом уже добавлен
После того как я создал последовательность задач развертывания в MDT, я получаю это исключение при попытке изменить файл unattend.xml. Полный текст исключения:
Unhandled Exception: 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.ObjectModel.KeyedCollection`2.AddKey(TKey key, TItem item)
at System.Collections.ObjectModel.KeyedCollection`2.InsertItem(Int32 index, TItem item)
at Microsoft.ComponentStudio.ComponentPlatformInterface.WimInfo..ctor(String wimPath)
at Microsoft.ComponentStudio.ComponentPlatformInterface.Cpi.OpenWim(String wimPath)
at Microsoft.BDD.Catalog.Program.DoCatalog()
at Microsoft.BDD.Catalog.Program.Main(String[] args)
Non-zero return code from catalog utility, rc = -532462766