0% found this document useful (0 votes)
49 views11 pages

NET - Microsoft Q&A 2

The document contains a collection of questions and answers related to .NET and .NET MAUI, covering various topics such as navigation, publishing issues, database loading problems, and performance monitoring. Each entry includes the date asked, the user who asked or answered, and relevant tags. The discussions reflect ongoing challenges and solutions within the .NET community as of April 2025.

Uploaded by

Tran Lan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views11 pages

NET - Microsoft Q&A 2

The document contains a collection of questions and answers related to .NET and .NET MAUI, covering various topics such as navigation, publishing issues, database loading problems, and performance monitoring. Each entry includes the date asked, the user who asked or answered, and relevant tags. The discussions reflect ongoing challenges and solutions within the .NET community as of April 2025.

Uploaded by

Tran Lan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

16,515 questions with .

NET-related tags Sort by: Updated S

 1 answer App.Current.GoToAsyn("page") in NET 9 will work ?


Hi, I have MAUI app in .NET 8 . In this MAUI app I used for navigation only : await
App.Current.GoToAsyn("new_page") while moving from page to page. Does this will work in .NET 9?
Thanks,

.NET MAUI

asked Apr 2, 2025, 10:16 PM

Dani_S
D
4,421

accepted Apr 8, 2025, 9:58 AM

Dani_S
D
4,421

1 answer Publishing MAUI Project on Windows: Grayed Out Option


I want to publish my MAUI project on the Windows platform, but the publishing option is grayed out.
What steps can be taken to resolve this issue? Here's my C# project configuration: <Project…

.NET MAUI C#

asked Oct 5, 2024, 9:00 PM

ST Smith Tom
65

answered Apr 8, 2025, 5:22 AM


JW Jason Wise
0

 2 answers What is net Maui class library ?


Hi, What is net Maui class library ? Thanks,

.NET MAUI

asked Sep 28, 2023, 1:22 PM

Dani_S
D
4,421

answered Apr 8, 2025, 2:30 AM

Soumyadip Majumder
100

1 answer 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…

.NET MAUI

asked Apr 2, 2025, 12:47 PM

AlexJK
A
6

commented Apr 7, 2025, 12:02 PM

AlexJK
A
6
 1 answer Tooltip look transperant
Hi, I'm using NET 8 and tooltip in some computer look transparent. How is can be solved ? <Label Text="
{Binding Name}" VerticalTextAlignment="Center" ToolTipProperties.Text="{Binding}" />

.NET MAUI

asked Dec 16, 2024, 4:45 PM

Dani_S
D
4,421

commented Apr 7, 2025, 10:19 AM

Dani_S
D
4,421

2 answers Clickonce: error of downloading application file for Install Mode and Settings: This
application is available online only
Hi I have the following Windows forms application which is used to publish by ClickOnce technology.
When I publish the application with "Install Mode and Settings: This application is available online only".
The setup.exe is generated in…

.NET Runtime

asked Apr 2, 2025, 8:58 AM

Carlos
C
0

commented Apr 7, 2025, 8:24 AM

Carlos
C
0
 1 answer SQLite Database Not Loading on iOS and Android with .NET MAUI but works with
windows
Using Visual Studio 2022 preview with .NET 9 MAUI, there is an issue getting SQLite to work on iOS and
Android. The code compiles for all maui platforms but does not load on the Android emulator or
attached Iphone. It works on Windows without issues. I …

.NET MAUI

asked Mar 24, 2025, 5:19 PM

MS martin schneeberger
20

accepted Apr 6, 2025, 5:09 PM

MS martin schneeberger
20

1 answer Blank Screen after adding carplay to maui app


If I add the following to info.plist I get the splash screen and then a dark mainpage, take it out and app
works…

.NET MAUI

asked Jan 17, 2024, 10:53 AM

RR rick ruhl
61

answered Apr 6, 2025, 10:21 AM

RS Rui Santos
0
1 answer How to fix Signature validation failed when trying to validate an access token of Microsoft
Entra ID
Hi, I'm trying to validate my access token signature from Microsoft Entra ID, as you can see in the below
image, the "kid" attribute is different from the keys retrieved in the second image below that were
retrieved from…

.NET C# Microsoft Entra ID

asked Jun 8, 2024, 3:44 AM

BG Bernardo Garza García


10

commented Apr 5, 2025, 11:12 AM

AM Anup Marwadi
0

1 answer CryptoStream padding in .NET 5.0 different from .NET Framework 4.6 ?
I have a program de-/encrypting data and running under .NET Framework 4.6 using CryptoStream and
AES. When I run the same code in a .NET 5.0 program, I can decrypt anything encrypted with 4.6. But I
cannot decrypt files in 4.6 that were encrypted by…

C# .NET Runtime

asked Feb 3, 2021, 12:33 AM

UR Udo Riedel
1

edited a comment Apr 5, 2025, 7:46 AM

BS Bruce (SqlWork.com)
73,806
 2 answers I get cswinrt.rsp exited with error code 1 when compiling for ios simulator
