25,513 questions with .NET-related tags

Sort by: Updated
1 answer

Add a user to LDAP group

I have followed the logic to add a user to an LDAP group per the following article: https://learn.microsoft.com/en-us/windows/win32/ad/example-code-for-adding-a-member-to-a-group Using Novell iManager to verify the results, I am seeing very strange…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,786 questions
asked 2024-09-10T18:25:34.1533333+00:00
DonB 0 Reputation points
edited the question 2024-09-11T01:12:28.82+00:00
Anna Xiu-MSFT 28,571 Reputation points Microsoft Vendor
1 answer

how to fix Net Framework 3.5 and 4.5 error 0x80070002

how to fix Net Framework 3.5 and 4.5 error 0x80070002

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
730 questions
asked 2024-09-10T07:57:41.5033333+00:00
Li, Zhang Leslie 0 Reputation points
answered 2024-09-11T00:32:10.4533333+00:00
youzeliang 415 Reputation points
1 answer

How to copy files from selected directory to application directory in iOS using Maui and Community Toolkit folder picker

I want to copy files from a selected directory to the application directory using Maui and Community Toolkit folder picker in iOS. After using the folder picker, I tried to get a list of files in the directory which resulted in the error "Access to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-10T08:51:31.38+00:00
answered 2024-09-11T00:31:19.31+00:00
youzeliang 415 Reputation points
1 answer

ToolTipProperties.Text in MenuFlyoutItem is not working

Hi, I'm in maui windows NET 8, ToolTipProperties.Text is not working. why ? <DataTemplate> <Label Text="{Binding Name}" VerticalTextAlignment="Center" ToolTipProperties.Text="{Binding}" > …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-10T11:19:28.8433333+00:00
Dani_S 3,726 Reputation points
answered 2024-09-11T00:28:04.0933333+00:00
youzeliang 415 Reputation points
1 answer

C# App doesn't start up when running Appium WDA on iOS

We are using Appium to test our multi-platform app. (Windows, Android, iOS). This App is written using C# in .Net 8 with MVVMCross. However, since about month or 2 ago, our App crashes on start up on iOS when the Appium xcuitest WebDriverAgent is…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 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,827 questions
asked 2024-09-10T12:05:51.0566667+00:00
Joost Jens 0 Reputation points
answered 2024-09-11T00:21:53.52+00:00
youzeliang 415 Reputation points
1 answer

database deference betwen devices

