Rank: Advanced Member
Groups: Registered
Joined: 5/22/2011(UTC) Posts: 51 Location: Seattle, WA
Was thanked: 7 time(s) in 7 post(s)
|
Here is what seems to be the root of the problem, when I turn on detailed logging: Code:[19:04:46.3547-BuildTask-39] ERROR (Internal): 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.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) at nCrunch.Core.BuildManagement.BuildEnvironment.Build(SnapshotComponent snapshotComponentToBuild, IList`1 referencedComponents) at nCrunch.Core.BuildTask.DoProcessTaskAndReturnSuccessFlag() at nCrunch.Core.Processing.ProcessingTask.ProcessTaskAndReturnSuccessFlag() at nCrunch.Core.Processing.ProcessingQueue.#=q_vrMx4Vpdr8SHIA907gDpw==(ProcessingTask #=qnFdWWU2KDBGY_Tb0$G9s3A==)
|