I have a console app that queries my organizations CRM Online data using CrmConnection and OrganizationService as outlined in the CRM SDK. All was working fine until recently when I began getting the following error: "Failed to allocate a managed memory buffer of 134217728 bytes. The amount of available memory may be low". I am assuming that this error is originating from Microsoft's server and not my machine. At any rate, this error did not appear previously and I am not querying any more data now than I was before. Anyone else experienced this issue?
↧