54,237 questions with Developer technologies-related tags

Sort by: Updated
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
2 answers

Declare Function not working in Access VBA

Declare Function not working in Access VBA. Getting an error message when compiling

Developer technologies | Visual Basic for Applications
asked Aug 21, 2025, 5:25 PM
Michael Burden 0 Reputation points
edited the question Aug 21, 2025, 5:54 PM
simo-k 58,980 Reputation points Volunteer Moderator
3 answers One of the answers was accepted by the question author.

Android app nowgetting "requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified" crash

I have a Visual Studio 2022 Xamarin Android app (I know it's now unsupported) that has worked fine for many years. It uses NuGet packages for Firebase, etc. After November 4 (probably the Firebase November 15 release), when the app is in the…

Developer technologies | .NET | .NET MAUI
asked Feb 25, 2025, 7:51 PM
fbs419 66 Reputation points
commented Aug 21, 2025, 4:48 PM
fbs419 66 Reputation points
1 answer

I Want To Make...

I'm not sure if this is the right tag for this request, but I want to make a screenreader accessible app that will allow anyone to make high quality voice models, voice covers, songs, and the like. How do I get started making something that can…

Developer technologies | .NET | Other
asked Aug 20, 2025, 6:38 PM
Annabelle Baradine 0 Reputation points
edited an answer Aug 21, 2025, 4:27 PM
Bruce (SqlWork.com) 79,196 Reputation points Volunteer Moderator
2 answers

How to modernize a legacy c# web forms application(net 4.5) that uses ado.net & mssql server. Planning to reuse the existing database schema, functions, stored procedures and modernize the UI from existing aspx files.

I need to modernize a legacy c# web forms based web application targeted for .net 4.5. It uses ado.net to connect to mssql server. I am planning to reuse the existing database schema, functions, stored procedures and the UI from existing aspx files.…

Developer technologies | ASP.NET | ASP.NET Core
asked Aug 21, 2025, 3:37 AM
Virendra Kulkarni 0 Reputation points
answered Aug 21, 2025, 4:10 PM
Bruce (SqlWork.com) 79,196 Reputation points Volunteer Moderator
2 answers

Visual Studio 2013 installer is failing when it tries to reach Microsoft’s online services for license verification.

Visual Studio 2013 installer is failing when it tries to reach Microsoft’s online services for license verification. Server has Internet connection access to the correct ports ( Port 80)

Developer technologies | Visual Studio | Setup
asked Aug 19, 2025, 8:43 AM
Asantha Christy Tennakoon 0 Reputation points
answered Aug 21, 2025, 3:33 PM
Bruce (SqlWork.com) 79,196 Reputation points Volunteer Moderator
0 answers

Bash.exe not working

Running Windows 11. When I run bash.exe I get a command-prompt-like window, which disappears after a couple of seconds??

Developer technologies | .NET | .NET CLI
asked Aug 21, 2025, 1:40 PM
Matt May 0 Reputation points
commented Aug 21, 2025, 2:59 PM
AgaveJoe 30,211 Reputation points
3 answers

Image Resizing issue on MAUI android app

Requirement :The MAUI android app allows users to capture / pick 75 images with any size and orientation. Here the challenge is to resize these 75 images into a standard size such that it fits the screen and the images maintain its aspect ratio. I have…

Developer technologies | .NET | .NET MAUI
asked Feb 28, 2025, 6:00 AM
Leon Rodrigues 0 Reputation points
answered Aug 21, 2025, 2:23 PM
James Smith 0 Reputation points
1 answer One of the answers was accepted by the question author.

vba excel broken reference autofix

there is a problem for example every autocad version has deferent tlb file name in the same path (example acax20enu.tlb or acax23enu.tlb or acax24enu.tlb) i wrote this code but it didn't work i see nothing wrong it should work after adding reference to…

Developer technologies | Visual Basic for Applications
asked Aug 21, 2025, 3:12 AM
abdo saman 0 Reputation points
accepted Aug 21, 2025, 1:32 PM
abdo saman 0 Reputation points