Hi community!
I package and export a solution (there are several customized entities,js files and plug-ins in it) from a D365 online environment. Then I applied for another D365 online trial environment and imported the Solution just exported, but the following error occurred. How should I deal with it?
Note: I tried to import separately each entity, and this problem just occurred to a custom entity. The others could be imported successfully.
0x80044150: An item with the same key has already been added.
Import failed: EntityService.Create failed for ObjectTypeCode: -1 caught 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 Microsoft.Crm.Metadata.EntityService.CreateInternal(EntityCreateInfo entityInfo, MetadataHelper metadataHelper, ExecutionContext context) at Microsoft.Crm.Metadata.EntityService.<>c__DisplayClass18_1.<CreateInternalHelper>b__3() at Microsoft.Crm.Metadata.SqlTelemetryHelper.LogSqlTimes(Action action, String operationName) at Microsoft.Crm.Metadata.EntityService.CreateInternalHelper(EntityCreateInfo entityInfo, MetadataHelper metadataHelper, ExecutionContext context)
*This post is locked for comments
I have the same question (0)