24,752 questions with .NET-related tags

Sort by: Updated
1 answer

MAUI .NET 8 on iOS - throwing an exception

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. When tried to run the project with the iOS simulator with Jetbrains Rider, which threw the exception below, 2024-06-26 18:04:18.531738+0530 SKM_MOBILE[13228:278431]…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,135 questions
asked 2024-06-27T05:34:07.4666667+00:00
Aneetha 25 Reputation points
answered 2024-07-01T12:07:44.52+00:00
Aneetha 25 Reputation points
1 answer

How to Increase timeout

I scaffolded a asp.net core application from Postgresql db, I get the below error , please suggest. TimeoutException: Timeout during reading attempt I fails here SupaCrud.Controllers.QuestionsController.Index() in QuestionsController.cs + return…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,338 questions
asked 2024-07-01T05:54:40.5+00:00
Kalyan A 20 Reputation points
answered 2024-07-01T09:40:34.73+00:00
ShaktiSingh-MSFT 14,201 Reputation points Microsoft Employee
2 answers

Is it possible to play videos on Android with a native video player?

In one project the following code for Xamarin MediaManager works. But I have another project where I use the same code and there it is not working. The problem is that the video is not correctly displayed in full screen because there is a small free area…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,135 questions
asked 2024-06-22T10:01:05.73+00:00
Kim Strasser 811 Reputation points
commented 2024-07-01T09:37:31.4633333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,441 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to solve error "A potentially dangerous Request.Path value was detected from the client (:)."

I am trying to fetch binaries/files from Artifacts --> Package using API call. URL: GET…

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
313 questions
asked 2024-01-23T13:09:11.3266667+00:00
Errammagari, Sai 20 Reputation points
commented 2024-07-01T09:35:22.8133333+00:00
Lan Huang-MSFT 28,666 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

only parentheses data not filtering

Hello This is my aspx page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="A.aspx.cs" Inherits="Default3" %> <html> <head…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,394 questions
asked 2024-07-01T04:29:40.17+00:00
RAVI 1,036 Reputation points
accepted 2024-07-01T09:33:50.44+00:00
RAVI 1,036 Reputation points
2 answers One of the answers was accepted by the question author.

How to create bootstrap Tab Menu in top of the heading on ASP.NET Home page

I have designed login page for my asp.net application. when user logging the application, in the home page, user want to see the settings of their menu's like below. On the top of the heading in right corner, user want to see the settings image. when…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,394 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,561 questions
asked 2024-06-22T12:51:39.3366667+00:00
Gani_tpt 2,092 Reputation points
accepted 2024-07-01T08:57:31.9433333+00:00
Gani_tpt 2,092 Reputation points
2 answers One of the answers was accepted by the question author.

SQL Mail Account Name not displaying properly while sending mail from ASP.NET Application

I am developing ASP.NET web application. In that, i am sending mail to end user from my SQL Mail profile. i have the below mail profile and account name and mail id. SQL Mail Account Name : IND GROUP MAIL E-mail ID : indteamsupport@jeevesteam.com We are…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,394 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,561 questions
asked 2024-06-23T15:57:21.8333333+00:00
Gani_tpt 2,092 Reputation points
accepted 2024-07-01T08:56:52.0666667+00:00
Gani_tpt 2,092 Reputation points
1 answer One of the answers was accepted by the question author.

How to export viewstate data to pdf in ASP.NET C#

I am developing asp.net application and i already done from viewstate to excel (not from gridview to excel). But, i am struggling to export pdf from viewstate. my viewstate columns is nearly having 20 to 25 columns. below is my code and correct me where…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,394 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,561 questions
asked 2024-06-18T18:03:07.49+00:00
Gani_tpt 2,092 Reputation points
accepted 2024-07-01T08:55:58.7233333+00:00
Gani_tpt 2,092 Reputation points
2 answers

The current .NET SDK does ot support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .net SDK that supports .NET 8.0

Hi all... I have been searching all over the internet for a solution to this problem, and I thought I would come here to try and get it resolved after coming up empty... Up till now, I have been using Visual Studio 2019 for other project types. Now, I…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,565 questions
asked 2024-06-27T16:34:46.2433333+00:00
Rick Blacker 10 Reputation points
commented 2024-07-01T08:47:42.4766667+00:00
Sandeep Sobti 21 Reputation points
1 answer One of the answers was accepted by the question author.

export to excel with header data and column alignment should be perfect and center

This is my aspx page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="A.aspx.cs" Inherits="Default3" %> <html> <head runat="server"> <title>demo</title> <script…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,394 questions
asked 2024-07-01T04:23:36.8166667+00:00
RAVI 1,036 Reputation points
accepted 2024-07-01T08:16:28.89+00:00
RAVI 1,036 Reputation points
0 answers

