I have to create a CrmServiceClient object to perform crud operations on Crm Dynamics in a C# Lambda Function. I have this issue :
System.IO.FileNotFoundException: Could not load file or assembly 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Le fichier spécifié est introuvable. at Microsoft.Xrm.Tooling.Connector.CrmServiceClient.CreateCRMWebServiceConnection
I think it's related to the compatibilty of the Microsoft.CrmSdk.XrmToling.CoreAssembly API with my dotnet6 Lambda Function. Is there any other compatible Xrm Api Tool to use in my Lambda.