26,256 questions with .NET-related tags

Sort by: Updated
1 answer

IOS IPAD 13" Flyout page challenge for .NET MAUI app

I have a Maui App. The Flyoutpage works 100% on Android Samsung S24 and IOS Iphone 15. Yet on an IPAD 13" the flyoutpage behaves as a split screen in portrait orientation and when I swipe to close it still remains 75% visible. Would anyone know how…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 questions
asked 2024-11-25T08:17:35.9633333+00:00
Quinton Gindra 0 Reputation points
answered 2024-11-27T08:37:13.35+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 32,936 Reputation points Microsoft Vendor
0 answers

DTPicker from Mscomct2.ocx is not accessible from Intune enrolled computer

For several years I have had VBA code running in Outlook 32bit-clients including a bunch of custom desigend forms. I have had a traditionally AD/DC setup which right now is hybrid. On some of the forms I use DTPicker from Mscomct2.ocx. If I run cutsom…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,904 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,309 questions
asked 2024-11-27T08:14:30.5+00:00
Allan Reese 6 Reputation points
3 answers

Multiple emails validation with split comma in a Textbox

Hi, If I have a TetxtBox that will be used to send messages to multiple emails, how can I validate these emails that will be inputted in the textbox? The emails are separated by comma. e.g. myfirstmail@hotmail.com, mymail@outlook.com,…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,952 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,526 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.
11,073 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,952 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,526 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.
11,073 questions
asked 2024-11-25T16:16:54.6466667+00:00
Donald Symmons 2,946 Reputation points
commented 2024-11-27T07:58:06.0833333+00:00
Donald Symmons 2,946 Reputation points
3 answers

Multiple emails validation with split comma in a Textbox

Hi, If I have a TetxtBox that will be used to send messages to multiple emails, how can I validate these emails that will be inputted in the textbox? The emails are separated by comma. e.g. myfirstmail@hotmail.com, mymail@outlook.com,…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,952 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,526 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.
11,073 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,952 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,526 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.
11,073 questions
asked 2024-11-25T16:16:54.6466667+00:00
Donald Symmons 2,946 Reputation points
commented 2024-11-27T07:58:06.0833333+00:00
Donald Symmons 2,946 Reputation points
0 answers

How can i publish/create an installer for a c# app that has a sqlite database

Hi, i have a c# wpf application that has a sqlite database, however if i for example create an installer and install it in another device, the app would run into issues because of the sqlite connection string, the app would not be able to find it. I…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,790 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.
11,073 questions
asked 2024-11-27T05:08:21.5666667+00:00
alan smith 1 Reputation point
commented 2024-11-27T07:38:38.0233333+00:00
Hongrui Yu-MSFT 3,015 Reputation points Microsoft Vendor
2 answers

Issue with Application.Current.MainPage.Width Returning -1 in .NET MAUI

I am migrating my project from Xamarin to .NET MAUI. In Xamarin, I use Application.Current.MainPage.Width to get the width of the main page, and it works as expected. However, in .NET MAUI, when I try to access Application.Current.MainPage.Width, it…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 questions
asked 2024-11-26T05:30:23.8133333+00:00
KarPreet 40 Reputation points
answered 2024-11-27T07:28:48.7466667+00:00
KarPreet 40 Reputation points
4 answers One of the answers was accepted by the question author.

I am getting the below error while trying to build a project in Visual Studio

Severity Code Description Project File Line Suppression State Error MSB4018 The "GenerateDepsFile" task failed unexpectedly. System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=6.0.0.0, Culture=neutral,…

.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,174 questions
asked 2024-10-17T17:18:33.1866667+00:00
Sri Adapa 35 Reputation points
commented 2024-11-27T07:23:34.6366667+00:00
Günther Haslauer 0 Reputation points
1 answer

How can I implement right and left swipe gestures to navigate back and forward in a .NET MAUI WebView? My current implementation isn't working, and the WebView's navigation stack seems to always return null. Can you help me troubleshoot and improve this

