24,165 questions with .NET-related tags

Sort by: Updated
1 answer

WebView is not working correctly in IOS MAUI

Not able to adjust the Font size of Web view iIn MAUi IOS, Added the handler and addded minimum Font size but it is not reflecting.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-03-08T16:51:07.1866667+00:00
Miranda mary jose 0 Reputation points
commented 2024-05-16T07:20:46.37+00:00
Shaikh, Ayaz 0 Reputation points
1 answer

What is the Maximum size of a EventMessage or Event Data in Event Viewer. For Security channel and other channels System, Direcory Service.

What is the maximum size of a single event in Event viewer? Event message maximum length and a Event's size in kb? Does it vary for Security channel and System/ Directory Server channels?

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,846 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,820 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,437 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,737 questions
asked 2024-05-15T10:27:43.9533333+00:00
Bakya ABL 21 Reputation points
commented 2024-05-16T07:19:47.2966667+00:00
Bakya ABL 21 Reputation points
3 answers

How to publish asp.net with angular application?

I was following this tutorial: https://learn.microsoft.com/en-us/visualstudio/javascript/tutorial-asp-net-core-with-angular?view=vs-2022 But when I publish my app, either to a remote IIS server or locally into a folder, the angular project is not…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,666 questions
asked 2023-03-12T08:26:08.01+00:00
Vladimir Mihajlovski 10 Reputation points
commented 2024-05-16T06:58:52.17+00:00
Drilon Hyseni 0 Reputation points
1 answer

What is the best way to install .net Runtime v8.0 via Intune?

What is the current best way to install .net Runtime v8.0 via Intune to a large number of users? The .net website offers an .exe file but it doesn't contain an .msi I can turn into an Intune app. There are also winget instructions listed but winget…

.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,445 questions
asked 2024-05-15T22:58:19.7133333+00:00
Woodson Baldwin 0 Reputation points
edited an answer 2024-05-16T06:32:05.9133333+00:00
Crystal-MSFT 43,996 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Right way to dispose page with WebView in a MAUI app

I have a MAUI Android app (sample) with 2 pages, 1 home page and 1 page containing WebView. From home page user can go to the WebView page and open a site, come back to the home page and again go to WebView page to open other site, user can do this…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2023-10-24T16:15:54.12+00:00
ac-lap 71 Reputation points
commented 2024-05-16T06:20:31.7366667+00:00
Ashutosh Mehere 0 Reputation points
0 answers

App is not displaying in IOS physical device in Debug and Release mode in .net 8 maui

Hi everyone, I need some help regarding App icon and app not showing in IOS physical device while debugging or in release mode in Visual Studio. The app icon is set properly in both info.plist and .csproj file. Recently we migrated to Dot-Net 8. In .NET…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-05-15T11:27:33.5+00:00
Kalita, Nandini 0 Reputation points
commented 2024-05-16T06:10:26.12+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,946 Reputation points Microsoft Vendor
0 answers

WebAuthenticator

We want to integrate a payment application, but some payment gateway do not support native WebView. Therefore, we need to navigate to a browser for the payment process and then return to our app upon completion. However, WebAuthenticator shows a login…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-05-15T10:48:13.6066667+00:00
Yogita Magdum 0 Reputation points
commented 2024-05-16T05:50:11.7333333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 36,706 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Maui for Android default font size

Hello All. if I have an Entry control that I don't set it's font size. How I can programmatically get it's font size. in other words how I get the default font size of a control that have text in it. Thank you very much.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-05-14T06:09:21.7466667+00:00
Haviv Elbsz 1,946 Reputation points
commented 2024-05-16T05:28:08.2066667+00:00
Haviv Elbsz 1,946 Reputation points
1 answer One of the answers was accepted by the question author.

Create MSI from EXE in MAUI

Hi, In cmd i create the exe of MAUI App. using this command: 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.
2,955 questions
asked 2024-05-12T09:34:27.1366667+00:00
Dani_S 2,826 Reputation points
edited an answer 2024-05-16T03:29:40.5333333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,306 Reputation points Microsoft Vendor
1 answer

Maui ios publish : Path's format not supported

Hello, I am encountering an issu when i am publishing, creating the archive of my maui application, i have the given error 16:02:09:546 Cannot create an IOS archive 'MT.TimeClean.Client.ForNative'. Process cannot be executed on XMA…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-05-13T14:11:45.04+00:00
Cyril Auquier 0 Reputation points
edited an answer 2024-05-16T03:21:31.0133333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,946 Reputation points Microsoft Vendor
0 answers

Cannot supply a component of type 'Components.BookComponent' because the current platform does not support the render mode 'Microsoft.AspNetCore.Components.Web.InteractiveServerRenderMode'

when i call component by this way i have this error in TestComponent.razor i call BookComponent to get html var sensorHtml = new ComponentRenderer<WeaponDetails>() .Render(); BookComponent.razor @rendermode InteractiveServer other…

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,410 questions
asked 2024-05-15T07:54:39.42+00:00
Mahdi Elahi 26 Reputation points
commented 2024-05-16T03:19:31.01+00:00
Ping Ni-MSFT 2,250 Reputation points Microsoft Vendor
0 answers

