54,237 questions with Developer technologies-related tags

Sort by: Updated
1 answer

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
asked May 28, 2025, 4:35 AM
Shaik Nazeer 5 Reputation points
answered Aug 22, 2025, 3:19 AM
Harry Vo (WICLOUD CORPORATION) 940 Reputation points Microsoft External Staff
3 answers

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
asked Aug 5, 2025, 12:49 PM
Swapnil Desale 0 Reputation points
commented Aug 22, 2025, 2:50 AM
Tony Dinh (WICLOUD CORPORATION) 875 Reputation points Microsoft External Staff
1 answer

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
asked May 27, 2025, 9:53 AM
HH 5 Reputation points
commented Aug 22, 2025, 2:48 AM
Tony Dinh (WICLOUD CORPORATION) 875 Reputation points Microsoft External Staff
3 answers

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#
asked Oct 5, 2023, 8:57 AM
Ladislav Hochman 35 Reputation points
commented Aug 22, 2025, 2:43 AM
Sam Selfridge 1 Reputation point
1 answer

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
asked Apr 28, 2025, 2:53 PM
Sreejith Sreenivasan 1,001 Reputation points
commented Aug 22, 2025, 2:42 AM
Tony Dinh (WICLOUD CORPORATION) 875 Reputation points Microsoft External Staff
2 answers

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
asked May 12, 2025, 11:30 AM
Renesh Raj 0 Reputation points
commented Aug 22, 2025, 2:40 AM
Tony Dinh (WICLOUD CORPORATION) 875 Reputation points Microsoft External Staff
1 answer

.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
asked Mar 21, 2025, 4:11 PM
Sakshi Poojary 95 Reputation points
commented Aug 22, 2025, 2:37 AM
Tony Dinh (WICLOUD CORPORATION) 875 Reputation points Microsoft External Staff
1 answer

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
asked Jun 24, 2025, 4:58 PM
Paul Jaramillo 0 Reputation points
edited a comment Aug 22, 2025, 2:34 AM
Tony Dinh (WICLOUD CORPORATION) 875 Reputation points Microsoft External Staff
1 answer

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
asked Mar 11, 2025, 11:29 AM
Giorgio Sfiligoi 411 Reputation points
commented Aug 22, 2025, 2:31 AM
Tony Dinh (WICLOUD CORPORATION) 875 Reputation points Microsoft External Staff
3 answers

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
asked Apr 2, 2025, 5:47 AM
AlexJK 6 Reputation points
commented Aug 22, 2025, 2:29 AM
Tony Dinh (WICLOUD CORPORATION) 875 Reputation points Microsoft External Staff
1 answer

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
asked Jan 24, 2025, 11:11 AM
Chandra 0 Reputation points
commented Aug 22, 2025, 2:28 AM
Tony Dinh (WICLOUD CORPORATION) 875 Reputation points Microsoft External Staff
2 answers

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
asked Jun 8, 2025, 9:28 PM
Eduardo Gomez 3,791 Reputation points
commented Aug 22, 2025, 2:27 AM
Tony Dinh (WICLOUD CORPORATION) 875 Reputation points Microsoft External Staff
2 answers

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
asked Jan 3, 2025, 1:42 AM
Yusuf-3141 70 Reputation points
commented Aug 22, 2025, 2:22 AM
Tony Dinh (WICLOUD CORPORATION) 875 Reputation points Microsoft External Staff
1 answer

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#
asked Aug 19, 2025, 7:33 PM
Rana Senojak 0 Reputation points
commented Aug 22, 2025, 2:03 AM
Rana Senojak 0 Reputation points
0 answers

.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
asked Aug 22, 2025, 12:56 AM
Dongsheng Wang 0 Reputation points
edited a comment Aug 22, 2025, 12:57 AM
Dongsheng Wang 0 Reputation points
2 answers

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
asked Aug 20, 2025, 9:08 PM
Andrew Hoke 6 Reputation points
commented Aug 22, 2025, 12:18 AM
AgentO Michaels1 0 Reputation points
3 answers

Using Webview2 with PowerShell

Hello, I'm working with a PowerShell script that displays a WebView2 window in a Windows Forms GUI. However, I'm having trouble running Javascript code within the WebView2 window. When I try using the "ExecuteScriptAsync" method, it locks up…

Developer technologies | Windows Forms
Windows for business | Windows Server | User experience | PowerShell
asked Apr 27, 2023, 9:36 AM
Christopher Pque 15 Reputation points
answered Aug 21, 2025, 10:42 PM
Someone 0 Reputation points
4 answers

VS 19, SSIS project, getting and error "The specified provider is not supported. Please choose different provider in connection manager" when choosing OLEDB as the connection type

Using Visual Studio 19 on new laptop. Have installed the SSIS template. I also have SSMS 19 installed. I create a new project and try and create a new Connection Manager. I select OLEDB and click Add... On the next screen to configure the OLE DB I select…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,720 questions
Developer technologies | Visual Studio | Other
asked Apr 26, 2023, 12:34 AM
Seeley, Steve 15 Reputation points
commented Aug 21, 2025, 8:32 PM
PaPavel 0 Reputation points
0 answers

In subscriptions I can not assign a role to a user

Can not assign a role to the subscription despite using the Global admin login.

Developer technologies | Visual Studio | Setup
asked Aug 21, 2025, 8:13 PM
Admin (Garry Dodman) 0 Reputation points
2 answers

Unable to Add Folders to WebApi Project

Hello everyone and thanks for the help in advance. I am using Visual Studio 2022 to develop various MVCC and WebApi applications. Without what I think are any changes to the environment, I am now unable to add any folders into the project than can be…

Developer technologies | ASP.NET | ASP.NET API
asked Aug 20, 2025, 9:14 PM
Kmcnet 1,136 Reputation points
answered Aug 21, 2025, 6:44 PM
Bruce (SqlWork.com) 79,196 Reputation points Volunteer Moderator