Hi All,
I'm pretty new to the CRM customization. But I managed to install a fresh CRM 2016 on Premise download the SDK and i'm trying to use the Plugin Registration Tool to push a HelloWorld plugin.
The Plugin Registration Tool is able to login and to display my CRM Organizations. But when i select an organization it throws an error.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: 'ServiceEndpoint' entity doesn't contain attribute with Name = 'authtype'. Detail: <OrganizationServiceFault xmlns="schemas.microsoft.com/.../Contracts" xmlns:i="www.w3.org/.../XMLSchema-instance"> <ErrorCode>-2147217149</ErrorCode> <ErrorDetails xmlns:a="schemas.datacontract.org/.../System.Collections.Generic" /> <Message>'ServiceEndpoint' entity doesn't contain attribute with Name = 'authtype'.</Message> <Timestamp>2016-05-18T14:16:01.5954867Z</Timestamp> <InnerFault> <ErrorCode>-2147217149</ErrorCode> <ErrorDetails xmlns:a="schemas.datacontract.org/.../System.Collections.Generic" /> <Message>'ServiceEndpoint' entity doesn't contain attribute with Name = 'authtype'.</Message> <Timestamp>2016-05-18T14:16:01.5954867Z</Timestamp> <InnerFault i:nil="true" /> <TraceText i:nil="true" /> </InnerFault> <TraceText i:nil="true" /> </OrganizationServiceFault> Server stack trace: at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at Microsoft.Crm.Tools.Libraries.CrmServiceConnectionExtensions.RetrieveMultipleAllPages(CrmServiceClient service, QueryBase query, String TraceTag) at Microsoft.Crm.Tools.Libraries.OrganizationHelper.LoadServiceEndpoints(CrmOrganization org) at Microsoft.Crm.Tools.PluginRegistration.Helper.<>c__DisplayClass5.<OpenConnection>b__1(Object o, DoWorkEventArgs e)
Can anybody help me in resolving this?
Thanks,
Sten