16,470 questions with .NET-related tags

Sort by: Updated
0 answers

GetClientAccessToken request from Outlook is resulting in "Token retrieval is not supported for this organization." response along with error code ErrorForbiddenClientAccessTokenRequest.

I have an outlook addin which has 2 buttons. On clicking the buttons, GetClientAccessToken request is made by Outlook which is resulting in "Token retrieval is not supported for this organization." response along with error code…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,104 questions
asked Mar 25, 2025, 6:45 PM
Karthikeya Cresqa 0 Reputation points
1 answer

Issue with Project Reference

I am using visual studio 2022 with net9. C# unable to reference a class library project in another class library project. \Program Files\dotnet\sdk\9.0.201\Microsoft.Common.CurrentVersion.targets(2189,5): warning MSB9008: The referenced project…

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
24 questions
asked Mar 25, 2025, 10:31 AM
Anil Babu Ravi 0 Reputation points
answered Mar 25, 2025, 5:44 PM
Anil Babu Ravi 0 Reputation points
0 answers

Maui app as exe - throw exception when installing on new machine

Hi, Maui app as exe - throw exception when installing on new machine. This the message I got: What do we miss ? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 24, 2025, 8:37 AM
Dani_S 4,296 Reputation points
edited a comment Mar 25, 2025, 4:52 PM
Dani_S 4,296 Reputation points
1 answer

Application Nonce cookie's samesite to be set as LAX/Strict

Hi, For my organization, we are mandated to set Samesite as Lax or Strict for CSRF protection. However, our application gets authenticated via login.microsoft.com, which is not accepting the changed the cookie policy. The application fails to load in…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,201 questions
asked Mar 25, 2025, 11:46 AM
D, Chiraag 0 Reputation points
answered Mar 25, 2025, 4:17 PM
Bruce (SqlWork.com) 73,081 Reputation points
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
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 24, 2025, 10:19 AM
martin schneeberger 0 Reputation points
commented Mar 25, 2025, 3:55 PM
Bruce (SqlWork.com) 73,081 Reputation points
1 answer

.NET Editor is not loading up in C# fundamentals course

.NET Editor is not loading up in C# fundamentals course. When i open c# certification from free codecamp one. xp and .net loader are not loading. please i need your help to fix it Link:…

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
24 questions
asked Mar 24, 2025, 2:55 PM
HARSHA VARDHAN NAKKA 5 Reputation points
edited a comment Mar 25, 2025, 2:37 PM
Kay47 0 Reputation points
1 answer

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
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 21, 2025, 3:54 PM
Steve Brooke 40 Reputation points
commented Mar 25, 2025, 2:31 PM
Michael Taylor 57,396 Reputation points
1 answer

Win32 internal error "Access is denied" 0x5 occurred while reading the console output buffer. Contact Microsoft Customer Support Services.

Hi, I‘m getting the following error while executing the "Invoke-WebRequest" command over "ssh.exec()": Win32 internal error "Access is denied." 0x5 occurred while reading the console output buffer. Contact Microsoft Customer…

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
24 questions
asked Mar 25, 2025, 6:31 AM
Mohammed, Mohd Faizal 0 Reputation points
edited an answer Mar 25, 2025, 12:26 PM
Pradeep M 6,655 Reputation points Microsoft External Staff
2 answers

In Blazor Server App, getting 404 error on page refresh

I am working on a Blazor server app with ASP.NET Core MVC and MudBlazor for design. My panel pages are in a PanelProject. I face the following issues: Whenever I try to refresh a page, I get a 404 error. Sometimes, I get a 403 error without knowing…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,665 questions
asked Mar 11, 2024, 6:57 AM
Mrbanad 30 Reputation points
commented Mar 25, 2025, 12:07 PM
AgaveJoe 29,946 Reputation points
1 answer One of the answers was accepted by the question author.

WARNING MVVMTK0045

Both with net8.0 and net9.0, at times I have a warning MVVMTK0045. Following the instructions in the relevant documentation https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/generators/errors/mvvmtk0045 does not clear the issue - on the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 21, 2025, 9:15 AM
Giorgio Sfiligoi 366 Reputation points
accepted Mar 25, 2025, 11:40 AM
Giorgio Sfiligoi 366 Reputation points
0 answers

While releasing the build in iOS MAUI, app getting crash while opening the application

Exceptions occurs was Terminating app due to uncaught exception 'System.ArgumentNullException', reason: 'ArgumentNull_Generic Arg_ParamName_Name, provider (System.ArgumentNullException)    at System.ThrowHelper.Throw(String )    at…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 24, 2025, 5:47 AM
Jeyamani Sekar 20 Reputation points
edited a comment Mar 25, 2025, 10:07 AM
Jeyamani Sekar 20 Reputation points
1 answer

