24,188 questions with .NET-related tags

Sort by: Updated
1 answer

Maui MediaPicker.Default.CapturePhotoAsync windows doesn't display camera

When I run the app is the VS 2022 on Windows 10 the MediaPicker.Default.CapturePhotoAsync method displays the camera and allows me to capture a photo. When the app is published and installed on Windows 10 the MediaPicker.Default.CapturePhotoAsync method…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,768 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,962 questions
asked 2024-04-30T16:15:24.1733333+00:00
Grant Schaffer 25 Reputation points
edited a comment 2024-05-17T14:30:22.2133333+00:00
Felipe Pineda O-I 0 Reputation points
0 answers

How to resolve SignalR Hub connection issue from Client side Javascript code

I have web application developed in .NET 5.0. This web application calls Web APIs to fetch information from SQL DB. Web and API applications are two separate applications hosted in Azure. I want to push some real time data every 2 minutes to all clients…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,441 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,228 questions
asked 2024-05-15T12:40:41.6033333+00:00
Mayuri Barve 1 Reputation point
commented 2024-05-17T13:35:07.4266667+00:00
JasonPan - MSFT 4,386 Reputation points Microsoft Vendor
1 answer

In Blazor Web App Server authentication Azure missing iss claims

Hello, I followed this guide to create a Blazor Web App (server) with azure athentication https://learn.microsoft.com/it-it/entra/identity-platform/tutorial-blazor-server and it works. here the authentication…

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,411 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,779 questions
asked 2024-05-14T08:32:37.7933333+00:00
Stefania Robuschi 0 Reputation points
commented 2024-05-17T10:10:50.67+00:00
Stefania Robuschi 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to perform a pivot grid in maui?

Hi, i want to display data from observablecollection in a pivotgrid using .Net Maui 8 like in the picture below. the columns are generated programatically. i write this code in the viewmodel: Stockstcviews =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,962 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,361 questions
asked 2024-05-03T16:24:46.6+00:00
Kaouthar GR AOUICHAOUI 80 Reputation points
accepted 2024-05-17T09:41:39.07+00:00
Kaouthar GR AOUICHAOUI 80 Reputation points
1 answer

How to pass input data from one page to another page property

Register.cshtml <form method="post"> <div class="mb-3 row"> <div class="col-md-4"> <label for="CountryCode" class="form-label">Country Code</label> …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,228 questions
asked 2024-05-16T05:50:59.9633333+00:00
Nandhini S 0 Reputation points
commented 2024-05-17T09:30:53.95+00:00
JasonPan - MSFT 4,386 Reputation points Microsoft Vendor
1 answer

When building my MAUI app for Android i get MSB3073 error

Hi, when i try to build my MAUI application for .net7-android i get the following warning: Description MSB3073: The command ""C:\Program Files (x86)\Android\android-sdk\platform-tools\adb" -s ZY22BL2K84 uninstall -k…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,441 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,962 questions
asked 2023-04-07T18:51:56.0166667+00:00
DavidR 30 Reputation points
answered 2024-05-17T09:05:41.15+00:00
Rui Oliveira 0 Reputation points
1 answer

how to fix 10.2.4.1 Security - Software Dependencies ( .net blazor maui 8.0) to microsoft store

