24,805 questions with .NET-related tags

Sort by: Updated
0 answers

Application Request Routing (ARR) full version number

Hello, The version that is shown in the documentation is version 3.0. When we conduct our scans there are several 3.0 versions with minor releases. Example the newest one is 3.0.1988. Can anyone confirm which is the true/full version number.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,576 questions
asked 2024-07-08T20:23:57.5166667+00:00
Nputch 0 Reputation points
0 answers

.Net Maui Validate Property of a Model in the ViewModel Class

I am using MVVM along with the MVVM Community Toolkit. I have a Constructor in my .Net Maui ViewModel public EmployeeEditViewModel() { CompanyInfo= new PYEModel(); } I have an Observable property in the .Net Maui ViewModel…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,584 questions
asked 2024-07-08T19:52:09.4566667+00:00
Tom Meier 200 Reputation points
edited the question 2024-07-08T20:09:13.1366667+00:00
Tom Meier 200 Reputation points
1 answer One of the answers was accepted by the question author.

.Net Maui writing to Xaml file.

I would like the user to be able to modify the XAML to fit their visual needs for example make text larger. And then be able to save that setting and reload the XAML file for that particular user. I get a compiler Error saying the name 'XamlWriter' does…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,584 questions
asked 2024-07-03T16:12:26.7433333+00:00
Tom Meier 200 Reputation points
accepted 2024-07-08T18:51:02.41+00:00
Tom Meier 200 Reputation points
0 answers

Blazor HealthChecks - works on my system, error on Azure App Server

Hi all; I have a Blazor Interactive Server app and have set up health checks as follows: builder.Services.AddHealthChecks() .AddDbContextCheck<TrackingDbContext>("App Database") …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,347 questions
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,480 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,294 questions
asked 2024-07-06T15:57:46.3866667+00:00
David Thielen 2,526 Reputation points
commented 2024-07-08T17:43:14.83+00:00
David Thielen 2,526 Reputation points
0 answers

button dosent bind with SelectedDate, to ble to be able

I have created a custom control <ContentView x:Class="customDatePicker.Controls.DateTimeZonePicker" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
asked 2024-07-08T17:00:23.51+00:00
Eduardo Gomez Romero 225 Reputation points
commented 2024-07-08T17:36:45.1533333+00:00
Eduardo Gomez Romero 225 Reputation points
1 answer

How do I allow multiple NAMES.domain.com for my web app?

Hi all; I have a Blazor app running on Azure App Server. You presently get to it using ohana.tradewindsstudios.us which works great. I want to allow MyName.tradewindsstudios.us, YourName.tradewindsstudios.us, AnyName.tradewindsstudios.us, etc. to go to…

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,480 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,294 questions
asked 2024-07-07T21:07:36.9533333+00:00
David Thielen 2,526 Reputation points
commented 2024-07-08T17:18:57.1166667+00:00
David Thielen 2,526 Reputation points
0 answers

Get The Accounts That Have Been Signed In Already In MSAL (MAUI)

Implementing MSAL in MAUI application. Sign In process is created by using below snippet. authenticationResult = await _identityClient .AcquireTokenInteractive(AppSettings.MSALScopes) …

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,226 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,347 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,294 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,742 questions
asked 2024-07-08T16:54:36.2333333+00:00
Smit Rathod 0 Reputation points
1 answer

Problem with rewrite the Backgrounding event

Hi, In continue to https://video2.skills-academy.com/en-us/answers/questions/1690214/register-close-button-in-mac All my work in pages stop working. Working with http + tasks. it fire the close button event and close the app. Thanks in advance,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
asked 2024-06-18T06:41:00.6+00:00
Dani_S 3,226 Reputation points
commented 2024-07-08T16:48:30.0033333+00:00
Dani_S 3,226 Reputation points
1 answer

Only one app running in MAC?

