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…
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…
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,
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…
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 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:…
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…
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…
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…
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…
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…
"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> …
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; //…
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?
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…
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…
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:…
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…
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…
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…