i have published my application in store, recently update my maui blazor application 6.0 tp 8.0 when I submit my msix package to store I am getting 10.2.4.1 Security - Software Dependencies Products may depend on non-integrated software (such as another…

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,411 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,962 questions
Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
886 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,374 questions
asked 2024-05-04T06:48:07.5833333+00:00
Maharasa Subramaniyan 0 Reputation points
edited the question 2024-05-17T08:48:15.61+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,311 Reputation points Microsoft Vendor
1 answer

Displaying Fast Data

C# -> WPF -> .NET 6 Windows 10 64-bit, Visual Studio Community 2022 v17.9.2 I am writing a program in which I want to see the current from a 3-phase brushless DC Motor. Each phase will be displayed in a different colour to differentiate them. I…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,441 questions
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,685 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,361 questions
asked 2024-05-15T11:09:06.6233333+00:00
dmccric 0 Reputation points
commented 2024-05-17T08:34:30.4433333+00:00
Hongrui Yu-MSFT 170 Reputation points Microsoft Vendor
1 answer

Not able to perform read and write operation in iCloud in .Net Maui Mac

I have set up the app identifier in Apple developer with the document URL set up for iCloud and updated the info.plist and entitlements according to this. info.plist <key>NSUbiquitousContainers</key> <dict> …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,441 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,962 questions
asked 2024-05-13T10:26:23.9+00:00
Kiran Mohanty 0 Reputation points
answered 2024-05-17T08:13:42.11+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,946 Reputation points Microsoft Vendor
1 answer

Invalid Argument while scaffolding DB2 schema EF 3.1

Hello. I am trying to scaffold a DB2 schema using the IBM.EntityFrameworkCore provider (version 3.1.0.300) on an AspNet Core 3.1 web application using EntityFramework Core 3.1. The scaffolding command line is the following : Scaffold-DbContext…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
700 questions
asked 2024-05-17T07:05:32.1933333+00:00
leo del ciello 66 Reputation points
answered 2024-05-17T07:26:29.47+00:00
leo del ciello 66 Reputation points
0 answers

metadata_storage_path error in .NET with Azure AI Search.

Right now from my post api I am storing the address like UploadEmailAsync() in Azure Queue. I have tried saving it with and without JSON format but path which we use for Filters in Azure AI Search requires the base64 converted link. Right now i have…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
741 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,228 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
98 questions
asked 2024-05-14T10:27:27.2266667+00:00
Hassan Kaleem 40 Reputation points
commented 2024-05-17T07:17:26.4033333+00:00
ajkuma 22,766 Reputation points Microsoft Employee
4 answers One of the answers was accepted by the question author.

set order by based on asc series

Hello This is my sql table with data /****** Object: Table [dbo].[temp_days_order_pending] Script Date: 05/15/2024 23:12:34 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABLE…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,303 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.
12,856 questions
asked 2024-05-15T17:50:11.12+00:00
RAVI 936 Reputation points
accepted 2024-05-17T06:33:06.2833333+00:00
RAVI 936 Reputation points
1 answer

How do I install .net runtime 6.0.29 using Intune?

What is currently the best way to install version 6.0.29 of .net runtime to a large number of users using Intune? There doesn't seem to be a .msi file within the executable and the PowerShell command for enabling it as a Windows feature no longer seems…

.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,130 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,456 questions
asked 2024-05-14T17:14:13.5733333+00:00
Woodson Baldwin 0 Reputation points
commented 2024-05-17T06:26:02.78+00:00
ZhoumingDuan-MSFT 8,840 Reputation points Microsoft Vendor
1 answer

How can i bind Sumsub mobile android sdk to net maui?

Hi, i try create the binding project with sumsub mobile android sdk, but i didn't have methods of SDK But not have methods build and launch.... his is official android sdk initializing Can you explain what I am doing wrong? and is possible to use…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,962 questions
asked 2024-05-15T06:02:29.3266667+00:00
Баходир Кадыров 0 Reputation points
commented 2024-05-17T05:26:54.9333333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 36,871 Reputation points Microsoft Vendor
0 answers

MS Forms or internet based recruitment document

Hello community, we are an executive search/recruitment company. My former company had integrated MS Forms/Word so that resumes and commentary (assessment comments) could be written and skills or competencies entered/ adjusted. Also the original resume…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,849 questions
Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
899 questions
asked 2024-05-17T04:43:18.5933333+00:00
Marc Baloch 0 Reputation points
0 answers

MT1045 When trying to deploy MAUI app to iPhone

I have an XF application that I am upgrading to MAUI. I can deploy to Android Emulator and Device fine. Trying to deploy and it is not working. If I try to deploy to a Simulator I get the following error 2>Tool xcrun execution finished (exit code =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,962 questions
asked 2024-05-16T12:07:43.5966667+00:00
Pat Long 36 Reputation points
edited a comment 2024-05-17T03:10:07.7133333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,946 Reputation points Microsoft Vendor
0 answers

How to use SystemWebAdapter SessionClient to share only registered keys and ignore the others

I am learning how to migrate a large .net framework application to .net core and am happy with the tooling provided by SystemWebAdapters and RemoteAppClient. The framework application uses session state extensively and it looks like the default behaviour…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,441 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,228 questions
asked 2024-05-15T08:37:39.3666667+00:00
Rob de Bruin 0 Reputation points
commented 2024-05-17T02:29:11.31+00:00
Tiny Wang-MSFT 1,581 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Download Files in Razor Pages without submitting the form (Edit page)

Hi, I want to download my uploaded files in razor pages edit screen. I dont want to submit the form or refresh the page upon clicking on the download button. Could anyone please advice me how to acheive this?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,228 questions
asked 2022-01-31T01:57:06.32+00:00
Blooming Developer 276 Reputation points
answered 2024-05-17T02:05:13.29+00:00
Avijit Roy 0 Reputation points
0 answers

.Net Maui, ability to access external sd card

With the removal of read and write permissions to external storage, is there any way to access external SD cards? My app normally relies on being able to automatically backup data to external SD cards in the event the tablet dies or is broken. Is there…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,962 questions
asked 2024-05-15T16:07:34.8933333+00:00
Phunction 206 Reputation points
commented 2024-05-17T01:54:16.7833333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,311 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to get the bindable data from View MAUI

I have a code snippet below where I dynamically add data to StackLayout. For Xamarin Forms using BindingContext, I could access the data bound to the view. But this is not possible in.net MAUI. Is there any documentation for the same? public class MyData…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,962 questions
asked 2024-05-14T12:14:20.2066667+00:00
Chinmay Dole 20 Reputation points
commented 2024-05-17T00:49:21.7666667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,311 Reputation points Microsoft Vendor