Closed bassetassen closed 10 months ago
Thanks for your report, we will have a look... for the moment, Please set client.UseWebAPI=false after you create the client. that should clear the problem for you
Thank you for the fast reply, it worked with usewebapi=false :)
Closing this one up.. We have altered the way this works in the DVSC and folks should not hit this code path normally.
Hi, We are getting the following error when creating a custom activity record. We are using Microsoft.PowerPlatform.Dataverse.Client version 1.0.1. This is a .Net 6.0 application. I have created a small console app to reproduce the error.
Full error message:
I have also re-created the same example with full framework and used the CrmServiceClient from Microsoft.CrmSdk.XrmTooling.CoreAssembly and then the same code is working.
Full framework working example: