I am trying to import an organization from CRM 4 into CRM 2011 where update rollup 12 has been applied.
It fails with this exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation
Can anyone tell me what the problem is please?
Using tracing I get this in the log file
11:08:27| Info| Applying database updates
11:08:27| Info| Applying slipstream dbUpdates to organization. Id=9a5d48b6-7471-e211-a468-26a8b44ab654, UniqueName=BritannicTechnologiesLtd.
11:08:38|Verbose| Exception System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index at System.Collections.CollectionBase.System.Collections.IList.get_Item(Int32 index)
at Microsoft.Crm.BusinessEntities.BusinessEntityCollection.get_Item(Int32 index
at Microsoft.Crm.SE.DllMethodActions.AddMissingDependencies.Install()