-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Hi,
when using dotnet maui and dataverse I´m getting an error using serviceclient. It works on Android on Windows.
Using .NET 8
The Error:
Der Formatierer hat beim Deserialisieren der Nachricht eine Ausnahme ausgelöst: Beim Deserialisieren des Parameters http://schemas.microsoft.com/xrm/2011/Contracts/Services:ExecuteResult ist ein Fehler aufgetreten.
Die InnerException-Nachricht war "There was an error deserializing the object of type Microsoft.Xrm.Sdk.OrganizationResponse.
Unexpected end of file. Following elements are not closed: Results, ExecuteResult, ExecuteResponse, Body, Envelope. Line 1, position 409.".
Weitere Details finden Sie unter InnerException.. at Microsoft.PowerPlatform.Dataverse.Client.ServiceClient.RetrieveMultiple(QueryBase query)
2025-10-13 09:14:38.878 Xamarin.PreBuilt.iOS[2617:1147680] at FS_Mobile.Services.DynamicsService.GetFetchAsync(String FetchXML) in
at FS_Mobile.ViewModels.ViewModelMain.GetBookings() in
I can´t retrieve data using retrieve, retrievemultiple or using fetchxml. Also, I can´t update any data.