我在网上利用我的窗口8美德风格,建立与动态的客户关系方面有严重问题。
我的法典根据正常的(完整)货币框架进行罚款,但在WinRT下失败。
private IOrganizationService OrgService { get; set; }
private ClientCredentials ClientCreds { get; set; }
private ClientCredentials DeviceCreds { get; set; }
//(..)
ClientCreds = new ClientCredentials();
ClientCreds.UserName.UserName = "[email protected]";
ClientCreds.UserName.Password = "sample_password";
DeviceCreds = DeviceIdManager.LoadOrRegisterDevice();
Uri orgServiceUri = new Uri("https://sampleaddress.api.crm4.dynamics.com/XRMServices/2011/Organization.svc");
OrgService = new OrganizationServiceProxy(orgServiceUri, null, ClientCreds, DeviceCreds);
该法典最后一行有一个例外:
The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
可以证明,这一类人试图拯救某些地方的档案,而这种文件在美术体中是不允许的。
谁能帮助? 如何绕过这种行为或组织服务行业?