How to create html inside jQuery function dynamic instead of using html controls static ?

I work on jQuery i have issue I can't append html inside jQuery script SO jQuery function GET_ITO_PROJECTS_DASHBOARD_SP() will create all html scripts below and i will remove html static and i will create all html at runtime within function so exactly…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,394 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
923 questions
asked 2024-06-30T23:28:19.83+00:00
ahmed salah 3,216 Reputation points
commented 2024-07-01T08:00:40.8333333+00:00
Lan Huang-MSFT 28,666 Reputation points Microsoft Vendor
0 answers

MAUI ios app build fail with doesn't have a target for 'net8.0-ios/iossimulator-x64'

After updating my laptop from an Intel-based Mac to a Silicon-based Mac, I am unable to build my project . In my project i am targeting ios only . The error message I received is as…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,135 questions
asked 2024-06-28T18:17:27.3566667+00:00
RAgib Noor 1 Reputation point
commented 2024-07-01T06:58:15.05+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,441 Reputation points Microsoft Vendor
1 answer

I cant install windows IIS

I am trying to install it says you already have this but I dont have internet information services in either windows administrative tools or windows start. I googled it but couldnt find any solution.

Internet Information Services
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,565 questions
asked 2024-06-29T20:55:11.2866667+00:00
ali ala 10 Reputation points
edited an answer 2024-07-01T06:14:38.0533333+00:00
XuDong Peng-MSFT 10,341 Reputation points Microsoft Vendor
2 answers

#How to convert ASP.NET for Microsoft Graph API to an open public API?

Hello, I have followed the instructions for creating an application that can pull data using the Microsoft Graph API: …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,338 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,230 questions
asked 2024-06-28T13:08:45.0433333+00:00
Jorziño Barradas 20 Reputation points
edited an answer 2024-07-01T05:57:42.2166667+00:00
Tiny Wang-MSFT 2,171 Reputation points Microsoft Vendor
1 answer

Intermittent C# Compiler failure

Anyone seen the error below? I'm seeing this in a sub-project of a large build. It doesn;t always happen but it does seem to happen on the same component each time. I've not been able to get it to repeat reliably, ideas???? FWIW. It's a .NET Framework…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,565 questions
asked 2024-06-28T14:54:45.0533333+00:00
Nabialek, Sam 0 Reputation points
answered 2024-07-01T05:54:41.0866667+00:00
Jiale Xue - MSFT 42,061 Reputation points Microsoft Vendor
0 answers

Looking for DX12/11 sample for MAUI

We're currently working on porting our 3D rendering SDK to support MAUI for Windows, and we already have support for .NET8 Winforms, WPF on Windows, and MAUI on Android and iOS. Are there any DX12 or DX11 based samples or demos that we might have…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,135 questions
asked 2024-06-26T11:01:14.3333333+00:00
AGNIHOTRI Sahil 1 Reputation point
edited a comment 2024-07-01T05:40:36.63+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,441 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

can't covert Adobe PDF into Microsoft world

I'm having trouble converting an Adobe PDF to Microsoft Word. I've tried using different methods, but the formatting doesn't seem to carry over correctly, and some elements are missing. What steps can I take to ensure a smooth and accurate conversion,…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,565 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
9 questions
asked 2024-06-30T07:37:18.5433333+00:00
MADY56 20 Reputation points
edited a comment 2024-07-01T05:24:38.81+00:00
MADY56 20 Reputation points
1 answer

The background color of my LaunchScreen.storyboard is not displayed on my iPad

I have created a launch screen in my iOS project on my iMac. After that I have copied my iOS project to my Windows 11 laptop. But the problem is that the background color of my launch screen is not displayed when I debug my game on my iPad. The…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,814 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,135 questions
asked 2024-06-26T22:05:42.0566667+00:00
Kim Strasser 811 Reputation points
commented 2024-07-01T05:11:09.7733333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,321 Reputation points Microsoft Vendor
0 answers

.Net Maui, use gestures on tabbed page

Hi, I have a tabbed page with 2 tabs, on one tab I have and image that I would like the user to be able to use touch to pinch zoom and pan the image around. I use this to show the image: <Grid x:Name="imageView"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,135 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,561 questions
asked 2024-06-28T23:38:06.1833333+00:00
Phunction 226 Reputation points
commented 2024-07-01T04:12:18.2166667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,441 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

how to add header for each column

Hello This Is My Aspx Page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="A.aspx.cs" Inherits="Default3" %> <html> <head…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,394 questions
asked 2024-06-30T06:28:31.5066667+00:00
RAVI 1,036 Reputation points
accepted 2024-07-01T03:58:23.9433333+00:00
RAVI 1,036 Reputation points