Hi Folks,
after I experienced many problems importing a new Solution version into a customers system which i described in a different post, I was fed up and decided to just create two completely new entities and delete the old ones that could cause the problems. After I done that, I exported the solution and tried to import it in the customers test system. Got an error because apparently there were components missing from my new custom entity. So i decided to delete that one again from my dev system and create another new one.
Now I am facing the problem that im am not able to delete the custom entity. When I try it, another error appears.
The protocol is the following:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #4E1C250ADetail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #4E1C250A</Message>
<Timestamp>2016-11-03T10:04:40.0260728Z</Timestamp>
<InnerFault>
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>System.Web.Services.Protocols.SoapException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #4E7F3779</Message>
<Timestamp>2016-11-03T10:04:40.0260728Z</Timestamp>
<InnerFault>
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d4p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>System.Data.SqlClient.SqlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #BD07D016</Message>
<Timestamp>2016-11-03T10:04:40.0260728Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<TraceText i:nil="true" />
</InnerFault>
<TraceText i:nil="true" />
</OrganizationServiceFault>
Anyone any idea what is causing this problem? The entity I want to delete had just a text field, an option set and a lookup on another entity, but I already deleted them from the form and the fields are also deleted.
Greetings from germany.
*This post is locked for comments