Web Service

CRM 2011 get List of all Organizations and get url from organization details collection

CRM 2011 get List of all Organizations and get url from organization details collectionHow to get URL from list of organisations when getting data back from OrganizationDetailCollection Method to get list of OrganizationDetailCollectionpublic static OrganizationDetailCollection GetOrganizations(){string url = CrmServerConnection.GetMSCRMServerUrl(); if … Read More

Could not load file or assembly or one of its dependencies

Could not load file or assembly or one of its dependencies I was getting this error as one of the primary dll has a different version and failing on load Solution: I had version number of the project in properties set … Read More