When I create several times the connection with the CRMConnection it does not give me the updated information but those on the first connection as if the connection to read the CRM no read updates that have occurred in the meantime) ...
Below the code;
CrmConnection connection = new CrmConnection();
connection =Connection.Parse("Url=********* ; Username=" + "*****" + "; Password=" + "***");
connection.ProxyTypesAssembly = Assembly.GetExecutingAssembly();
XrmServiceContext xrm = null;
xrm = new XrmServiceContext(connection);
*This post is locked for comments