Building for local iOS iPhone is OK. Only fails when building for iOS simulator. Visual Studio is running on
a PC and paired to a Mac. 1>EXEC : error : Path '18.2' is not a file or…

.NET MAUI

asked Mar 21, 2025, 10:54 PM

SB Steve Brooke
60

accepted Apr 4, 2025, 8:46 PM

SB Steve Brooke
60

0 answers How to override Sustainsys.Saml2 ACS URL to /api/Saml2/Acs instead of default


/Saml2/Acs in .NET Core?
Hi all, I'm integrating SAML-based SSO using Azure AD (Enterprise App) with a .NET 6 Web API using
Sustainsys.Saml2 (via code-based configuration). My Goal: I want to use the Assertion Consumer Service
(ACS) endpoint at:…

.NET F#

asked Apr 4, 2025, 6:57 PM

NK Niket Kumar Singh


455

 1 answer What does IsCxx option do when using iOS .a static libraries/NativeReferences ?
Im using an iOS .a library and Im not sure what kind of code it contains, C++ or ? So I tried the playing
with the setting 'IsCxx' but nothing happens. everything keeps on working package size stays the same
<ItemGroup> …

.NET MAUI

asked Apr 4, 2025, 1:22 AM

Toine de Boer
TD
20

commented Apr 4, 2025, 5:50 PM

Toine de Boer
TD
20

1 answer Toolkit DrawingView is giving AndroidRuntime] java.lang.RuntimeException: Canvas:


trying to draw too large(216039040bytes) bitmap.
Toolkit DrawingView is giving AndroidRuntime] java.lang.RuntimeException: Canvas: trying to draw too
large(216039040bytes) bitmap when I draw a single horizontal line after reading from Memory stream
await using var stream = await…

.NET MAUI

asked Apr 3, 2025, 1:03 PM

SG Shashank Gaddam [C]


20

commented Apr 4, 2025, 3:28 PM

Yonglun Liu (Shanghai Wicresoft


YL Co,.Ltd.)
50,096 • Microsoft External Staff
0 answers Sorry I don’t recognise any of the tags or child tags. My outlook emails now ask me to
sign in with Authenticator. When I do so I get the following error code 4s8qt. Can tell me
how to fix it?
.NET Internet of things

asked Mar 7, 2025, 3:50 PM

Scott Parrott
SP
0

commented Apr 4, 2025, 11:24 AM

Kevin Rutkowski
KR
0

1 answer HttpClient - Uploading file through API is taking more time in .NETMAUI(.NETCore 8.0)
compared to Xamarin.Forms
In MAUI application from Android device, I am uploading file through API via HttpClient into controller.
In Xamarin.Forms upload file is taking 3 minutes of time, but after migrating into .NET MAUI uploading is
taking 6 minutes of time. I am suspecting…

.NET MAUI

asked Apr 3, 2025, 4:42 PM

VD Venkatareddy Desireddy
0

answered Apr 4, 2025, 9:20 AM

Yonglun Liu (Shanghai Wicresoft


YL Co,.Ltd.)
50,096 • Microsoft External Staff
2 answers How to Implement Notification Badge on TabbedPage in .NET MAUI 8?
Hello, I have implemented a TabbedPage in my .NET MAUI application using AppTabbedPage.xaml. It
contains 5 pages for tab navigation. One of the tabs is dedicated to notifications, and I need to display a
notification badge on this tab. The badge should…

.NET MAUI

asked Nov 21, 2024, 6:40 PM

NK nandu kathmandi
11

commented Apr 4, 2025, 7:56 AM

LH Leonard Harris
6

 1 answer Does using --self-contained will install all the need runtime files for running the app in
server 2019/2022Does using --self-contained will install all the need runtime files for
running the app in server 2019/2022
Hi, I have Maui app in .NET 9. Does using --self-contained will install all the need runtime files for
running the app in server 2019/2022. I installed the app ,deployed as exe with using -- self contianed.
dotnet publish -f net9.0-windows10.0.19041.0 -c…

.NET MAUI

asked Apr 2, 2025, 10:05 PM

Dani_S
D
4,421

commented Apr 4, 2025, 1:42 AM


Dani_S
D
4,421

2 answers How to set up Custom Authentication State in Blazor Server .net 8 or 9


Hi, I set authentication settings in Blazor Server .NET 9. After setting it, I put the [Authorize] attribute on
the API call in the controller. So it will fetch the authorization header of the access token, and the API will
be authorized to show…

Blazor

asked Mar 31, 2025, 11:12 PM

Prathamesh Shende
401

edited an answer Apr 3, 2025, 11:07 PM

BS Bruce (SqlWork.com)
73,806

 1 answer How to Monitor Performance of Message Consumer Applications


I have developed a background service in .NET 8.0 which is responsible for receiving messages from an
Azure Service Bus queue. The Program.cs has Application Insights configured as you can see in the code
snippet below. Is it possible to see in…

Azure Monitor .NET

asked Dec 19, 2024, 7:23 PM

sohlae
170

accepted Apr 3, 2025, 10:55 PM

sohlae
170

A 1 2 3 4 ... 826 9

You might also like