24,164 questions with .NET-related tags

Sort by: Updated
1 answer

web.config bindingRedirect not working

Hi, I have two projects. I have a MVC web application called MBSAnalysisMVCWebApp. I also have a .net framework MVC project called Mbsa. I found this link: …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,297 questions
asked 2024-05-11T22:47:30.2733333+00:00
iqworks Information Quality Works 276 Reputation points
commented 2024-05-16T20:25:31.9433333+00:00
Michael Taylor 48,976 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,953 questions
asked 2024-05-15T16:07:34.8933333+00:00
Phunction 206 Reputation points
commented 2024-05-16T20:07:15.4433333+00:00
Bruce (SqlWork.com) 57,406 Reputation points
2 answers

How to design patterns from scratch using C# asp.net MVC

I am new to building design pattern using factory design pattern, its C# asp.net mvc application which i am going developing my new web application, please can you help me how to start from scratch. I have worked one design pattern application which is…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,439 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,297 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,341 questions
asked 2024-04-19T14:27:10.4633333+00:00
coder rock 196 Reputation points
commented 2024-05-16T20:00:25.26+00:00
Bruce (SqlWork.com) 57,406 Reputation points
1 answer

I can not see the form any more

Hi When I open the form I get error Timed out while connecting to named pipe. What it mean and how to fix ? Thanks

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,846 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,341 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,348 questions
asked 2024-05-14T12:54:55.9733333+00:00
William de 116 Reputation points
commented 2024-05-16T19:32:25.08+00:00
Michael Taylor 48,976 Reputation points
1 answer

Azure Functions In-Process decomission

Hey  @AzureSupport, As described in the roadmap below, at some point we won't have In-process Azure Functions for .NET. My question is what will happen with already existing In-process Azure Functions in terms of codebase. Should all of the code be…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,344 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,439 questions
asked 2024-05-16T09:23:57.7166667+00:00
Karol IL 0 Reputation points
answered 2024-05-16T18:45:24.9266667+00:00
Sander van de Velde 29,456 Reputation points MVP
2 answers One of the answers was accepted by the question author.

*.net referenced dll is not seen with a using statement

Hi, I have a project called MBSAnalysisMVCWebApp which is a web app. I reference MBSAnalysisMVCWebApp from my main MVC project called Mbsa. But when I try a using statement, It says MBSAnalysisMVCWebApp cannot be seen?  The MBSAnalysisMVCWebApp.dll…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,297 questions
asked 2024-04-29T15:37:56.6+00:00
iqworks Information Quality Works 276 Reputation points
commented 2024-05-16T18:26:42.3233333+00:00
iqworks Information Quality Works 276 Reputation points
1 answer One of the answers was accepted by the question author.

Taking long time when handling large amount of data in gridview

I have been developing ASP.NET application. i am storing the image to sql table as binary format. i have more than 5000 customer records in the table. every customer will have the medical certificate as image in will be stored in SQL table in binary…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,297 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,341 questions
asked 2024-05-14T17:50:12.66+00:00
Gani_tpt 1,606 Reputation points
accepted 2024-05-16T18:05:39.73+00:00
Gani_tpt 1,606 Reputation points
0 answers

Getting a 10054 error when calling a Cognitive Services API from VSTO Word Add-in

