24,364 questions with .NET-related tags

Sort by: Updated
0 answers

I need to implement a right-to-left (RTL) Flyout menu to better support RTL languages.

Platform Targets: Android and iOS Issue: I've attempted to use the FlowDirection="RightToLeft" attribute within the Shell, as shown below: <Shell 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,017 questions
asked 2024-06-03T05:49:30.1066667+00:00
Marwa Helweh 0 Reputation points
1 answer

Where does the .NET Desktop Runtime installer launch from?

I have an installer for Gates Corp Design Power which recognizes that .NET Desktop Runtime is not installed and automatically initiates an installation of it. I need to know where it is finding the installer. Also knowing what permissions to what, that…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,483 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,135 questions
asked 2024-05-30T20:45:55.8333333+00:00
KKoop 0 Reputation points
commented 2024-06-03T05:48:08.05+00:00
Jiachen Li-MSFT 27,411 Reputation points Microsoft Vendor
0 answers

Since updating to VS 17.10.1 deployment to ios device never completes

Since updating to VS 17.10.1 when I try to deploy to ios devices (iPhone, iPad) the deployment never completes. I have tried with 4 projects that previously were successfully deployed to iPhone & iPad devices.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,017 questions
asked 2024-06-02T01:00:20.12+00:00
Christopher Jahn 0 Reputation points
commented 2024-06-03T05:29:19.8133333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,191 Reputation points Microsoft Vendor
1 answer

How to find the .net version of app service, if we are using a old framework

Hi, Our app service is using an old version of .Net framework, which is no longer support. I wish to check the exact version we are using (it is either 2.1 or 3.1), but we end up seeing this in the Configuration section How can I find the framework we…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,256 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,074 questions
asked 2024-05-30T08:30:35.7533333+00:00
Zavier Chan 0 Reputation points
commented 2024-06-03T05:04:14.6966667+00:00
Grmacjon-MSFT 16,956 Reputation points
2 answers

How to Detect Initial DPI changes in a WPF Application while Scaling according to Per Monitor Aware in Variable Dynamic Screen Resolution?

In daily life we have to deal with a lot of different types of display size it may be mobile or may be a 4k monitor. The screen resolution vary from display to display. Here another important factor is DPI (Display per inch) which is mainly a scaling…

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,884 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,690 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,418 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,572 questions
asked 2024-05-27T23:46:16.7233333+00:00
MERUN KUMAR MAITY 531 Reputation points
commented 2024-06-03T05:02:40.46+00:00
Hongrui Yu-MSFT 420 Reputation points Microsoft Vendor
4 answers

Weird errors problem with dotnet watch with blazor/wasm.

I have a really annoying problem with dotnet watch and blazor/wasm. I have a solution in which I have multplie projects, for example an API, a blazor/wasm project and some common classlibraries. I start the API part with CTRL+F5, and I start the Blazor…

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,437 questions
asked 2022-02-28T10:45:49.527+00:00
Tendenz Noord 6 Reputation points
commented 2024-06-03T04:57:03.3866667+00:00
Alexander Vavilov 0 Reputation points
0 answers

Unable to genrate build for iOS using the xcode_15.5 in Xamarin project

Hi all, I am trying to build ipa using the azupre devops pipeline. The below task is not working and giving some error. I am attaching the screenshot.     - task: XamariniOS@2       inputs:         solutionFile: '**/*.sln'         configuration:…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,306 questions
asked 2024-06-03T04:32:45.4766667+00:00
Alok Kumar Pandey 1 Reputation point
2 answers One of the answers was accepted by the question author.

Not seen mac simulator

Hi, I installed vs code, xcode , and open new maui project and run it. It is not running, do i need to config ant simulator , I want mac simulator. Thw error is on missing android simulators & sdk. How is sone? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,017 questions
asked 2024-05-28T08:56:44.53+00:00
Dani_S 2,946 Reputation points
accepted 2024-06-03T04:28:52.6733333+00:00
Dani_S 2,946 Reputation points
2 answers

Save xml log file in MAC

Hi, In windows I keep in c drive in MAC where i save my log file? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,017 questions
asked 2024-05-29T10:31:16.86+00:00
Dani_S 2,946 Reputation points
answered 2024-06-03T03:44:54.7666667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,356 Reputation points Microsoft Vendor
1 answer

.NET MAUI - Unhandled Exception located in 'Microsoft.Maui.Platform.MauiWebView'

XAML WebView element definitions: <WebView x:Name="ElectricArcGif" VerticalOptions="Center" HeightRequest="40" /> <WebView x:Name="ClintHatGif" VerticalOptions="Center" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,017 questions
asked 2024-05-31T21:58:54.9366667+00:00
UnexpectedGrit 11 Reputation points
answered 2024-06-03T03:09:06.68+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,191 Reputation points Microsoft Vendor
1 answer

