Issues using Early Bound classes with PowerPlatform.Dataverse.Client.Dynamics 1.0.9 library in .NET 6

224 Views Asked by At

I have managed to generate early bound classes using the CrmSvcUtil code generation tool:

enter image description here

But the highlighted assembly ProxyTypesAssemblyAttribute is causing issues when trying to establish a connection with my organization through Dataverse with following exception;

InvalidOperationException: Resolved assembly's simple name should be the same as of the requested assembly.

enter image description here

When I remove the highlighted assembly code-line, it can succesfully establish the connection.

The referenced library looks correct since it is pointing at Microsoft.PowerPlatform.Dataverse.Client (1.0.9) which I also use to establish the connection.

enter image description here

0

There are 0 best solutions below