"Missing Info.plist value. The Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain a list of identifiers used to submit and handle tasks when 'UIBackgroundModes' has a value of 'processing'

I am trying to upload my maui ios app on transporter and getting this error: what i have tried so far is <key>BGTaskSchedulerPermittedIdentifiers</key> <array> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 19, 2025, 6:04 AM
Aayush Rawat 0 Reputation points
commented Mar 25, 2025, 9:47 AM
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,246 Reputation points Microsoft External Staff
1 answer

flipping card update

I have my card using CommunityToolkit.Mvvm.Messaging; using System.Diagnostics; namespace LiveTileControl.Controls { public partial class LiveTileControl : ContentView { private bool _isFlipping; private bool _isDataAvailable; //…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 12, 2025, 11:15 PM
Eduardo Gomez Romero 1,355 Reputation points
commented Mar 25, 2025, 9:29 AM
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,246 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

How to enable typing and search functionality inside a Picker in .NET MAUI?

How to enable typing and search functionality inside a Picker in .NET MAUI?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 2, 2025, 7:27 AM
Bhuwan 821 Reputation points
accepted Mar 25, 2025, 8:58 AM
Bhuwan 821 Reputation points
1 answer

MAUI Map is opening Apple Maps by default in IOS if Apple Maps installed else throwing error even though Google Maps is installed, How to display installed map supported application options like Google Maps, ola, uber etc?

await Map.OpenAsync(placeMark); is opening Apple Maps by default in iOS physical device. If Apple Maps is not there, it is showing an error message in iOS I would like to show all the installed maps supported application list from below like google…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 1, 2025, 5:10 AM
RaviKiran P 0 Reputation points
commented Mar 25, 2025, 8:40 AM
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,246 Reputation points Microsoft External Staff
3 answers

BlazorWebAppEntra .net9 sample app resets back to Home page

Download the BlazorWebAppEntra .net9 sample and create the app in Azure Entra with the other setup that you need to do in Azure. When you are able to login using Azure Entra into you Blazor Web App login click the Weather link in the Nav bar. You will…

Blazor Training
Blazor Training
Blazor: A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.Training: Instruction to develop new skills.
19 questions
asked Mar 23, 2025, 10:41 AM
Saeed Dudhia 0 Reputation points
commented Mar 25, 2025, 8:36 AM
Saeed Dudhia 0 Reputation points
1 answer One of the answers was accepted by the question author.

pick appropriate .json data in Tab (ShellContext)

As a senior+ hobby developer I'm stuck. I know - whoever helps - this is not what this GitHub forum is for and, I know, this is an imposition! Anyway, hopefully somebody has some time and is willing to help, thank you. my APP:…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 12, 2025, 9:25 AM
Eduard Kaufmann 311 Reputation points
accepted Mar 25, 2025, 6:32 AM
Eduard Kaufmann 311 Reputation points
0 answers

Dirty LOG in MAC

Hi, 2025-03-23 12:01:35,747 [1] ERROR GssdDesktopClient.Maui.Helpers.UtillHelper - LoginCommand System.NullReferenceException: Object reference not set to an instance of an object.    at GssdDesktopClient.Maui.Pages.LoginPage.OnHandlerChanged() in…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 23, 2025, 10:06 AM
Dani_S 4,296 Reputation points
commented Mar 25, 2025, 5:58 AM
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,246 Reputation points Microsoft External Staff
1 answer

Microsoft.Identity.Client.Desktop

I successfully tested the sample https://github.com/Azure-Samples/ms-identity-dotnetcore-maui/tree/main/MauiAppBasic in .NET MAUI 8.0. Now I would like to create my own project using the same technique. To begin with, I created an empty project, then I…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 11, 2025, 3:48 PM
Giorgio Sfiligoi 366 Reputation points
edited an answer Mar 25, 2025, 5:51 AM
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,246 Reputation points Microsoft External Staff
0 answers

How to fix the blank screen in a Blazor Hybrid app in Windows?

Recently I updated my Visual Studio and dot net runtime, and created an app using the Blazor Hybrid template and following the "Exercise - Create and run a Blazor Hybrid app", when running everything works great with Mac and Android but I only…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,033 questions
asked Mar 23, 2025, 3:20 PM
Lorenzo Jiménez Briceño 0 Reputation points
commented Mar 25, 2025, 5:11 AM
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 49,611 Reputation points Microsoft External Staff