Hi, My requirement was to register a plugin so that every time a file is attached to some entities, I download the file to a temp folder for performing some processing. Actually, in my case it was processing an Excel file as a more user-friendly ...
Hi, I want to share an odd exception I got today while trying a LINQ query within a Plugin through the LINQ query provider in Microsoft Dynamics CRM 2011. When running the following query: public static PriceLevel GetPri...
Setting up Outlook client to work against a new Dynamics CRM 2011 IFD setup, I came across the following error: Obviously my credentials were right and I had the proper certificates already installed. Everything worked fine through IE. ...
Hi, I was developing a ConsoleApp to connect to my Dynamics CRM 2011 deployment and when tried to instantiate the ServiceContext of my Xrm model this way: var crm = new MyXrm.MyXrmServiceContext("MSCRM");
...
Hi, I have just came across this exception when trying to execute the SaveChanges() method of my ServiceContext object in CRM 2011 (on-premise). Exception: "An unsecured or incorrectly secured fault was received from the other par...
Hi, I came across this problem when running a LINQ query through Dynamics CRM LINQ provider for getting the count of records returned by my query. My query looked like this: var lineItems = from lineItem in MyXrmServiceContext.O...
Hi, When trying to update an Entity by using LINQ query provider in Dynamics CRM 201 this way:
regardingOpportunity.PriceLevelId = new EntityReference(PriceLevel.EntityLogicalName, rateCard.Id);
MyXrmServiceConte...
Hi, In my last installation of Dynamics CRM I faced 2 (related) issues: The first one, during validation system checks: “The instance name must be the same as computer name” This issue was due to computer name were different from SQL...