How to fix the code sign key not found issue in Azure pipeline in MAUI .net 8.0-iOS?
I have enterted the code provision profile and code sign key in my cs proj like below <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone'…
UWP application hangs at splash screen
We are using a UWP application and it hangs on splash screen intermittently while launching and not proceeding towards landing page. No issues with Windows.Activate method as per the logs neither the event viewer is giving any hint of failure
Connection to SQL Server from .NET Core on Ubuntu fails with SSL/TLS handshake error
I have a .NET Core console application that connects to a SQL Server database. The application works fine on Windows, but I'm encountering an SSL/TLS handshake failure when running it on an Ubuntu 22.04 LTS VM class Program { static void Main() …
How long has the player tapped on the iOS/Android display screen? How can I measure the time?
In my game the player needs to tap on the iOS/Android display screen to make a gameplay action. I want to find out how long the player pressed his finger against the display screen. For example, if the player pressed his finger 1 second on the screen…
How can I play a local video in my Android project?
I have created a new folder named Assets in my Android project. Then I have added the file Testvideo1.mp4 to this folder and set the build action to AndroidAsset. But the video is not playing when I use this code. How can I play a local video in my…
Only one app running in MAC?
Hi, Does this code work on MAC, only one app running ? Thanks, public partial class App : Application { private static Mutex mutex = new Mutex(true, Assembly.GetEntryAssembly().GetName().Name); public App() { if…
Blazor probleme can you please give me the solution
when i click the button to save data i have this probleme and the windows will be blocked fail: Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111] Unhandled exception in circuit 'qajoUi6A0BGKjN2aUjWSN55NG-RBRr61sWP_k_pikVk'.
TypeScript VS Jquery using for Razor page
Now I am developging using the Razor page with .Net Core . Please help me to to suggest Shoud i used Typescript ro JQuery which one shoud i use ? Please advise . Thank you .
Cannot switch from one tabbed page to other tabbed page, NotSupportedExceptionUnable to find the default constructor on type Microsoft.Maui.Controls.Platform.FragmentContainer.Please provide the missing constructor.
Hi In my project the Main page is a tabbedpage and when we switch from the main page to another page which is also a tabbed page we are seeing System.NotSupportedException: 'Unable to find the default constructor on type…
How and how to return to the main page without losing page data
The page is made with Asp.Net Core Razor Page, In this page >> MAINPAGE (Please see the picture) 1- Populate data and filling dropdown1 Here are the codes: public SelectList TermList { get; set; } public SelectList CourseList { get; set; } …
Remote connection to Mac installs CorePackage.pkg and MobileDevices.pkg every time.
Every time I launch Visual Studio (17.10.4) and try to connect to my Mac machine remotely to deploy and debug iOS applications using MAUI, it re-installs CorePackages.pkg and MobileDevices.pkg files, which take around 8-9 minutes to finish. It's pretty…
Unnessary folders after pulish in windows
Hi, Which folder are no need after publish : dotnet publish -f net8.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true /p:PackageCertificateThumbprint="c01ba45666762f3615cf6813aeb4dc4b1919541d"…
How can I use the Android Exoplayer to play videos?
Currently I use the Xamarin MediaManager to play videos: https://github.com/Baseflow/XamarinMediaManager Is it possible to use the Android Exoplayer instead to play videos? I want to find out if the black screen that appears before a video is played will…
Trouble accessing custom field properties in ObservableCollection
I created an ObservableCollection in my ViewModel and defined a CustomField class that implements INotifyPropertyChanged. However, when I try to access the properties of the CustomField model in the view, I get an error saying that the members cannot be…
An ImageButton with rounded corners does not display well
I am developing an application in .NET MAUI using Visual Studio 2022. Generally it works fine, but at some point something got corrupted and a particular button on a screen is not displayed correctly. The XAML code would be as follows: <StackLayout…
How to Host the Firestore Identity File Securely?
I am working on a WPF project with C#, and I am using Firebase Firestore for which I need to host the identity JSON file on disk. However, I want to ensure that users cannot access this file or the Firestore services using the information inside it. What…
Microsoft Cognitive Services Voise to Text How to Recognise base64string
I'm using Microsoft Cognitive Services Voise to Text in my Asp.Net application. How can I pass base64string from my c# controller to SpeechRecognizer? Thank you!
DataTable values are getting the default values(Initially loaded values) when we click on the dropdown icon of DataTable in asp.net C# using jQuery
I'm very new to this DataTable logic implementation concept and I have append the data to the DataTable and append successfully and in that DataTable controls I have written some event logic (ex:- dropdown onchange and textbox oninput events) and those…
Distributing WinUI apps with AI
I want to add Phi Silica to my WinUI apps. It`s possible install AI model on users PC as system component or extension for avoiding duplicating if user have few apps using same model? Or I should place models in PublisherCacheFolder?
MAUI .NET 8 - Xamarin Migrated project
I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. In my project, I used RelativeLayout for UI design on all the pages, now this RelativeLayout is outdated in MAUI. I used the Compatability namespace to use…