Issue with Azure AD B2C Custom Policy: "Basic credentials specified for 'REST-fetchUserProfile-APAC' are invalid
Description I am working on an Azure AD B2C custom policy for the Global Identity Framework, designed to support traveling user sign-ins across multiple regions. This setup involves two major components Right now im only working on region tenant…
Developer technologies | ASP.NET | ASP.NET Core
I am providing the icon still facing issue in .net maui single structured project
Validation failed (409) Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 10.0. To support older versions of iOS, the icon may be required in the…
Developer technologies | .NET | .NET MAUI
Excel Interop throws exception with reference added
Hi, I am trying to develop a vb.net application to open an XLSX file, change every occurrence of a label in the file, then save the file. See the exception I am receiving. I have included the Imports Microsoft.Office.Interop.Excel and a COM reference to…
Developer technologies | VB
Can I load CLR (.Net 4.72) and the CorCLR(.Net 8) in the same native process?
Given a native process in windows, can it load both the CLR and the coreCLR ? More Details on the scanrio: Given: 1- A native process ConsoleApp1.exe. 2- Managed C++ /CLR dll (.Net 4.72) , myLib1.dll 3- A COM object which is implemented in .Net 8.0 ,…
Developer technologies | .NET | Entity Framework Core
unable to debug and connect to a real IOS device while running my MAUI app from windows
Hi, i had created a MAUI app on windows .netSDK 8.0 and using IOS xcode16 to debug and deploy that on to my real IOS mobile device, but unable to do that and getting a 'self signed root' error while im debuging the same. Tried changing the .netSDK to…
Developer technologies | .NET | .NET MAUI
Android Emulator is not able to load URL
Hi Team, I’m currently using the Android Emulator within Visual Studio 2022 and facing consistent issues accessing the application's APIs. The emulator is unable to reach the endpoints, and when I attempt to load the URLs through the mobile browser…
Developer technologies | .NET | .NET MAUI
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.....
Developer technologies | .NET | .NET MAUI
Error Debugging in Visual Studio Code: 'ConnectionLostException' when attempting to run C# code
Visual Studio Code Version: 1.79 Operating System: Windows 11 Pro, 64-bit Problem Description: When attempting to debug C# code in Visual Studio Code, the following error message appears: "Your changes cannot be applied due to an unexpected…
Developer technologies | Visual Studio | Debugging
Developer technologies | C#
MAUI: Notification icon is blank in Android 15
I am using below code to show the push notification icon in my MAUI application: private void CreateNotificationChannel() { try { var channelId = $"{PackageName}.general"; var notificationManager =…
Developer technologies | .NET | .NET MAUI
MAUI App Icon Not Showing in IOS and Broken Icon in Android
I have created a MAUI application for iOS and Android. The application is working successfully, but the app icon is not displaying correctly. Instead, the default .NET app icon is shown, and on Android, it appears inaccurately. Project…
Developer technologies | .NET | .NET MAUI
.NET MAUI Camera Not Opening on Android 15 (Works on Other Versions)
In my .NET MAUI application, I have the option to open the camera using MediaPicker.CapturePhotoAsync(). The camera works fine on other Android versions, but on Android 15, it does not open. Below is the code I am using to open the camera: try { …
Developer technologies | .NET | .NET MAUI
your system is getting an error exporting cert
I am trying to export an app certificate and your system keeps giving an error
Developer technologies | .NET | .NET MAUI
ANDROID REDIRECT URI
I am trying to test the sample https://github.com/Azure-Samples/ms-identity-dotnetcore-maui/tree/main/MauiAppWithBrokerTo run in Android, it requires that "AndroidRedirectUri" be defined. The Entra ID portal requires a hash key that has to be…
Developer technologies | .NET | .NET MAUI
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…
Developer technologies | .NET | .NET MAUI
Default FlyoutMenu icon (hamburger icon) not shown in maui android after navigation, but works fine in windows
Default FlyoutMenu icon (hamburger icon) not shown in .net maui android after navigation, but works fine in windows. Trying to navigate from MainPage to HomePage using below code await Shell.Current.GoToAsync($"{nameof(HomePage)}"); …
Developer technologies | .NET | .NET MAUI
Source generator
Hello I have a Class library, with a class using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; using System.Text; namespace FontAliasGenerator { // Step 1: Mark this class as an incremental source generator [Generator] …
Developer technologies | .NET | .NET MAUI
Issues with MAWI .NET and SQLite on Android
Hello, I'm using the latest visual studio with MAUI .NET and SQLite, I'm not using EF Core, just SQLite.NET. My app works fine on Windows, but on android some pages show data and others don't. The issue seems illogical and I don't know why this…
Developer technologies | .NET | .NET MAUI
Dev Centre request denied
We applied for access to the Dev Centre so we could use M365 and Teams SDK to complete our App build. We were denied an account and cannot find out how to fix it / make contact with a human to assist. All digital links either are not answered or support…
Developer technologies | C#
.NET MAUI iOS app validation fails: Missing required app icons (120x120, 1024x1024)
Problem I am trying to distribute a .NET MAUI iOS app to the Apple App Store. During validation in Xcode Organizer, I receive errors about missing required app icons. Error Messages “Validation failed: Missing required icon files. The bundle does not…
Developer technologies | .NET | .NET MAUI
Has something changed with relative bindings to the VM inside DataTemplates?
I'm migrating from Xamarin.Forms which has been a fairly good experience so far, but I've also run into quite a few breaking changes. I've found workarounds or fixes to many so far, but one that has left me a little stumped sits at the core of the data…
Developer technologies | .NET | .NET MAUI
