54,069 questions with Developer technologies-related tags

Sort by: Updated
2 answers

.net 8 application can't find SQLClient in the executable directory.

I have a .net 8 application that talks to a couple of SQL Servers. On the developer machines (Windows 10), it runs just fine. On Windows 2019 servers (I tested on both the production and developer server.), I get the…

Developer technologies | .NET | Other
asked 2025-07-01T19:58:45.7833333+00:00
Swaim,Michael P 1 Reputation point
answered 2025-07-01T20:21:28.8+00:00
Michael Taylor 60,326 Reputation points
1 answer

Why does DI container retain references to transient instances that are IDisposable?

https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection-guidelines#disposable-transient-services-captured-by-container says, "by default the DI container will hold onto these references, and not Dispose() of them until the…

Developer technologies | C#
asked 2025-06-30T19:50:14.2433333+00:00
Chuck Krutsinger 1 Reputation point
edited an answer 2025-07-01T15:26:07.81+00:00
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
0 answers

How can I fix the 'Unable to download installation files' error in Visual Studio Installer? (Theres no Internet issue)

just downloaded the installer from the site , clicked on the installer , after a few seconds , this , and btw there is no issue with internet

Developer technologies | Visual Studio | Setup
asked 2025-06-29T18:48:34.5+00:00
Rafay Butt 5 Reputation points
edited a comment 2025-07-01T13:22:49.5733333+00:00
Salman 0 Reputation points
3 answers One of the answers was accepted by the question author.

How to change the image cshtml.

I am using several images on the home page of my project. The path of which is always using the same name. That is, even if the image changes, the image path remains the same. The problem is that when I upload the image for the first time, the correct…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-06-30T06:51:19.1033333+00:00
jewel 1,206 Reputation points
commented 2025-07-01T12:51:13.7766667+00:00
jewel 1,206 Reputation points
2 answers

how to download "System.Speech.Recognition"?

I try to download it but it's not available, how to download it?

Developer technologies | C#
asked 2021-03-12T14:50:15.91+00:00
Yairk_kaufmann 6 Reputation points
commented 2025-07-01T12:31:24.63+00:00
emmanuel mutale 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can we prevent Narrator from speaking UI control's name?

Hello, I'm working on WinUI2 app with XAML island in purely C++ (no XAML code). I want to support Narrator screen reader for my app. I tried to set accessibility props (name and helpertext) for UI controls. While this props are being read by Narrator, it…

Developer technologies | Universal Windows Platform (UWP)
asked 2025-05-11T18:41:47.14+00:00
Shyam Butani 380 Reputation points
accepted 2025-07-01T10:42:22.3066667+00:00
Shyam Butani 380 Reputation points
2 answers

What is the differences between Object class and Lock class in mutual exclusion in C#?

Hello, When should I use the Lock class and when should I use the Object class? What is the differences between Object class and Lock class in mutual exclusion in C#? using System.Globalization; namespace ConsoleApp3 { internal class Program { …

Developer technologies | C#
asked 2025-06-01T14:20:36.8966667+00:00
Shervan360 1,661 Reputation points
answered 2025-07-01T10:34:00.77+00:00
Adiba Khan 0 Reputation points Microsoft External Staff
2 answers

Faield to start deployed web application

hello community, I am a beginner in WEB application development. During my first trial, I met with an issue when start the deployed web application onto IIS running on Windows 11. The situation is, I get below error when open the application in the…

Developer technologies | ASP.NET | Other
asked 2025-06-30T13:15:01.37+00:00
Robert Balogh 0 Reputation points
answered 2025-07-01T07:56:34.95+00:00
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Unable to Add Scaffolded Items with Visual Studio when Developing an ASP.NET Project

I'm trying to learn ASP.NET with Visual Studio 2022 Community and was following this guidance: https://learn.microsoft.com/en-us/aspnet/core/mvc/overview?view=aspnetcore-9.0 I followed the steps but finally unable to continue due to it keeps showing…

Developer technologies | ASP.NET | Other
asked 2025-06-29T17:32:53.8033333+00:00
水 知 190 Reputation points
commented 2025-07-01T02:22:57.6066667+00:00
水 知 190 Reputation points
1 answer One of the answers was accepted by the question author.

Blocked from accessing native Azure Speech SDK (C++/x64) for Unreal Engine integration—installer reports success but does not install required binaries (no speechapi_cxx.h, .lib, or .dll). Project is C++ only; not using .NET or NuGet.

Hello Azure Support, I’m a developer working on a native C++ integration of Azure Speech Services within Unreal Engine, and I’m currently blocked from accessing the correct SDK. Despite multiple attempts, I have been unable to obtain the native C++…

Developer technologies | C++
asked 2025-06-30T02:13:45.2933333+00:00
Strickland, Jared 20 Reputation points
accepted 2025-07-01T00:52:40.73+00:00
Strickland, Jared 20 Reputation points
1 answer

how to keep the decimalpoint 3 -5 of a float?