I am developing a Word VSTO add-in so that I can call a Cognitive Services knowledgebase service. The code is pretty straight-forward and works fine when I run it from a windows console app (a similar call in python also works without…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,439 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,341 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,551 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
362 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,430 questions
asked 2024-05-15T21:16:54.8833333+00:00
AdamMorgan-1941 10 Reputation points
commented 2024-05-16T17:47:17.2733333+00:00
AdamMorgan-1941 10 Reputation points
2 answers

App Crashes while registering with Notification Hub under Release build, but not Debug

I created an app that uses Azure Push Notifications. I've been able to get it to run on a physical iPad without any problems under a debug build. But when I try to implement it under a release build, it crashes. My debugging skills indicate that the…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
270 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,439 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,663 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,953 questions
asked 2023-12-01T20:09:41.9133333+00:00
AARON PRICE BEHUNIN 10 Reputation points
commented 2024-05-16T17:28:43.1766667+00:00
AARON PRICE BEHUNIN 10 Reputation points
1 answer

AKS deployed application to access on-prem server

Hi, I want to connect to on-prem sql server from a .net application which is deployed in AKS. We already have Azure relay/hybrid connection setup for the same, but that requires azure app service. I am looking for options to connect from AKS deployed…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,224 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,840 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,883 questions
asked 2024-05-16T12:53:21.2833333+00:00
Santhi Dhanuskodi 145 Reputation points
answered 2024-05-16T17:09:53.0433333+00:00
Bruce (SqlWork.com) 57,406 Reputation points
1 answer One of the answers was accepted by the question author.

Encripted / Deparicted XML or its data

Hi, In continue to https://learn.microsoft.com/en-us/answers/questions/1392360/maui-show-to-save-and-read-data-to-from-xml i want encript the xml or its data and depricted? How is can be done?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,953 questions
asked 2024-05-15T09:31:09.06+00:00
Dani_S 2,826 Reputation points
accepted 2024-05-16T16:54:15.5233333+00:00
Dani_S 2,826 Reputation points
0 answers

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…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,439 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,341 questions
asked 2024-05-16T16:21:59.7033333+00:00
SusanA 0 Reputation points
edited the question 2024-05-16T16:43:40.0633333+00:00
SusanA 0 Reputation points
0 answers

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…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,439 questions
asked 2024-05-16T16:17:51.5733333+00:00
SusanA 0 Reputation points
0 answers

Gridview TextBox value getting null (blank) after button click

i am selecting some checkboxes and trying to enter some feedback value in the corresponding cell of textboxes. But, I am unable to get Gridview textbox value in all paging when i click save button. Getting blank value always. below is my…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,297 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,341 questions
asked 2024-05-16T16:11:44.3566667+00:00
Gani_tpt 1,606 Reputation points
edited the question 2024-05-16T16:12:32.78+00:00
Gani_tpt 1,606 Reputation points
0 answers

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…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,746 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,439 questions
asked 2024-05-16T16:06:56.7566667+00:00
SusanA 0 Reputation points
1 answer

How to programmatically display the Windows taskbar using C#

I would like to know what C# code/instructions are necessary to make the Windows taskbar appear so that I can use a specific item on it. Can someone provide a concise example or resource to help me accomplish this? Thank you.

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,846 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,746 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,663 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,436 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,341 questions
asked 2024-05-16T13:35:04.7966667+00:00
Thad T 6 Reputation points
answered 2024-05-16T15:33:32.97+00:00
Castorix31 81,846 Reputation points
0 answers

EF is not creating a MigrationsHistory table

Hi all; I've been using Entity Frameworks for some time with my app. And I just noticed, there is no MigrationsHistory table. I looked at the files in core/Migrations and none of them create a MigrationsHistory table. Why is it missing and how do I get…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
699 questions
asked 2024-05-16T15:06:13.2033333+00:00
David Thielen 2,286 Reputation points
0 answers

What is the correct way to upgrade dotnet SDKs for MAUI

Can someone tell me the proper way to upgrade .net? I have kept mine on an older version for a while now because it has been working with xcode 15.3 for me. Currently my system shows this: % dotnet sdk check .NET SDKs: Version Status…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,953 questions
asked 2024-05-16T15:04:53.2266667+00:00
Tony Pitman 40 Reputation points
0 answers

What is the correct way to upgrade dotnet SDKs for MAUI

Can someone tell me the proper way to upgrade .net? I have kept mine on an older version for a while now because it has been working with xcode 15.3 for me. Since it appears the issues with xcode 15.3 have been resolved in the latest version, I would…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,953 questions
asked 2024-05-16T15:01:48.6366667+00:00
Tony Pitman 40 Reputation points
1 answer

How to migrate the FCM v1 in xamarin forms apps as xamarin got migrated

Hey Team, We got a mail from Firebase team that legacy http is going to be deprecated . When i checked in the documentation, all i could find is xamarin is not supporting FCM v1. We have azure notification hubs common library for android and iOS and…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
270 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,299 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
985 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,663 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,341 questions
asked 2024-05-16T03:05:07.0633333+00:00
Sri Gayathri Gopalakrishnan 0 Reputation points
edited an answer 2024-05-16T14:04:19.32+00:00
SnehaAgrawal-MSFT 18,531 Reputation points