i added Reference (i use Dynamics 2016 SDK)
Microsoft.Crm.Sdk.Proxy
Microsoft.Xrm.Sdk
Microsoft.Tooling.Connector
and i add using
using System; using Microsoft.Crm.Sdk.Messages; using Microsoft Xrm.Sdk; using Microsoft.Xrm.Sdk.Query; using Microsft Xrm.Tooling.Connector
but iv got error when define the SystemUser.
it shows 'CS2046' The type or namespace name ''SystemUser'' could not be found (are you missing a using directive or an assembly reference?)
where is SystemUser???
*This post is locked for comments