Hello team,
I want to get CRM data inside the window application ,Please suggest me how i can use it.
I want to create a window application through that i have to use CRM context.
I have to update entity from it.
like a web application i am using to interact CRM like that given way:
Microsoft.Xrm.Client.CrmConnection connection = Microsoft.Xrm.Client.CrmConnection.Parse(GetServiceConfiguration());
Microsoft.Xrm.Client.Services.OrganizationService service;
error found:
Error 1 The type or namespace name 'Xrm' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\Users\cis\Downloads\Drag and Drop\Drag and Drop\Drag and Drop\Form1.cs 13 17 Drag and Drop
*This post is locked for comments
I have the same question (0)