24,338 questions with .NET-related tags

Sort by: Updated
2 answers

Request targets an app that is not in allowed receiving apps list by WNS

Hello, I have a problem during sending WNS raw notifications to my app on client's computers. I receive this error sometimes, but not for all my clients: 2024-05-29 19:16:06.244 +02:00 [WRN] X-WNS-Debug-Trace: BY3PEPF000195A1 2024-05-29 19:16:06.245…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,478 questions
Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
734 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,478 questions
asked 2024-05-30T16:48:23.7+00:00
Michał Łeptuch 6 Reputation points
answered 2024-05-31T07:02:49.9666667+00:00
Neuvi Jiang 230 Reputation points Microsoft Vendor
1 answer

How To Download .NET Runtime For MSIX Or Appx?

I Want To Use MSIX Hero On My PC And It Requires .NET Runtime 6.0 but i can run exe's for some reason i cant figure out. i am not looking into figure out how to run exes i just want to know or if there is a way do get .NET Runtime 6.0 for msix (bundle)…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,478 questions
Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
734 questions
asked 2024-05-20T20:10:07.3866667+00:00
QuickSilver 0 Reputation points
edited an answer 2024-05-31T06:53:20.3733333+00:00
Jeanine Zhang-MSFT 9,341 Reputation points Microsoft Vendor
0 answers

How to remove page navigation animation in .Net MAUI?

I am using Appshell for navigation. Appshell.Xaml.cs Routing.RegisterRoute(nameof(LoginPage), typeof(LoginPage)); In Viewmodel relay command i am call the below AppShell.Current.GoToAsync(nameof(LoginPage)); Animation is moving from left to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,009 questions
asked 2024-05-21T05:43:55.4466667+00:00
Sowndarrajan Vijayaragavan 350 Reputation points
commented 2024-05-31T06:51:19.05+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,766 Reputation points Microsoft Vendor
1 answer

Certification configuration: I'm not able to verify my domain

Hello, after developing a Blazor Web App I tried to connect the app with my own domain. So I have to verify my domain to bind the certificate to my app. First step (import certificate to key fault) seems to work (step is checked). But I do not see the…

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,432 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,055 questions
asked 2024-05-30T11:31:18.76+00:00
Stefan Brieger 0 Reputation points
commented 2024-05-31T06:48:40.8566667+00:00
Stefan Brieger 0 Reputation points
2 answers

EF Core 3.1 - System.InvalidOperationException: 'The entity type 'Pntbec03' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'.'

Hello . I need to handle a EF Core Entity relating to a table , but without having EF managing all its columns , but just a subset of them. I have scaffolded the small database to which the table belongs into a DbContext , and I though I could create…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
705 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,478 questions
asked 2024-05-29T13:46:26.23+00:00
leo del ciello 66 Reputation points
commented 2024-05-31T06:48:33+00:00
Hongrui Yu-MSFT 420 Reputation points Microsoft Vendor
0 answers

How to symbolicate ios app Crash developed in .Net MAUI that we are getting from appstore connect

Hi Team, We have a app developed in .net MAUI for both android and ios. We are able to see Crashes in ios (Appstore connect) here is how we are able to see the crashes Step 1 :- open X-Code Step 2 :- click on window> Organizer Step 3 :-…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,009 questions
asked 2024-05-31T06:46:41.61+00:00
GRANDHI SAI BABA 0 Reputation points
1 answer

publish app in mac

Hi, How do i publish my app in mac ? In windows i did: dotnet publish -f net8.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,009 questions
asked 2024-05-29T07:47:18.4366667+00:00
Dani_S 2,906 Reputation points
commented 2024-05-31T06:46:24.4266667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,766 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to implement Session time out in .NET MAUI?

Target platform - Widows We need to close the application, if the application is idle for longer then 30 minutes

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,009 questions
asked 2023-07-05T10:00:36.7433333+00:00
Sowndarrajan Vijayaragavan 350 Reputation points
commented 2024-05-31T06:40:15.0233333+00:00
Ashutosh Mehere 0 Reputation points
1 answer

.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.
3,009 questions
asked 2024-05-15T16:07:34.8933333+00:00
Phunction 206 Reputation points
edited a comment 2024-05-31T06:31:12.02+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,766 Reputation points Microsoft Vendor
0 answers

Webrequest populate UserAgent and Headers

