Hi,
I'm trying to ilmerge all assemblies needed to login to CRM with "Microsoft.CrmSdk.XrmTooling.CoreAssembly" packaged on console application. But on merged .exe application I got error "CrmServieClient initalization failed with error Unable to Login to Dynamics CRM".
Application without merging works CrmServieClient connects to CRM.
Packaged from tooling included in merge :
"Microsoft.IdentityModel.Clients.ActiveDirectory.dll",
"Microsoft.Crm.Sdk.Proxy.dll",
"Microsoft.Xrm.Sdk.dll",
"Microsoft.Xrm.Sdk.Deployment.dll",
"Microsoft.Xrm.Tooling.Connector.dll",
Those any one had such issue?
*This post is locked for comments