26,079 questions with .NET-related tags

Sort by: Updated
1 answer

Cookie issues while opening any webpage from project

Hello, I'm currently having issues with the below two exceptions when refreshing any webpage in the project after a random number of times. My current theory is that after passing the context for APIHelper, it becomes null for whatever reason or at least…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,612 questions
asked 2024-11-08T16:55:59.06+00:00
Ugo Alonso Bolarte Carbajal 0 Reputation points
edited an answer 2024-11-10T00:00:07.7933333+00:00
Bruce (SqlWork.com) 66,706 Reputation points
0 answers

Errors on Microsoft website

Who would fix these errors? On this page https://www.microsoft.com/fr-fr/download/details.aspx?id=26347, one can download Microsoft Visual C++ 2015 8.0.61001. But after downloading the packages (French or English version), I look at their version and…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 questions
asked 2024-11-09T20:18:25.54+00:00
VANTYGHEM David 0 Reputation points
edited the question 2024-11-09T20:20:14.65+00:00
VANTYGHEM David 0 Reputation points
2 answers

How to add custom paper to windows system

I'm looking for help with programmically (VB.NET) adding a custom paper size to window system (not a printer). There are plenty of solutions showing how to define custom paper for printing. But none about adding custom paper to system. Windows have a…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 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,737 questions
asked 2024-11-08T19:08:10.8966667+00:00
Andrzej 0 Reputation points
answered 2024-11-09T19:09:17.9766667+00:00
Andrzej 0 Reputation points
0 answers

MAUI -- Another user has already installed an unpackaged version of this app. The current user cannot replace this with a packaged version.

I'm running into an issue with a commercial Maui app I'm working on. Essentially, we have multiple developers working on this application over RDP, none of which have administrative privileges. What happens is that when one user builds and debugs, anyone…

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,596 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,596 questions
asked 2023-10-10T19:18:42.72+00:00
Dylan 1 Reputation point
commented 2024-11-09T18:03:49.2466667+00:00
cu_vs_cu_vn 0 Reputation points
4 answers One of the answers was accepted by the question author.

I am getting the below error while trying to build a project in Visual Studio

Severity Code Description Project File Line Suppression State Error MSB4018 The "GenerateDepsFile" task failed unexpectedly. System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=6.0.0.0, Culture=neutral,…

.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,166 questions
asked 2024-10-17T17:18:33.1866667+00:00
Sri Adapa 35 Reputation points
answered 2024-11-09T17:13:46.0966667+00:00
MA M 0 Reputation points
0 answers

how to install framework 4.8 , i have the message