asp net version 2.0 asp.net forms with vb.net Dim strData As String = String.Empty Dim wr As HttpWebRequest = Nothing Dim wrRes As HttpWebResponse = Nothing wr = DirectCast(WebRequest.Create(URi),…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,478 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,328 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,612 questions
asked 2024-05-31T01:20:28.4933333+00:00
icm63 0 Reputation points
commented 2024-05-31T06:15:40.6466667+00:00
Lan Huang-MSFT 26,686 Reputation points Microsoft Vendor
1 answer

ArgumentNull Exception in .NET Framework 4.8 "System.Security.SecurityElement.FromString(String xml)"

I get an "ArgumentNullException" from the .NET Framework 4.8, when the calling code makes a Code-Access Policy "Demand" request (attribute usage see below) The program is a WinForms application. The stack-trace is: at…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,478 questions
asked 2024-05-22T12:50:11.1666667+00:00
Liedtke, H 0 Reputation points
commented 2024-05-31T05:59:59.5466667+00:00
Jiale Xue - MSFT 37,946 Reputation points Microsoft Vendor
1 answer

How can I change BackgroundColor of CustomLabel in Selected Action State Event CreateCustomLableNavigationState method Similar to ListviewItemSelection Event

<ListView x:Name="listView" ItemsSource="{Binding ItemList}" RowHeight="43" Margin="0,-5,0,0" CachingStrategy="RecycleElement"> <ListView.ItemTemplate> …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,305 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
773 questions
asked 2024-05-30T14:41:47.06+00:00
G, S 0 Reputation points
answered 2024-05-31T05:58:18.93+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,186 Reputation points Microsoft Vendor
1 answer

In ScrollView, first entry is becoming focus. i need to stop it.

<ScrollView Grid.Column="1" x:Name="myScrollView" WidthRequest="500" > <Border StrokeThickness="2"> <StackLayout> <Entry x:Name="MainEntry"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,009 questions
asked 2024-05-30T18:40:37.5966667+00:00
Sowndarrajan Vijayaragavan 350 Reputation points
commented 2024-05-31T05:58:05.51+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,766 Reputation points Microsoft Vendor
0 answers

how to fix this -An error occurred while accessing the file from the web. Please try downloading and opening the file locally.

I'm trying to configure automatic updates in via appinstaller, I had configured my appinstaller and when I open that I'm facing this issue. here's my appinstaller: <?xml version="1.0" encoding="UTF-8"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,009 questions
asked 2024-05-30T11:26:34.6333333+00:00
Vaibhav Methuku 80 Reputation points
commented 2024-05-31T05:55:56.2566667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,276 Reputation points Microsoft Vendor
0 answers

Position issue on TR TD lines

Hi, It is the same way to the following using TR TD to separate them and do not know why there is the different spacing (in the different color) below.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,328 questions
asked 2024-05-31T04:50:23.1466667+00:00
Peter_1985 2,546 Reputation points
commented 2024-05-31T05:45:47.6666667+00:00
Lan Huang-MSFT 26,686 Reputation points Microsoft Vendor
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,851 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,009 questions
asked 2024-04-30T16:15:24.1733333+00:00
Grant Schaffer 25 Reputation points
commented 2024-05-31T05:44:51.6+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,276 Reputation points Microsoft Vendor
1 answer

how to show image2 in gridview

Hello This is my aspx page <asp:TemplateField HeaderText="IMAGE1"> <ItemTemplate> <asp:Image ID="Image1" runat="server" /> </ItemTemplate> …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,328 questions
asked 2024-05-29T13:35:22.69+00:00
RAVI 936 Reputation points
answered 2024-05-31T05:44:09.3166667+00:00
Lan Huang-MSFT 26,686 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Listview with Checkbox is not responding based on the enable condition?

<?xml version="1.0" encoding="utf-8" ?> <ContentPage 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,009 questions
asked 2024-05-30T19:48:38.0533333+00:00
Sowndarrajan Vijayaragavan 350 Reputation points
commented 2024-05-31T05:32:28.6666667+00:00
Sowndarrajan Vijayaragavan 350 Reputation points
2 answers One of the answers was accepted by the question author.

Files with arabic name won't upload

Hello guys I have xamarin form app where users can upload file normally and it works fine until i found this problem if the image name written in arabica ex:"١٢٣٤٥٦.jpg" the image wont the upload fail . i am using this plugin CrossMedia

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,305 questions
asked 2021-10-11T03:41:21.907+00:00
ALI ALHOWSWE 191 Reputation points
commented 2024-05-31T05:20:58.56+00:00
Eman Gabr 0 Reputation points
1 answer

Rendering issues with our .Net application post windows patch

Recently, we've encountered rendering issues with our .NET application following a Windows patch update for Windows 10 Version 22H2. Specifically, after applying the cumulative update for .NET Framework 3.5, 4.8, and 4.8.1, we've noticed intermittent…

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,413 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,133 questions
asked 2024-05-16T16:21:59.7033333+00:00
SusanA 0 Reputation points
edited a comment 2024-05-31T05:19:23.6666667+00:00
Jiachen Li-MSFT 27,406 Reputation points Microsoft Vendor