float x=393f,y=393f; x-y may be a value not zero. bool IsInLine(float x,float y){} this is to determin weather x,y is in my line but if I pass parameter it will compute error. the value may be a integer and same. but if x-x1 or x-y is not zero. I think…

Developer technologies | .NET | .NET Runtime
asked 2025-06-29T05:37:06.49+00:00
mc 5,511 Reputation points
commented 2025-06-30T17:57:25.86+00:00
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
0 answers

Cannot Access Microsoft 365 Developer Sandbox — No Admin Rights / No Tenant Provisioned

Hi Microsoft Team, I am a Visual Studio Dev Essentials member using my business account (******@recruiter-services.com). I qualify for the Microsoft 365 Developer Program sandbox, but my account was never provisioned with a tenant. As a result, I: …

Developer technologies | Visual Studio | Setup
asked 2025-06-30T16:43:14.67+00:00
Kenneth Peck 0 Reputation points
commented 2025-06-30T16:56:42.3166667+00:00
Kenneth Peck 0 Reputation points
2 answers

Are BinScope checks like ATLVersionCheck and GSCheck applicable to C# applications?

Dear Team, I ran Microsoft BinScope 2014 on a C# application (.NET managed code) and observed several failed checks including: ATLVersionCheck ATLvulnCheck CompilerVersionCheck GSCheck GSFriendlyInitCheck GSFunctionSafeBuffersCheck RSA32Check …

Developer technologies | C#
asked 2025-06-27T08:25:44.3733333+00:00
Mashuk Raza 20 Reputation points
commented 2025-06-30T16:26:51.11+00:00
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
2 answers

Allocate / free memory with Visual Studio C++

I have a very simple program int main(void) { double* myVect = new double[10000000]; wait(2); // wait for 2 seconds delete[] myVect; wait(2); return 0; } I execute this program in Debug mode, put a breakpoint on "return 0" and look at the…

Developer technologies | C++
asked 2025-06-29T07:22:27.0766667+00:00
Ollivier TARAMASCO 0 Reputation points
answered 2025-06-30T16:19:29.9466667+00:00
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
2 answers

Is Stack Protection Header applicable or configurable in C# applications?

Dear Team, I’m analyzing a C#application and noticed that tools like Process Explorer or PE header inspectors show "Stack Protection: Disabled" for the executable. I would like to confirm the following: Is it possible to enable stack…

Developer technologies | C#
asked 2025-06-27T08:48:17.1633333+00:00
Mashuk Raza 20 Reputation points
commented 2025-06-30T15:31:12.3866667+00:00
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
0 answers

Good installer for visual studio 2019 c# projects

Still using Visual Studio 2019 professional. I have several independent solutions (single project solutions). I need to create an installer that installs 6 different projects on a computer. Right now, I have a single deployment project in each…

Developer technologies | C#
asked 2025-06-30T15:27:24.5566667+00:00
Darryl Hoar 181 Reputation points
2 answers One of the answers was accepted by the question author.

How to improve tapping feedback in Maui

Hello. Please. how to improve the feedback of tap recognize on a label of one character because the tapping area is small the tapping feedback is lower. In my app I have a grid row with 10 columns and in each grid cell I have a one character label with…

Developer technologies | .NET | .NET MAUI
asked 2025-06-11T07:37:38.9933333+00:00
Haviv Elbsz 2,091 Reputation points
accepted 2025-06-30T12:43:50.61+00:00
Haviv Elbsz 2,091 Reputation points
0 answers

Microsoft - Graph - Batch API - Getting 429 Too Many Requests error

I have created a website where user's will authenticate and grant Calendar events - Read/Write access. My application will create events for the user based on the user's schedule. Here some times user might have more than 100 records also. I'm using…

Developer technologies | C#
asked 2025-06-30T10:24:42.0466667+00:00
Shravan Samboju 0 Reputation points
1 answer

.NET Core Profiler Crashing on 32 bit Application Environment

Hi Team. I have developed my own .NET core profiler using VS 2019. To load my profiler, I have set the environment entry in the web.config file. <environmentVariable name="CORECLR_ENABLE_PROFILING" value="1" /> …

Windows development | Internet Information Services
Developer technologies | .NET | .NET Runtime
asked 2022-03-24T13:18:47.167+00:00
Duraikannu Jeyamani 6 Reputation points
commented 2025-06-30T10:03:57.37+00:00
Tom Tran (WICLOUD CORPORATION) 10 Reputation points Microsoft External Staff
3 answers

Publish process does not write to target path

At this time I have discovered the cause. I will detail the issue and the work around. Our process: we use VS2022 and publish to a targeted local folder. Situation: recently I received a new Azure VM, for development environment, on which I installed…

Developer technologies | Visual Studio | Other
asked 2023-08-17T15:05:22.9266667+00:00
Ben Hof 0 Reputation points
answered 2025-06-30T06:13:36.3166667+00:00
harun yalçın 0 Reputation points