could not be installed because of error 2147549183 "Catastrophic failure" (Command line: ""C:\Windows\system32\wusa.exe" " additionally server Menager add role keep crashing

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
751 questions
Windows Server Infrastructure
Windows Server Infrastructure
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Infrastructure: A Microsoft solution area focused on providing organizations with a cloud solution that supports their real-world needs and meets evolving regulatory requirements.
553 questions
asked 2024-11-09T16:44:50.88+00:00
Mohannad Khair 0 Reputation points
0 answers

Xamarin Android memory leak issues

In our Android app, We are facing memory leak issue. so we tried with simple Lable. But issue remains same. Please find below details for leak information. ////////////////////////////////////////////////////////// ┬─── │ GC Root: Global variable in…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,364 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,596 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,364 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,596 questions
asked 2024-11-09T13:02:38.1966667+00:00
Vaka Gopi 0 Reputation points
0 answers

Xamarin Android memory leak issues

In our Android app, We are facing memory leak issue. so we tried with simple Lable. But issue remains same. Please find below details for leak information. ////////////////////////////////////////////////////////// ┬─── │ GC Root: Global variable in…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,364 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,596 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,364 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,596 questions
asked 2024-11-09T13:02:38.1966667+00:00
Vaka Gopi 0 Reputation points
0 answers

ORIENTATION IN NET MAUI

I am novice to NET MAUI and tried the following: <StackLayout x:Name="stack"> <VisualStateManager.VisualStateGroups> <VisualStateGroupList> <VisualStateGroup> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,596 questions
asked 2024-11-09T10:44:42.48+00:00
Giorgio Sfiligoi 206 Reputation points
3 answers

Asking for suggestions on how to proceed with no FKs

I am at the beginning of re-writing an old ASP.NET WebForms application, into an ASP.NET Core app using Razor and Blazor. The difficult step I am facing now is the database. The original developers, all who left before I was hired, had originally used…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
751 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,612 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,596 questions
asked 2024-11-04T16:40:42.7833333+00:00
Falanga, Rod, DOH 215 Reputation points
edited a comment 2024-11-09T10:43:28.3533333+00:00
AgaveJoe 28,536 Reputation points
0 answers

Drag and drop in Win UI

Hi, I'm doing drag and drop in Win UI application, but I have a problem. In drag and drop there is only Data.SetStorageItems method. It accepts an IStorageItem with which I have no access to hidden files and shortcuts (only using file picker, but in my…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,718 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 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.
794 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.
11,012 questions
asked 2024-11-05T15:20:14.6+00:00
123244 60 Reputation points
commented 2024-11-09T10:24:27.8933333+00:00
Castorix31 85,881 Reputation points
4 answers

Custom fonts not working when uploading Maui Android project to Play Store

I have added custom fonts in the font directory of my Maui project's Resources directory and updated the MauiProgram.cs file accordingly. The fonts work fine when I deploy the application using Visual Studio, but when I publish the app and upload it to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,596 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.
11,012 questions
asked 2024-05-21T16:58:13.6333333+00:00
Mujtaba Ali Panjwani 25 Reputation points
commented 2024-11-09T09:19:45.2566667+00:00
Stefan Cuypers 0 Reputation points
0 answers

Help to filter in TreeView

Hi, I've a blazor hybrid maui application and I have put the treeview. I have created a service to search for files in the tree structure and a text input for the search. My problem is that when I select a file in the search zone the nodes are filtered…

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,596 questions
asked 2024-11-06T20:32:35.2633333+00:00
sblb 1,231 Reputation points
commented 2024-11-08T17:39:09.8766667+00:00
sblb 1,231 Reputation points
0 answers

my hp z book giving this message after starting HP Sure Start detected an unauthorized intrusion to the HP runtime system firmware executing out of main memory. This could be an indication of an attempted attack on runtime firmware executing from main me

my hp z book giving this message after starting HP Sure Start detected an unauthorized intrusion to the HP runtime system firmware executing out of main memory. This could be an indication of an attempted attack on runtime firmware executing from main…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,718 questions
.NET F#
.NET F#
.NET: Microsoft Technologies based on the .NET software framework.F#: A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
106 questions
asked 2024-11-08T17:22:51.2766667+00:00
Shi Hub 0 Reputation points
1 answer

Clarification on ASP.NET Core Hosting Compatibility with IIS on Windows Server 2012 R2 and Windows Server 2012 Standard

I am currently evaluating the hosting capabilities of ASP.NET Core applications on both Windows Server 2012 R2 and Windows Server 2012 Standard, and I need confirmation regarding their compatibility with IIS. Specifically, I would like to understand…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,612 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,599 questions
asked 2024-11-07T10:26:47.2366667+00:00
Prathik M 0 Reputation points
answered 2024-11-08T16:52:27.17+00:00
Bruce (SqlWork.com) 66,706 Reputation points
1 answer

Windows.Media.SpeechRecognition

In a .NET project, you can't create a Windows.Media.SpeechRecognition object in administrator mode

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.
5,498 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 questions
Universal Windows Platform (UWP)
asked 2024-10-23T03:28:47.9533333+00:00
jj T 0 Reputation points
commented 2024-11-08T14:54:04.7033333+00:00
jj T 0 Reputation points
0 answers

MAUI - Unable to add android java binding library

Hi, I am trying to add jar files to maui project as android java library. The android java library can built indipendently but when I refer thr library to MAUI project I am getting this exception Error: Project 'SDK/SDK.csproj' targets 'net8.0-android'.…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,596 questions
asked 2024-11-08T12:56:42.1133333+00:00
Bonala, Manohar 0 Reputation points
1 answer

[WPF] Input method switching between Chinese causes the program to crash randomly.

应用程序: Win178.exe Framework 版本: v4.0.30319 说明: 应用程序通过 System.Environment.FailFast(string message) 请求终止进程。 消息: 不可恢复的系统错误。 堆栈: 在 System.Environment.FailFast(System.String) 在 System.Windows.Documents.TextStore.OnEndComposition(ITfCompositionView) 在…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 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,784 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 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,784 questions
asked 2023-11-22T06:28:44.1733333+00:00
涛 黄 0 Reputation points
answered 2024-11-08T12:41:24.61+00:00
HOHO HOHO 0 Reputation points
1 answer

[WPF] Input method switching between Chinese causes the program to crash randomly.

应用程序: Win178.exe Framework 版本: v4.0.30319 说明: 应用程序通过 System.Environment.FailFast(string message) 请求终止进程。 消息: 不可恢复的系统错误。 堆栈: 在 System.Environment.FailFast(System.String) 在 System.Windows.Documents.TextStore.OnEndComposition(ITfCompositionView) 在…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 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,784 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 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,784 questions
asked 2023-11-22T06:28:44.1733333+00:00
涛 黄 0 Reputation points
answered 2024-11-08T12:41:24.61+00:00
HOHO HOHO 0 Reputation points
1 answer

IIS Express is running, but I get "Connection Refused" Error

I'm developing an ASP.Net Web Form application and an ASP.Net Api. /Edit: They are two different projects, have nothing to do with each other, but both have problems with IIS Express. /Edit VS Studio 2022 is updated, no firewall or virus scanner is…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,507 questions
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.
343 questions
asked 2024-11-07T10:54:24.0666667+00:00
Georg Aubele Lehmbau 0 Reputation points
commented 2024-11-08T10:09:42.5166667+00:00
XuDong Peng-MSFT 10,746 Reputation points Microsoft Vendor