Hi All,
I am facing an issue while Activating a Dialog in Dynamic CRM 365. It works well in my development environment but once I Import it at clients environment as manage solution it doesnt get activate. There are total 4 Dialog in that solution and only 1 dialog is having such issue. Rest are automatically activated. I also tried by removing all steps and added a basic Page taking one input and still i am facing the same issue. Below is the error message i am facing
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: #88713D59Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>7058f8d6-8d5d-46a0-ae81-2098b32c940e</ActivityId>
<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: #88713D59</Message>
<Timestamp>2018-02-16T06:37:42.232989Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault>
<ActivityId>7058f8d6-8d5d-46a0-ae81-2098b32c940e</ActivityId>
<ErrorCode>-2147204305</ErrorCode>
<ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>A validation error occurred. The value of '1033' in attribute 'languagecode' on record of type 'workflow' not a provisioned LCID.</Message>
<Timestamp>2018-02-16T06:37:42.232989Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText>
[Microsoft.Crm.ObjectModel: Microsoft.Crm.ObjectModel.TargetAttributeValidationPlugin]
[9223a793-ed74-4280-a1fa-2231e0db9424: TargetAttributeValidationPlugin]
</TraceText>
</InnerFault>
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
*This post is locked for comments