Content
Binding library with xcfranework
How to use xcframework in xamarin ios binding library
Can we export Microsoft Teams Chats?
We would like to understand why we cannot export the Team Chat data of meetings? Would there any possibility to introduce this request? Many thanks, Ingrid

Push notification on MAUI application using FCM
I am trying to implement push notification on my MAUI application using FCM. I follow this blog and I did everything as per the blog. They suggest to install only 2 NuGet packages, Plugin.Firebase and Plugin.Firebase.Crashlytics. (I installed it by…
Working on a tutorial and cannot find the Web Site Administration Tool.
Hello, I am working on a login tutorial and cannot find the Web Site Administration Tool to use to configure asp.net. Here is a link to the tutorial: https://learn.microsoft.com/en-us/previous-versions/aspnet/yh26yfzy(v=vs.100) I vaguely…
Win32 EnumFontFamiliesEx doesn't call the callback I provide
I wrote a class to test if a WPF font is fixed width. But the only way I could find to do that was to get the LOGFONT and test it. So I went through a lot of P/Invoke hoops to get there. I created a DC for the display and asked it to enumerate the…

how to remove realm database used in swift iOS in .NET MAUI?
Hello, I rebuild iOS app using .NET MAUI. There was data stored in realm database in iOS app. In MAUI, i want to remove it because it's no longer needed. Is there any way to do that? Thanks
How can I effect the Swipe touch gesture equivalent with a mouse on desktop Maui WinUI?
With touch gesture (on Touchscreen) everything works both on Android and WinUI wrt Swipe, say, when SwipeView control is implemented for CollectionView item to give it a context menu. What about for desktop WinUI where a mouse is used? I thought…
Text area issue
The text area is not shown well, using the codes below. What to adjust? <asp:Label ID="Label4" Text="..." Width="150px" Font-Names="標楷體" …
Text area issue
The text area is not shown well, using the codes below. What to adjust? <asp:Label ID="Label4" Text="..." Width="150px" Font-Names="標楷體" …
How to Fix unhandled exception in windows when closing a secondary window using the close button in the title bar
When Multiple windows are opened using Application.Current.OpenWindow() Closing a window (not the primary application window) using the close button in the title bar (specially when the window is not in the foreground) raises an unhandled…
staticwebapp.config.json is being ignored
I'm hosting a blazor wasm app in azure static web apps but my staticwebapp.config.json is being ignored. I've tried placing it in the root folder and /wwwroot. I'm deploying through visual studio This is the contents of the json file: { …

Failed integrity metadata check for Blazor application (NET7)
0 I have a project in NET7 and Blazor hosted in an ASP.NET Core web application. The website is hosted by a service provider. When I deploy the application on the server in a hosting provider, I check the application with different browsers. The…

How to create a Splash screen on Andriod
Hi, What is the easiest way to create a Splash screen for my Xamarin project. I can't get it to work. Now my app won't work at all. Some help would be appreciated.
I got 503 Http Error when deploying to Azure Portal with blazor web app .net 8 with the RenderModeAuto
I got 503 Http Error when deploying to Azure Portal with blazor web app .net 8 with the RenderModeAuto. If I choose .net 6 lts the website is working with server mode and wasm files are not downloading. If I switch back to .net 8 in azure portal, I got…
Execute msix with administrator privileges and run script
I am developing a Windows application with .NET MAUI and I am building the msix with Visual Studio, as stated in the .NET MAUI documentation: https://learn.microsoft.com/en-us/dotnet/maui/windows/deployment/publish-visual-studio-folder I don't know if it…


Can't deploy a Blazor server side app on Azure using the net core 8.0.100-preview.7.23376.
Hi, We are implementing a Blazor App and we are trying to deploy on Azure and we are struggling to find the right configuration + settings to achieve that. We see always the service "HTTP Error 503. The service is unavailable." We…

.NET MAUI MSIX add files
My .NET MAUI desktop application for windows needs an .exe file and a dll (in c++) for a particular functionality. This DLL and .exe are required to be in system32. Is it possible to create an installation package (MSIX) so that the .exe and the dll are…


Multiple app shells
Hi, In app.cs ctor i have condition to move to login through AppShell or to move to main page. It possible to create new app shell and move to main page through this new app shell? Thanks,
"Failed to get document because the client is offline" error in Xamarin.Forms project
Here is my code of App.xaml.cs file of a Xamarin.Forms project: public partial class App : Application { public App() { CrossFirebaseCrashlytics.Current.HandleUncaughtException(); InitializeComponent(); …
adding a list of items in another list
I have the following code on my page: This is the Model for Employee: public class Employee { public string Title { get; set; } public string section { get; set; } public string EmployeeName { get; set; } public int employeeID { get;…