Hi, Does this code work on MAC, only one app running ? Thanks, public partial class App : Application { private static Mutex mutex = new Mutex(true, Assembly.GetEntryAssembly().GetName().Name); public App() { if…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
asked 2024-06-26T12:02:14.2933333+00:00
Dani_S 3,226 Reputation points
commented 2024-07-08T16:47:02.0066667+00:00
Dani_S 3,226 Reputation points
1 answer One of the answers was accepted by the question author.

Why is the logon_user variable blank when a user has windows 11 PC ?

We have a asp.net application. This uses windows authentication and reads the LOGON_USER variable to check if the current user is allowed access etc. This all works from users using a windows 10 PC, but when the user has a windows 11 PC the LOGON_USER…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,397 questions
asked 2024-07-08T11:04:40.38+00:00
Greg Booth 1,296 Reputation points
accepted 2024-07-08T16:23:26.5366667+00:00
Greg Booth 1,296 Reputation points
0 answers

Dirty log for font

Hi, I get error for in the log, bu app work as expected. Where this error come from? Thanks, 2024-06-30 13:47:22,492 [1] ERROR Microsoft.Maui.FontManager - Error loading font 'Assets/Fonts/Arial.ttf'. System.ArgumentException: The parameter is…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
asked 2024-07-02T09:25:28.8333333+00:00
Dani_S 3,226 Reputation points
commented 2024-07-08T16:15:31.5266667+00:00
Dani_S 3,226 Reputation points
1 answer

How to find where .pkg file store the installed app

I Use the following command to create a .pkg: .NET CLICopy dotnet publish -f net8.0-maccatalyst -c Release Publishing builds the app, and then copies the .app to the bin/Release/net8.0-maccatalyst/ folder or the .pkg to the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
asked 2024-06-25T09:23:23.6533333+00:00
Dani_S 3,226 Reputation points
commented 2024-07-08T16:14:16.22+00:00
Dani_S 3,226 Reputation points
1 answer One of the answers was accepted by the question author.

Running exe path

Hi, How i get the running exe path of maui app in NET 8? Thanks, In run time in code? AppContext.BaseDirectory? or AppDomain.CurrentDomain.BaseDirectory? I…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
asked 2024-07-07T11:27:20.5766667+00:00
Dani_S 3,226 Reputation points
accepted 2024-07-08T16:13:01.1833333+00:00
Dani_S 3,226 Reputation points
3 answers

Secured controller action shows 401 error instead of redirecting to login page in .NET 7

I am developing a .NET 7 Web application that has secured areas. This is a monolith application, so that it is separated in different assemblies. I have one host assembly (the entry assembly), called EntryPortal.Core. On the other hand, I have other…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,347 questions
asked 2023-06-02T23:25:25.28+00:00
Jaime Stuardo 66 Reputation points
answered 2024-07-08T16:11:53.2966667+00:00
Bruce (SqlWork.com) 60,391 Reputation points
1 answer One of the answers was accepted by the question author.

Will MAUI ever support WebAuthenticator on Windows

I am trying to convert my app from Xamarin to MAUI. My Xamarin App is released on iOS, Android, and Windows. It performs Authentication using WebAuthenticator. My Server back end supports Google, Apple, Facebook as well as several other OAuth logins. As…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,322 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
asked 2024-07-07T23:22:57.42+00:00
Solomon Fried 41 Reputation points
accepted 2024-07-08T15:46:45.8566667+00:00
Solomon Fried 41 Reputation points
1 answer One of the answers was accepted by the question author.

Maui Shell app back button

Hi, Kind of new to Maui and the Shell concept so I have a basic question. When using <ShellContent> in the AppShell.xaml I am navigating to the page which I assign using ContentTemplate="{DataTemplate pages:MySecondPage}". …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
asked 2023-01-05T13:08:09.717+00:00
yaron kadman 81 Reputation points
commented 2024-07-08T15:29:37.8066667+00:00
Rakhmonov, Zaynalobiddin 0 Reputation points
2 answers

Send email from a .Net Framework Winforms application and service using Microsoft accounts.

Hello. We provide a .Net Framework Winforms application with a service. Both share code which allows our customers to send email from their own email accounts, currently using MailKit, although we could use another client if necessary. Where they want…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,869 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,576 questions
Microsoft Entra
asked 2024-06-28T11:56:45.4266667+00:00
Fortecho Solutions Ltd 0 Reputation points
commented 2024-07-08T15:24:05.48+00:00
Fortecho Solutions Ltd 0 Reputation points
1 answer

How to Upload and List Files in Blazor Server 8

I'm new to Blazor 8 and I'm trying to learn how to handle file uploads and display the uploaded files in a Blazor Server application. Specifically, I'm looking to: Allow users to upload multiple files to the folder.wwwroot/Upload Provide a button…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,576 questions
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,480 questions
asked 2024-07-08T13:52:15.2+00:00
Yusuf 731 Reputation points
answered 2024-07-08T15:19:57.35+00:00
Bruce (SqlWork.com) 60,391 Reputation points
1 answer

What is the reason for this exception: "Unable to find IAnimationManager for 'Microsoft.Maui.Controls.Shapes.Path'. Arg_ParamName_Name"

I'm getting the error System.ArgumentException: 'Unable to find IAnimationManager for 'Microsoft.Maui.Controls.Shapes.Path'. Arg_ParamName_Name' When starting my MAUI application on my development machine. It started a few hours ago, but the exact same…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
asked 2024-07-08T14:35:31.7966667+00:00
Joris Zwaenepoel (I-solv-IT) 0 Reputation points
answered 2024-07-08T15:00:45.5366667+00:00
Michael Taylor 50,591 Reputation points
0 answers

MAUI App Compatibility Issues on Oppo and Vivo Y28 Devices

I have developed a MAUI application that includes pages: Signup, Login, and Reset Password. These pages function correctly on various devices, but we are encountering specific issues on Oppo and Vivo Y28 devices. On the Oppo and Vivo Y28 devices, the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,154 questions
asked 2024-07-08T14:34:00.9266667+00:00
Sakshi Poojary 95 Reputation points