public WebAppView() { InitializeComponent(); BindingContext = this; _globalData = ServiceHelper.GetService<GlobalDataService>(); _Notification = ServiceHelper.GetService<NotificationService>(); //…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 questions
asked 2024-11-25T10:18:23.1733333+00:00
Satyasai Gunnam 20 Reputation points
answered 2024-11-27T07:02:48.9266667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 44,871 Reputation points Microsoft Vendor
1 answer

search bar in shell behavior

So, I need to modify, my behavior on desktop I have the shell, with the Seach bar <Window x:Class="METROWIND.Views.MainWindow" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 questions
asked 2024-11-22T10:58:06.6833333+00:00
Eduardo Gomez Romero 975 Reputation points
commented 2024-11-27T06:47:21.26+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 44,871 Reputation points Microsoft Vendor
1 answer

I’m encountering an issue with the NET-iOS.Naxam.FSCalendar library while migrating my project from .NET 8 to .NET 9

/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8314/targets/Xamarin.Shared.Sdk.targets(1648,3): error : clang++ exited with code 1: ld: building for 'iOS-simulator', but linking in dylib…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,952 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,952 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 questions
asked 2024-11-27T04:15:55.5966667+00:00
Sagar Khati 0 Reputation points
edited an answer 2024-11-27T06:40:54.49+00:00
Jignesh Dhedhi 0 Reputation points
1 answer

I’m encountering an issue with the NET-iOS.Naxam.FSCalendar library while migrating my project from .NET 8 to .NET 9

/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8314/targets/Xamarin.Shared.Sdk.targets(1648,3): error : clang++ exited with code 1: ld: building for 'iOS-simulator', but linking in dylib…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,952 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,952 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 questions
asked 2024-11-27T04:15:55.5966667+00:00
Sagar Khati 0 Reputation points
edited an answer 2024-11-27T06:40:54.49+00:00
Jignesh Dhedhi 0 Reputation points
0 answers

Is there any change how GC works in .Net for Android and .Net for iOS application?

Previously our application is in Xamarin Native and in that GC is called frequently so app works properly without out of memory exception. After migrating to .Net for Android, the app crashes as the memory utilization is continuously increasing and I did…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 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,174 questions
asked 2024-11-27T06:35:39.79+00:00
Sejal Harsoda 0 Reputation points
2 answers

How to Implement Secure User Login with SQLite in a C# WPF Project?

Hello I am working on a C# WPF project that uses an SQLite database. I want to implement a username and password mechanism to prevent unauthorized access to the application. At the same time, I’m concerned about protecting sensitive information in the…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,790 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.
11,073 questions
asked 2024-11-26T09:50:21.2+00:00
fatih uyanık 100 Reputation points
edited an answer 2024-11-27T05:55:26.66+00:00
Hongrui Yu-MSFT 3,015 Reputation points Microsoft Vendor
0 answers

showing turbines in page

I completely redid my app, because I was making too much work on a page calling 2 apis Serviece public class TurbinesService(FirestoreService firestoreService, BlobServiceClient blobServiceClient) { private const string collectionName =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 questions
asked 2024-11-26T17:59:18.75+00:00
Eduardo Gomez Romero 975 Reputation points
commented 2024-11-27T05:43:13.3366667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 44,871 Reputation points Microsoft Vendor
1 answer

title bar in shell problem

I have my shell with a startup page, that has a Lottie animation <ShellContent ContentTemplate="{DataTemplate views:Startup}" Shell.FlyoutBehavior="Disabled" Shell.FlyoutItemIsVisible="False" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 questions
asked 2024-11-27T00:38:50.5533333+00:00
Eduardo Gomez Romero 975 Reputation points
answered 2024-11-27T05:36:16.6+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 44,871 Reputation points Microsoft Vendor
1 answer

POPUP OBSCURES THE PAGE

I created a popup in NET MAUI 8. As its normal behavior, the popup obscures the visible portion of the hosting page. Is it possible to avoid this? Or, even better, I would like that only one item in the page, such as an Entry field, remains showing…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 questions
asked 2024-11-24T11:24:03.94+00:00
Giorgio Sfiligoi 266 Reputation points
answered 2024-11-27T05:25:35.1466667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 32,936 Reputation points Microsoft Vendor
4 answers

How to close Bootstrap modal in Blazor WASM?

Hi, In my Blazor WASM (.net 6) application, I am displaying a modal popup as follows. <!-- Modal --> <div class="modal fade bg-transparent" id="templatemo_search" tabindex="-1" role="dialog"…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,650 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,606 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.
11,073 questions
asked 2024-06-21T19:34:00.18+00:00
Cenk 1,021 Reputation points
edited an answer 2024-11-27T04:13:23.4+00:00
SurferOnWww 3,376 Reputation points
1 answer

Will Azure Face Liveness Detection be available on .NET MAUI ?

We want to use Azure Face Liveness Detection on .NET MAUI, however the only available supported methods are Kotlin/Java , IOS, and JavaScript for Web Application. Is there any upcoming SDK for .NET MAUI ,if so, when is the expected date of release. Thank…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
167 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,674 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,941 questions
asked 2024-07-24T15:18:32.8233333+00:00
Maroun ElKady 0 Reputation points
commented 2024-11-27T03:58:22.2366667+00:00
Khalil Akashah 0 Reputation points
4 answers

Stored Procedure not updating in edmx

Adding or updating a stored procedure in the EDMX file is currently not functioning as expected in the latest version of Visual Studio.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,952 questions
asked 2024-06-06T10:57:27.7366667+00:00
Mohit Sharma 5 Reputation points
edited an answer 2024-11-27T02:18:18.45+00:00
Selvakumar Sellapan 0 Reputation points
1 answer One of the answers was accepted by the question author.

ASP.NET Gridview Header column not freezing properly

I'm using gridview with freezing header in ASP.NET application. But, freezing is not showing while running the application. what is the issue in the below code...? <%@ Page Language="C#" AutoEventWireup="true"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,526 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.
11,073 questions
asked 2024-11-19T09:44:51.4+00:00
BeUnique 2,212 Reputation points
commented 2024-11-27T01:20:51.5966667+00:00
Jalpa Panchal-MSFT 705 Reputation points Microsoft Vendor