How to access Windows setting for Speech TTS voice
Does anyone know where the setting is stored (registry I assume) for the following setting: On Windows 10 it seems to be here: HKCU\Software\Microsoft\Speech_OneCore\Settings\TextToSpeech\Voice But not so for Windows 11, I can't see it anywhere. The…
AADSTS165000: invalid Request: The request tokens do not match the user context,
MAUI. Android app, use Oauth2D to login. Always get the error: Requestld:50664542-03a0-48dc-b330-acf123cf9f00 Correlationld:27fdf9bd-1dd4-4b3b-a556-34f7c03c17af Timestamp:2025-04-02T02:58:37Z Message:AADSTS165000: invalid Request: The request tokens do…
firebase Push notification crashing on MAUI IOS
I recently migrated my live Xamarin.Forms iOS app to .NET MAUI and implemented Firebase push notifications using plugin.firebase.cloudmessaging in the MAUI version of the app. Everything is working fine on Android and iOS in terms of receiving and…
Tooltip look transperant
Hi, I'm using NET 8 and tooltip in some computer look transparent. How is can be solved ? <Label Text="{Binding Name}" VerticalTextAlignment="Center" ToolTipProperties.Text="{Binding}" />
Clickonce: error of downloading application file for Install Mode and Settings: This application is available online only
Hi I have the following Windows forms application which is used to publish by ClickOnce technology. When I publish the application with "Install Mode and Settings: This application is available online only". The setup.exe is generated in…
Why does my .NET MAUI 8.0.100 iOS TestFlight app using Microsoft.Data.SqlClient crash immediately
I submitted my app for Apple's TestFlight. After deploying using TestFlight to my iPhone, it crashes immediately, not getting to any of my application code. This also an iOS device I've provisioned for development testing, so on my Mac build machine, I…
Report on progress bar of download file
Hi, I have progress bar control, i got from API the content stream response. How i can report on progress of download process of file in the UI page? Thanks, try { using (var fileStream = File.Create(zipPathForFolderOrPathForFile)) …
SQLite Database Not Loading on iOS and Android with .NET MAUI but works with windows
Using Visual Studio 2022 preview with .NET 9 MAUI, there is an issue getting SQLite to work on iOS and Android. The code compiles for all maui platforms but does not load on the Android emulator or attached Iphone. It works on Windows without issues. I …
Move to maui 9.0.40 in MAC
Hi, When moving from .Net Maui 9.0.30. To 40 in MAC, do i nèed to updaue MAUI workload,if yes how? I'm using vs code Thanks,
Blank Screen after adding carplay to maui app
If I add the following to info.plist I get the splash screen and then a dark mainpage, take it out and app works…
Line number and path or file name missing when logs maintain in azure applicationinsights for blazorWASM application
I had develop blazorWASM application logs using these links. I had used .NET core 6.0.I had use ILoggers<Type> logger…
How to fix Signature validation failed when trying to validate an access token of Microsoft Entra ID
Hi, I'm trying to validate my access token signature from Microsoft Entra ID, as you can see in the below image, the "kid" attribute is different from the keys retrieved in the second image below that were retrieved from…
CryptoStream padding in .NET 5.0 different from .NET Framework 4.6 ?
I have a program de-/encrypting data and running under .NET Framework 4.6 using CryptoStream and AES. When I run the same code in a .NET 5.0 program, I can decrypt anything encrypted with 4.6. But I cannot decrypt files in 4.6 that were encrypted by…
I get cswinrt.rsp exited with error code 1 when compiling for ios simulator
Building for local iOS iPhone is OK. Only fails when building for iOS simulator. Visual Studio is running on a PC and paired to a Mac. 1>EXEC : error : Path '18.2' is not a file or…
How to override Sustainsys.Saml2 ACS URL to /api/Saml2/Acs instead of default /Saml2/Acs in .NET Core?
Hi all, I'm integrating SAML-based SSO using Azure AD (Enterprise App) with a .NET 6 Web API using Sustainsys.Saml2 (via code-based configuration). My Goal: I want to use the Assertion Consumer Service (ACS) endpoint at:…
What does IsCxx option do when using iOS .a static libraries/NativeReferences ?
Im using an iOS .a library and Im not sure what kind of code it contains, C++ or ? So I tried the playing with the setting 'IsCxx' but nothing happens. everything keeps on working package size stays the same <ItemGroup> …
Unable to Publish .NET MAUI iOS App for Ad-Hoc Distribution
Hi, I have been following the steps outlined in this guide to publish my .NET MAUI iOS app for ad-hoc distribution. However, I am encountering an issue in the "Publish the app" section, specifically at Step 5. When I attempt to archive the app…
Toolkit DrawingView is giving AndroidRuntime] java.lang.RuntimeException: Canvas: trying to draw too large(216039040bytes) bitmap.
Toolkit DrawingView is giving AndroidRuntime] java.lang.RuntimeException: Canvas: trying to draw too large(216039040bytes) bitmap when I draw a single horizontal line after reading from Memory stream await using var stream = await…
HttpClient - Uploading file through API is taking more time in .NETMAUI(.NETCore 8.0) compared to Xamarin.Forms
In MAUI application from Android device, I am uploading file through API via HttpClient into controller. In Xamarin.Forms upload file is taking 3 minutes of time, but after migrating into .NET MAUI uploading is taking 6 minutes of time. I am suspecting…