A Quick post, If you use the Early Bound and you use the XrmContext strong-typed type method, but you think you miss the way you initialize the IOrganizationService in CRM, you can convert it by typing the following code..
Hereafter, you can access your service object easily.
Hope this helps.
Thanks.
XrmContext xrmContext = new XrmContext();
IOrganizationService service = xrmContext;
Hereafter, you can access your service object easily.
Hope this helps.
Thanks.