Hello Guys,
I am suffering alot with this issues i am unable to use OrganizationService & CrmConnection classes in my WCF interface its throws versioning errors i got vs 2012 and .net framework 4.6.1 please suggest how do i use this classes
Microsoft.Xrm.Client.CrmConnection connection = Microsoft.Xrm.Client.CrmConnection.Parse(con);
using (Microsoft.Xrm.Client.Services.OrganizationService orgService = new Microsoft.Xrm.Client.Services.OrganizationService(connection))
{
};