how to fix parser returned error 0x80004005 for microsoft .net machine.config

When i run some apps, i encounter Error Parsing c;\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config Parser returned error 0x80004005 I replaced machine.config with machine.config.default. I changed permissions to EVERYONE with full…

.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,135 questions
asked 2024-06-02T18:37:54.0833333+00:00
Frank Tanski 0 Reputation points
answered 2024-06-03T02:35:10.4233333+00:00
Jiachen Li-MSFT 27,411 Reputation points Microsoft Vendor
0 answers

Make one picture for one Button click at the bottom picture

Hi All , Can someone show how modify this code then when we click it show the new blazor page . @page "/House" <h1>HOUSE</h1> @for (int i = 1; i <= images.Count; ++i) { <button class="btn-primary">Click…

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,437 questions
asked 2024-06-02T10:24:59.2666667+00:00
MIPAKTEH_1 120 Reputation points
commented 2024-06-03T02:08:58.8533333+00:00
Jiale Xue - MSFT 38,931 Reputation points Microsoft Vendor
0 answers

Publish App Error

I am seeing the following error when I create any .NET Maui app and try to "Reserve a new app name:""An unexpected error occurred when attempting to reserve the app name" This error is occurring repeatedly for different apps, some in…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,017 questions
asked 2024-06-01T20:24:36.23+00:00
Fritz Switzer 261 Reputation points
commented 2024-06-03T02:07:13.51+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,356 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to get/read specific word from pdf or image document in ASP.NET Application

I have millions of image or pdf document...I want get some specific word from the uploaded image or pdf document...after getting this, I am going to use these in my project...All this I want in asp.net application and if any third-party tools are using,…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,331 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,418 questions
asked 2024-05-26T03:09:00.3533333+00:00
Gani_tpt 1,826 Reputation points
accepted 2024-06-03T02:06:53.9166667+00:00
Gani_tpt 1,826 Reputation points
1 answer One of the answers was accepted by the question author.

How to maintain Ajax calendar values after postback in Gridview Footer

I am using AJAX control textbox in gridview. Inside the gridview, Footer Template i am using dropdown control and many textboxes. after selecting of Ajax calendar control, if i select dropdown, the ajax value getting cleared. How to maintain the date…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,331 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,418 questions
asked 2024-05-29T15:22:30.55+00:00
Gani_tpt 1,826 Reputation points
accepted 2024-06-03T02:04:54.6033333+00:00
Gani_tpt 1,826 Reputation points
0 answers

Microsoft.Web/serverfarms (BadGateway error) in Azure Web App service deployment

{ "status": "Failed", "error": { "code": "Forbidden", "message": "The subscription '5c793fb4-62d4-4c5b-a17a-07fc43a67282' is not allowed to create or update the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,483 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,256 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,437 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,418 questions
asked 2024-05-31T15:10:39.8633333+00:00
Muhammad Ali 0 Reputation points
commented 2024-06-03T01:51:47.7766667+00:00
JasonPan - MSFT 4,626 Reputation points Microsoft Vendor
1 answer

How to fix build errors that I am getting currently when I convert my .NET MAUI [ sdk 6 version] to .NET 8 version?

I am currently in a process of converting my MAUI project which is in .NET 6 version to .NET 8 version. I have used Microsoft's .NET upgrade assistant extension tool for the same. After successful upgrade, when I try to build/rebuild my project, I am…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,483 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,017 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,418 questions
asked 2024-05-29T07:24:16.99+00:00
Suhas MR 0 Reputation points
edited an answer 2024-06-03T01:45:41.96+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,356 Reputation points Microsoft Vendor
1 answer

MVC PDF Generator

Hello everyone, friends, I will have a question for you, I am recording in mvc, when users fill the table, it assigns records to the database, there is no problem in this part, but when it comes to reporting, there is a problem, I cannot properly pdf the…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,331 questions
asked 2024-05-29T06:51:00.2666667+00:00
kadir 60 Reputation points
commented 2024-06-03T01:44:27.7033333+00:00
Lan Huang-MSFT 26,916 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,331 questions
asked 2024-05-29T13:35:22.69+00:00
RAVI 936 Reputation points
commented 2024-06-03T01:43:50.87+00:00
Lan Huang-MSFT 26,916 Reputation points Microsoft Vendor
2 answers

Getting error while finding control in Footer Row Gridview

I am getting error while binding data in dropdown in gridview footer template. Pls. help us, how to bind dropdown values inside the gridview footer template. getting below error.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,331 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,418 questions
asked 2024-05-29T13:47:28.71+00:00
Gani_tpt 1,826 Reputation points
commented 2024-06-03T01:43:14.9733333+00:00
Lan Huang-MSFT 26,916 Reputation points Microsoft Vendor