Hi guys.
Do anyone knows how to solve this problem?
I'm getting this error while trying to import solutions from RibbonWorkbench. I have already tried to import a solution with a custom entity without any customization and i got the same error.
I've been looking in the solution .xml and the only thing that I've found is this:
<EntityHelpUrlEnabled>0</EntityHelpUrlEnabled>
<EntityHelpUrl></EntityHelpUrl>
Import Failed : Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: 'Entity' metadata entity doesn't contain metadata attribute with Name = 'entityhelpurl'.Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>d0b5234d-035d-4719-8150-a23d2d0356d2</ActivityId>
<ErrorCode>-2147217149</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>'Entity' metadata entity doesn't contain metadata attribute with Name = 'entityhelpurl'.</Message>
<Timestamp>2018-07-23T10:02:56.9752232Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault>
<ActivityId>d0b5234d-035d-4719-8150-a23d2d0356d2</ActivityId>
<ErrorCode>-2147217149</ErrorCode>
<ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>'Entity' metadata entity doesn't contain metadata attribute with Name = 'entityhelpurl'.</Message>
<Timestamp>2018-07-23T10:02:56.9752232Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.Execute(OrganizationRequest request, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType, Boolean checkAdminMode, ExecutionContext executionContext)
at Microsoft.Crm.Extensibility.InprocessServiceProxy.ExecuteCore(OrganizationRequest request)
at Microsoft.Crm.Asynchronous.ExecuteSdkMessageOperation.InternalExecute(AsyncEvent asyncEvent)
Stack Trace:
Error:
at Function.ClientUI.ViewModel.EditCommandBarsVM.queryImport (:19555:1448)
at :19556:38
*This post is locked for comments