web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
How to Download the attachment of a note within a plugin in dynamics crm?

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 ...

Pablo Peralta 793
Like (0)
NotSupportedException: Invalid 'where' condition. An entity member is invo...

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...

Pablo Peralta 793
Like (0)
“Cannot connect to Microsoft Dynamics CRM server because we cannot authenticate yo...

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.   ...

Pablo Peralta 793
Like (0)
A configuration element with the name 'MSCRM' under the 'contexts'...

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");   ...

Pablo Peralta 793
Like (0)
"An error occurred when verifying security for the message." when execut...

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...

Pablo Peralta 793
Like (0)
TIP: How to easily workaround “The method 'Count' is not supported”

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...

Pablo Peralta 793
Like (0)
EntityState must be set to null, Created (for Create message) or Changed (for Upda...

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...

Pablo Peralta 793
Like (0)
Action Microsoft.Crm.Setup.Server.AddServerAction failed. Exceeded column length: ...

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...

Pablo Peralta 793