I am using sqlite public class LocalDatabaseService { SQLiteConnection _connection; public LocalDatabaseService() { _connection = new SQLiteConnection(Database.DatabasePath, Database.Flags); …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-10T21:19:05.59+00:00
Eduardo Gomez Romero 365 Reputation points
answered 2024-09-11T00:04:47.8233333+00:00
youzeliang 415 Reputation points
2 answers One of the answers was accepted by the question author.

What would be the best asp.net option that allows a SQL database and communicates with a .NET MAUI frontend?

I am currently working on designing a cross platform application with .NET MAUI. I've decided to migrate my previous database to a SQL database. Looking at the Microsoft documentation, it showed the asp.net core web MVC project as the standard for using…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,504 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,647 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-08T23:12:50.52+00:00
Anis Redmond 20 Reputation points
accepted 2024-09-10T21:40:17.7233333+00:00
Anis Redmond 20 Reputation points
1 answer

Does .NET MAUI Support iOS 17.6.1?

I have a general question about MAUI support for 17.6.1. I have an app that works on a 17.5 simulator and a physical device running 15.8 but is rejected by the app store when testing against 17.6.1. My configuration is as follows: CommunityToolkit.Maui…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-09T20:43:34.3266667+00:00
Steve Kane 0 Reputation points
answered 2024-09-10T21:03:20.9333333+00:00
Bruce (SqlWork.com) 63,916 Reputation points
2 answers

When value of textbox is changed Dropdown is not calculating

I created a code so that Area of Square/Equilateral Triangle can be calculated when selecting dropdown. When I change the dropdown value it works but when textbox is changed please suggest on how to call OnValueChanged @page…

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,552 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-10T11:53:00.46+00:00
Kalyan A 145 Reputation points
answered 2024-09-10T20:56:34.9633333+00:00
Bruce (SqlWork.com) 63,916 Reputation points
3 answers

Is Using web.config File Standard for ASP.NET Core 8 Hosting on Azure App Service?

Hello Azure Community, I’m currently working with an ASP.NET Core 8 application hosted on Azure App Service. In previous versions, especially with .NET Framework applications, the web.config file was commonly used for IIS-specific configurations. I’ve…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,786 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,504 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,643 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,786 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,504 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,643 questions
asked 2024-09-10T09:12:39.8566667+00:00
Kirankumar Bharsadiya 0 Reputation points
answered 2024-09-10T20:05:17.0966667+00:00
rose 0 Reputation points
3 answers

Is Using web.config File Standard for ASP.NET Core 8 Hosting on Azure App Service?

Hello Azure Community, I’m currently working with an ASP.NET Core 8 application hosted on Azure App Service. In previous versions, especially with .NET Framework applications, the web.config file was commonly used for IIS-specific configurations. I’ve…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,786 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,504 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,643 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,786 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,504 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,643 questions
asked 2024-09-10T09:12:39.8566667+00:00
Kirankumar Bharsadiya 0 Reputation points
answered 2024-09-10T20:05:17.0966667+00:00
rose 0 Reputation points
1 answer

The process was terminated due to an internal error in the .NET Runtime

Hi everyone, We have a windows 2019 server that hosts an IIS website. Since today, when trying to sign in to the site, it gives 503 error. I figured out that if I'm looking at Application Pools in IIS manager, it shows that the status is Stopped. If I…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,451 questions
asked 2024-09-10T16:20:47.8566667+00:00
Tal Kabalo 0 Reputation points
answered 2024-09-10T20:02:59.7333333+00:00
Michael Taylor 53,571 Reputation points
1 answer One of the answers was accepted by the question author.

Is the October 2024 MFA enforcement applied on MSAL.NET accessing the Microsoft Graph API?

As mentioned on many channels Microsoft want to enforce MFA on administration portals, Azure CLI, Azure PowerShell, Azure Mobile app and IaC…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,786 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,804 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,634 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,827 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,312 questions
asked 2024-09-10T15:39:09.63+00:00
Robin Bouwmeester 1 Reputation point
accepted 2024-09-10T19:47:18.4833333+00:00
Robin Bouwmeester 1 Reputation point
1 answer

.NET 6.0 not installing

Hi, I'm having an error installing .NET Host 6.0.33 (x64) its having errors installing 'dotnet-host-6.0.26-win-x64.msi'. Here are some screenshots

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,786 questions
.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,152 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,786 questions
.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,152 questions
asked 2024-09-08T21:35:46.72+00:00
V O 0 Reputation points
commented 2024-09-10T18:34:42.3833333+00:00
V O 0 Reputation points
1 answer

.NET 6.0 not installing

Hi, I'm having an error installing .NET Host 6.0.33 (x64) its having errors installing 'dotnet-host-6.0.26-win-x64.msi'. Here are some screenshots

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,786 questions
.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,152 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,786 questions
.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,152 questions
asked 2024-09-08T21:35:46.72+00:00
V O 0 Reputation points
commented 2024-09-10T18:34:42.3833333+00:00
V O 0 Reputation points
1 answer One of the answers was accepted by the question author.

Installing .NET Framework 4.8 on Windows servers 2016

Hi, I have to upgrade my projects from VS2017 .NET Framework 4 to .NET Framework 4.8 on Windows 2016 servers. Can I know the process, requirements and the steps involved in the migration. Also is it backward compatible? Regards Aparna

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,482 questions
.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,152 questions
asked 2021-09-27T18:46:10.457+00:00
Aparna 21 Reputation points
commented 2024-09-10T17:32:09.7366667+00:00
Marlon Marie Eugène BAKYONO 0 Reputation points
1 answer One of the answers was accepted by the question author.

On CurrentPagechange Event of TabbedPage custom Font is not applied on title of last but one Child Page click item

I have TabbedPage in MAUI 8 and API level 34 . I have multiple tabs loading 3 on each Tab change event, 1-I have applied Font to each child Tab as mentioned…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-08-19T16:10:22.2133333+00:00
Faiz Quraishi 65 Reputation points
accepted 2024-09-10T17:30:55.96+00:00
Faiz Quraishi 65 Reputation points
1 answer

Range validator in MAUI Blazor

Here is a simple app to Add numbers from 0 to 100 , after which I like to perform some statistical operations. Add Insert works fine , I can restrict only 0 to 100 Delete works fine. When editing it is accepting all numbers , I like to restrict 0 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,552 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-05T09:48:22.2233333+00:00
Kalyan A 145 Reputation points
commented 2024-09-10T14:57:29.8766667+00:00
Kalyan A 145 Reputation points
0 answers

Unable to install new sdk's using android sdkmanager in visual studio latest version 2022

I am having issue with sdk manager in visual studio 2022. I want to install android 14 (api level 34) using sdk manager but unable to do that. Facing the issue provided in screenshot I am usng latest visual studio version. I am having good internet…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,335 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-10T14:56:06.77+00:00
Sk 61 Reputation points
4 answers

Dapper cast problem for timestamp fields

Hi everyone, have you ever use Dapper in .Net. I use for the first time Dapper orm and I have problem with the cast join queries to a model. For example I have two tables and their names are relatively "groups" and "users". these…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,504 questions
asked 2024-03-07T10:12:56.0233333+00:00
Can Aktepe 0 Reputation points
answered 2024-09-10T14:44:49.5933333+00:00
Bruno Legrand 0 Reputation points