You are using a version of the client that isn't compatible with the server. Client version 1.5, server version undefined

1 I'm using SignalR in my project (asp.net and react js). Here in C# I'm using (.net 4.8) Microsoft.AspNet.SignalR.Client Version - 1.2.2.0 Runtime version - v4.0.30319 Microsoft.AspNet.SignalR.Core Version - 2.2.3.0 Runtime version -…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,298 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,343 questions
asked 2024-05-13T12:36:08.4+00:00
Ankit Singh 2 0 Reputation points
edited the question 2024-05-16T03:15:26.6533333+00:00
Lan Huang-MSFT 26,121 Reputation points Microsoft Vendor
1 answer

MAUI Unique Device Identifier ID

I am looking for a Unique Device Identifier ID for Android and iOS. Is there any code for that ?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-05-15T10:42:58.6333333+00:00
Etien Ducka 30 Reputation points
answered 2024-05-16T02:46:12.0633333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,306 Reputation points Microsoft Vendor
2 answers

How to setup devops pipeline for xamarin.forms ios app to build with ios 17 and xcode 15

How to setup devops pipeline for xamarin.forms ios app to build with ios 17 and xcode 15

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,298 questions
asked 2024-02-23T09:37:28.5833333+00:00
Vinayak Nikam 0 Reputation points
commented 2024-05-15T23:09:11.4166667+00:00
Ramiro F. Guasti 0 Reputation points
1 answer

.NET runtime environment required in a python code, so how do I deploy it as an Azure App Service?

2024-05-10T08:10:16.972810276Z Traceback (most recent call last): 2024-05-10T08:10:16.972823177Z File "/tmp/8dc70c645302e9a/antenv/lib/python3.10/site-packages/pythonnet/init.py", line 77, in create_runtime_from_spec…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,437 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,980 questions
asked 2024-05-10T15:27:01.0666667+00:00
Wasim Bijili A S 0 Reputation points
commented 2024-05-15T22:11:23.1933333+00:00
Grmacjon-MSFT 16,356 Reputation points
6 answers

How can I avoid TaskCanceledException by RemoteNavigationManager

Hi all; I have a Blazor server app and every couple of minutes I get the following in my logs: Error 12:09:54 [] Microsoft.AspNetCore.Components.Server.Circuits.RemoteNavigationManager - Navigation failed when changing the location 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,410 questions
asked 2024-03-09T14:03:15.4966667+00:00
David Thielen 2,286 Reputation points
answered 2024-05-15T21:03:37.3766667+00:00
Bruce (SqlWork.com) 57,481 Reputation points
5 answers One of the answers was accepted by the question author.

Visual Studio 2022 won't connect to NuGet

Visual Studio 2022 gives an error when trying to browse NuGet. I get these errors on 2 different Windows Servers (2016) I’ve tried. One running Visual Studio 2017, the other running Visual Studio 2019 and 2022. Visual Studio 2017: “[nuget.org] Unable to…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,437 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
974 questions
asked 2022-08-08T17:50:50.513+00:00
mindmischief 36 Reputation points
commented 2024-05-15T17:24:39.9533333+00:00
Chrétien Nzanga 0 Reputation points
1 answer One of the answers was accepted by the question author.

.NET 6 In-process worker model

I have Azure Function Apps running on .NET 6 (LTS) In-process worker model. There is a service health advisory released from Microsoft that they will end the support of .NET 6 on Azure Function from 12th November 2024 onwards. Also,there is one more…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,349 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,437 questions
asked 2024-05-02T05:25:18.2633333+00:00
Chakraborty, Shubham 20 Reputation points
accepted 2024-05-15T17:14:49.5366667+00:00
Chakraborty, Shubham 20 Reputation points
2 answers One of the answers was accepted by the question author.

How to setup Blazor Server with Blazor WASM with gRPC for virtual IIS application?

Hi, I have simple Blazor Server without static files. It is only falling into Blazor WASM with static files using FallBackTo. There is gRPC an its Controller mapped on the main endpoint. Everythig is working on https://localhost. Once I try to deploy…

Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 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,410 questions
asked 2024-05-10T13:41:33.87+00:00
Matěj Rada 40 Reputation points
accepted 2024-05-15T16:35:51.38+00:00
Matěj Rada 40 Reputation points
1 answer

MAUI: The CollectionView items collide with each other when scrolling

When I try to scroll top to bottom at that time, the CollectionView items collide on the iOS platform, but it works fine on the Android platform. Below, I am adding a screenshot and Screen record of this issue. Screenshot: Screen Record: screen record…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-04-29T14:07:42.5733333+00:00
Sreejith Sreenivasan 691 Reputation points
commented 2024-05-15T15:59:30.96+00:00
Aleena George 20 Reputation points