Delete folder from bit locker throw exception
Hi, I got: 2025-04-08 16:09:51,501 [1] ERROR GssdDesktopClient.Maui.ViewModels.CopyViewModel - DeleteFolderCommandExcute System.IO.IOException: No mapping for the Unicode character exists in the target multi-byte code page. : 'E:\גגגגגגג'. at…
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)) …
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,
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…
What are the alternatives available for System.Messaging package in .net 8
I'm migrating .net 4.7.2 to .net 8.0. The System.Messaging package is not available in .net 8. How can I resolve the errors below errors - The type or namespace name 'Messaging' does not exist in the namespace 'System' (are you missing an assembly…
How to create two different style Switch in maui?
I have a requirement to utilize switch control in MAUI but in two different styles. I am able to create one in the green color by modifying the toggle switch code from source styles file and adding it into windows/app.xaml file. Now I want to create one…
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…
How do I get FilePicker to return a non-null result on MacCatalyst?
Maui Workload 9.0.14/9.0.100 SDK 9.0.200 XCode 16.3 (16e140) Mac OS Sequoia 15.3.2 Visual Studio Code 1.98.2 (Universal) I am developing a MAUI App that needs to run on Windows, MacOS and iOS (iPad only). I am trying to get…
Blazor Server .NET 8 authorization Dependency Injection User Settings
I have a IUserSettings interface to use between Blazor and a Desktop. I have a task in the interface called Task GetUserSettingsAsync(AuthenticationStateProvider authenticationStateProvider). Once the website comes back from Microsoft Entra, I want to…
During the assessment ,it was observed that the .exe application is using .Net v4.0.30319, which is vulnerable.
in black box penetration testing of Winforms application following issue is observed During the assessment ,it was observed that the .exe application is using .Net v4.0.30319, which is vulnerable. Please help
During the assessment ,it was observed that the .exe application is using .Net v4.0.30319, which is vulnerable.
in black box penetration testing of Winforms application following issue is observed During the assessment ,it was observed that the .exe application is using .Net v4.0.30319, which is vulnerable. Please help
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…
Which control needs to be used to show loading image for Images.
I'm working with large size images, that will take good amount of time to load the image, So for that thing i want show a dummy image like FFimage loading until the actual image loads, So which control will you suggest for this requirement, I tried with…
App crashes on android after about 1 hr usage with Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 6664 (SGen worker)
App crashes on android after continuous use for about 1 hour. Please refer below adb logs when app crashed - 2025-03-21 14:29:09.249 6649-6664 com.name.myname com.name.myname E How can an object and a reference inside it not be in the same block?…
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…
Default FirebaseApp is not initialized in this process,Make sure to call FirebaseApp.initializeApp(Context) first
I recently implemented firebase push notification into my maui app and facing a strange issue, sometime the application works fine and sometime it trows exception,saying: Default FirebaseApp is not initialized in this process,Make sure to call…
Why does my app show in a mobile phone resolution when deployed on a tablet simulator
Hello, I'm developing an application in .NET MAUI. I managed to have a functional MainPage like the following image. Then, I tested if it could work on Android, and after adding some code to make it build, it worked on a Pixel 7 simulator for Android.…
Installing .NET on steam deck
Trying to install .net onto a steam deck to run some older games in my library. When trying to patch the game, the file is stating that the .net needed to patch the files is '.net 7.0.0', which is not available. However I already have 8.0.1 and this…
App.Current.GoToAsyn("page") in NET 9 will work ?
Hi, I have MAUI app in .NET 8 . In this MAUI app I used for navigation only : await App.Current.GoToAsyn("new_page") while moving from page to page. Does this will work in .NET 9? Thanks,
Publishing MAUI Project on Windows: Grayed Out Option
I want to publish my MAUI project on the Windows platform, but the publishing option is grayed out. What steps can be taken to resolve this issue? Here's my C# project configuration: <Project…