Problem building for Android: Resources\values\colors.xml : error APT2126
Hi, I've made a MAUI app using VS Code that works on Windows and now I want to run it in an.....
.NET MAUI
i want trigger this
.net in edge browser dev .net in edge browser dev.net in edge browser dev
.NET Internet of things
Lifecycle errors in Blazor Web App .Net 9
I am facing the issue on lifecycle in blazor. in blazor Web App .net Interactive Auto. I need to set the LocalStorage (jsInterope) in OnAfterRenderAsync(). and OnInitializedAsync() is mostly used to call data from api. but some issues I dont even…
Blazor Training


When I try to deploy to an iPhone 6 running iOS 12.5.7 I get: error MT1006: Could not install the application ... on the device 'iPwn Nova': Device is invalid (0xe8000084).
A couple of my apps and also a brand new created test app all get the same error when I try to deploy to either of my iPhone 6 devices. It also takes a very long time for the error to finally occur and the build to stop. I can say the following things…
.NET MAUI
JAVAC : warning : [options] source value 8 is obsolete and will be removed in a future release
For some unknown reason, I began to receive the warning bellow after updating the .NET Version: "JAVAC : warning : [options] source value 8 is obsolete and will be removed in a future release JAVAC : warning : [options] target value 8 is obsolete…
.NET MAUI
I have a .net MAUI Project , How Can I integrate an app clip into it
My company wants to integrate App Clips functionality provided by apple. I have a .net MAUI project, I have searched over the internet and could not find exact steps to integrate the app clip in .maui project I have created a fresh parent project in…
.NET MAUI
Push Notification Icon Color Issue in .NET MAUI Local Notifications
I have implemented push notifications using LocalPushNotification in my .NET MAUI app. I'm setting the small icon using: .SetSmallIcon(Resource.Drawable.ic_push_notification_solid) The issue is that the icon is displayed in gray instead of its…
.NET MAUI
I keep receiving The parameter is incorrect. Assets/Fonts/Segoe UI.otf is not a valid absolute URI. on Maui WinUI app
I keep receiving The parameter is incorrect. Assets/Fonts/Segoe UI.otf is not a valid absolute URI. on Maui WinUI app, eventhough I don't use this font anywhere and only Sentry seems to find this error. However this error occurs constantly and…
.NET MAUI
Not able to create app service
I have a free azure subscription. While I am creating the app service , getting an error as "The subscription 'xxxxxxxx' is not allowed to create or update the serverfarm". Kindly support me to solve this.
.NET Runtime
FarPoint/GrapeCity Spread.NET (v16.2.0 & v18.1.0) Toolbox's Tools Hidden/Disabled in Visual Studio 2022 (.NET 8 Windows Form Application)
Hello, I'm encountering a persistent issue with FarPoint/GrapeCity Spread.NET components in Visual Studio 2022. I'm trying to use them in a .NET 8 Windows Forms Application. The Problem: I have a "GrapeCity Spread" tab in my Visual Studio 2022…
.NET Training
Help Needed: Spread.NET 18.1.0 Trial License Not Working in .NET 8 WinForms App
Hello, I’m migrating a Windows Forms application from .NET Framework 4.7.2 to .NET 8 using Visual Studio 2022. In my old project, I used FarPoint Spread 12 with a full license. Now, I want to use Spread.NET18.1.0 (trial version) in my .NET 8 app to check…
.NET Runtime

import .net framwork 3.5 to wsus
In my domain network, all clients receive updates from the wsus . Some clients need (.net framework 3.5 (includes .net 2.0 and 3.0)) to run a specific program When I want to install this update through : Control Panel> program and Features>,…
.NET Runtime
Windows Server

publish to server 2019 as exe crached
Hi, I used maui in net 9, and deployed it as exe using dotnet publish -f net9.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…
.NET Runtime
Issues integrating custom code snippets into Markdown in .NET MAUI docs
Hi, I'm working on a documentation tool to assist new developers with integrating custom code snippets into Markdown files used in .NET MAUI projects. I'm testing different approaches for syntax highlighting and formatting, and I'm referencing examples…
.NET MAUI
.net clr.dll
Faulting application name: Wintax.exe, version: 8.9.5.1524, time stamp: 0x68318bec Faulting module name: clr.dll, version: 4.8.9310.0, time stamp: 0x67db4f7d Exception code: 0xc0000005 Fault offset: 0x000133c2 Faulting process id: 0xDF4 Faulting…
.NET Runtime

alignment in chat app
I am doing a chat app with Maui, but I need help with alignment <ContentView x:Class="FireChat.Controls.ChatView" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
.NET MAUI
Undefined symbol when calling AudioToolbox function in native C static library in iOS MAUI
Hi all, I'm integrating a native C static library (libmylib.a) into my .NET MAUI iOS project. The library exposes several C functions. One of them uses the VideoToolbox framework and works fine. Another function uses AudioToolbox, but causes a linker…
.NET MAUI
ML.NET Time Series algorithms to predict future forecasts
I got the suggestion from github copilot , SSA timeseries algorithm from ML.NET I got NIFTY BANK csv from the below file and tried to run forescast. https://www.nseindia.com/reports-indices-historical-index-data The last record is Last Record:…
.NET Training
Implementation FireBase push notification in maui app (.net 8)
Currently i am working in maui app(.net 8) in this app i want to implement Firebase push notification but the problem is when i try to use Xamrin firebase then this is not support .net 8. so can anybody let me know how i can do this with any another way…
.NET MAUI
Blazor Parameter Or CascadingParameter Set Property Calling many time
Hello , Please Check Below Image Here in CascadingParameter Set Call Multiple Times , Why? I also Try Parameter But same things Happened . How We stop this Continuous Calling Without Any Flag, Please Kindly Suggest