54,069 questions with Developer technologies-related tags

Sort by: Updated
0 answers

Why am I encountering a System.AccessViolationException in .NET Framework 4.8 on Windows Server 2019, but not in .NET Framework 4 on Windows Server 2008

I'm encountering the following error in .NET Framework 4.8 on Windows Server 2019, which I faced in 2022, when trying to select the element from ToolStripComboBox . However, I am unable to reproduce this error in .NET Framework 4 on Windows Server 2008:…

Developer technologies | .NET | .NET Runtime
Developer technologies | C++
Developer technologies | C#
asked 2024-11-29T12:12:15.3566667+00:00
Uke, Ashutosh 0 Reputation points
commented 2025-07-03T09:35:36.93+00:00
György Kőszeg 0 Reputation points
0 answers

Who’s the Best D-Link Partner for Reliable Networking Solutions?

Hey everyone, Looking for a reliable D-Link Partner to support our upcoming business network upgrade. With so many vendors out there, it’s hard to identify who truly offers genuine D-Link products along with proper installation and after-sales…

Developer technologies | Small BASIC
asked 2025-07-03T09:32:05.5833333+00:00
Networkgear Dealer 0 Reputation points
1 answer

Implement the Visual Studio Code debugging tools for C# - Unit 6 typo

The type attribute specifies the type of debugger to use for the launch configuration. A value of codeclr specifies the debugger type for .NET 5+ and .NET Core applications (including C# applications). This question is related to the following Learning…

Developer technologies | C#
asked 2025-05-21T00:15:35.53+00:00
Jason Tan 0 Reputation points
commented 2025-07-03T09:28:07.68+00:00
Adiba Khan 0 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

MAUI app crash when execute BindableLayout.SetItemsSource with visual studio 2022 17.14.7

After the command BindableLayout.SetItemsSource(FlexLayout, IEnumerable) in DEBUG environment and WinUI it gives the error: System.ArgumentOutOfRangeException in System.Private.CoreLib.dll Exception thrown: 'System.Reflection.TargetInvocationException'…

Developer technologies | .NET | .NET MAUI
asked 2025-06-30T10:33:22.18+00:00
Anton Moroder 20 Reputation points
commented 2025-07-03T09:18:17.7266667+00:00
Anton Moroder 20 Reputation points
1 answer One of the answers was accepted by the question author.

Push Notification Icon Color Issue in .NET MAUI Local Notifications

I have implemented push notifications using LocalPushNotification in my .NET MAUI app. I'm setting the small icon using: .SetSmallIcon(Resource.Drawable.ic_push_notification_solid) The issue is that the icon is displayed in gray instead of its…

Developer technologies | .NET | .NET MAUI
asked 2025-05-19T18:33:04.48+00:00
Omkar Pawar 255 Reputation points
commented 2025-07-03T08:56:21.3066667+00:00
Omkar Pawar 255 Reputation points
2 answers One of the answers was accepted by the question author.

LINQ how to sort column names

HI folks, I am retieving the column names from a datatable as follows. string[] columnNames = ds.Tables[0].Columns.Cast<DataColumn>() .Select(x => x.ColumnName) …

Developer technologies | C#
asked 2025-07-02T11:20:35.2+00:00
john noble 201 Reputation points
accepted 2025-07-03T08:40:02.63+00:00
john noble 201 Reputation points
5 answers

IIS or kestrel which is better?

which is better ? use iis or kestrel ? I am using IIS now and I have configured https. if it is better to use kestrel I will change it.

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-07-02T12:29:07.1066667+00:00
mc 5,491 Reputation points
answered 2025-07-03T08:28:58.1166667+00:00
Jack Dang (WICLOUD CORPORATION) 300 Reputation points Microsoft External Staff
2 answers

Unable to Use MicrosoftReport Viwer in containerized environment

HI team , I am have a Asp.net application with 4.7.2 version and my reporting relay on RDLC and XSLT templates , with microsoft reportviewerversion 15 , I am trying to Run in a containerized Environment with ECS on AWS Fargate with windows support ISSUE…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-05-19T07:44:08.05+00:00
balaji k 0 Reputation points
answered 2025-07-03T08:24:38.32+00:00
Raymond Huynh (WICLOUD CORPORATION) 80 Reputation points Microsoft External Staff
3 answers

Accessing an Excel data file on the Client side using ASP .NET vbscript

I have hosted a web-based application using ASP.NET. I am using vbscript in my code. I have an Excel file in my system with some data. I want to write a code that will fetch the data from the Excel and write into a table in SQL Server. Both the database…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-05-28T19:06:08.3366667+00:00
Amit Kumar Chatterjee 0 Reputation points
answered 2025-07-03T08:16:44.2966667+00:00
Danny Nguyen (WICLOUD CORPORATION) 335 Reputation points Microsoft External Staff
1 answer

Azure web app call wcf 404

Why is it that after deploying an asp .net web app to azure web app, https://hk-np-focz-aps-ipe-dev-grg5a4dndackdrge.eastasia-01.azurewebsites.net/PriceTag.svc?wsdl can be accessed, but the call interface returns HTTP/1.1 404 Not Found. The local call to…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-06-19T10:05:39.6933333+00:00
Jeremy Liu 0 Reputation points
commented 2025-07-03T07:20:14.57+00:00
Jeremy Liu 0 Reputation points
1 answer

Alternatives for WinSock in .net 8 core.

Hello everyone, We are currently migrating a legacy Windows Forms application from .NET Framework 4.7.2 to .NET 8. The existing application uses Winsock for both TCP and UDP socket communication, but we've observed performance limitations and…

Developer technologies | .NET | .NET Runtime
asked 2025-07-02T07:48:22.83+00:00
Aman Agrahari 60 Reputation points
commented 2025-07-03T06:41:43.9666667+00:00
Aman Agrahari 60 Reputation points
0 answers

UWP app flickering on ARM PC

Hi everyone. I have an UWP application and I'm running on a ARM PC. When I open a customized content dialog the screen starts blinking. Unfortunately, I cannot show the application nor the code, but do you guys know some cases that an ARM PC blinks…

Developer technologies | Universal Windows Platform (UWP)
asked 2024-08-23T12:29:55.17+00:00
Anderson Rodrigues Cavalcante 316 Reputation points
edited the question 2025-07-03T03:58:15.5166667+00:00
Lynn Dang (WICLOUD CORPORATION) 0 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

How to disable the ctrl+mousewheel zoom in WPF blazor hybrid app

I'm testing the WPF blazor hybrid app following the steps in this article: https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/tutorials/wpf?view=aspnetcore-9.0. The code repo is here. After running the app, I find I can use ctrl+mousewheel…

Developer technologies | .NET | Blazor
asked 2025-07-02T02:27:02.06+00:00
William Liu 556 Reputation points
accepted 2025-07-03T00:51:00.0766667+00:00
William Liu 556 Reputation points
0 answers

Permissions in Inkscape bombed

How do I remediate my Inkscape app that is frozen and won't allow me to start it? I have 'repaired" it, when that didn't work I removed it, and when I tried to reinstall Inkscape it would not reinstall.

Developer technologies | Universal Windows Platform (UWP)
asked 2025-07-02T18:18:53.35+00:00
Edward Mulhall 0 Reputation points
commented 2025-07-03T00:49:52.5966667+00:00
Edward Mulhall 0 Reputation points
1 answer

Adding Map to MVC

Hello everyone and thanks for the help in advance. I'm trying to add a Google Map to a MVC page, but can't get it to display correctly. I've looked at the Google Developer docs, but I think, due to the rendering engine, I'm getting things out of…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-07-01T21:01:57.5366667+00:00
Kmcnet 1,066 Reputation points
edited a comment 2025-07-03T00:26:28.0733333+00:00
SurferOnWww 4,711 Reputation points
2 answers

BACKUP LOG Write Fail to Azure Storage

Hello, We have a SQL VM running out of Azure with SQL Agent jobs running BACKUP LOG every x hours to Azure Blob. These jobs have been running fine for a long time until recently. We keep getting the below error and these jobs fail intermittently for…

SQL Server on Azure Virtual Machines
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,539 questions
Developer technologies | Transact-SQL
SQL Server | Other
asked 2022-06-13T18:07:29.267+00:00
sidney l 21 Reputation points
answered 2025-07-02T21:20:53.65+00:00
Andy Soushek 0 Reputation points
0 answers

Azure DevOps publish fails for MAUI.NET iOS

This is part of my Azure Pipeline:        - task: Bash@3             displayName: Install MAUI             inputs:               targetType: 'inline'               script: |                 dotnet workload update                 dotnet workload install…

Developer technologies | .NET | .NET MAUI
asked 2025-07-02T20:42:25.2366667+00:00
Milad Xandi 0 Reputation points
1 answer

How to fix error "operation could not be completed. Access is denied" that I am getting while sign the assembly.

When I am trying to sign the Assembly, I am getting below error. I am using Visual Studio Enterprise 2022 and framework 4.6.2. I tried using latest framework as well.

Developer technologies | Visual Studio | Setup
asked 2025-07-02T18:14:21.13+00:00
Aravind Muddeti 0 Reputation points
answered 2025-07-02T19:39:19.59+00:00
Michael Taylor 60,326 Reputation points
1 answer One of the answers was accepted by the question author.

After updating my Asp.Net Core MVC from .Net 6 to 8, the project property throws error.

Error.txt Recently, I have updated my ASP.NET Core MVC application from .NET 6 to 8. The VS 2022 Professional was also updated to version 17.14.7. After that, when I right-click my web project, which is also the startup project, it throws the error shown…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-07-02T18:11:30.3133333+00:00
Sherpa 326 Reputation points
commented 2025-07-02T19:33:12.3133333+00:00
Michael Taylor 60,326 Reputation points
0 answers

Program.cs are not recognized by default project creation

Developer technologies | Visual Studio | Other
asked 2025-07-02T14:22:31.35+00:00
Antony Jerald 0 Reputation points
commented 2025-07-02T15:23:08.09+00:00
RLWA32 49,636 Reputation points