54,178 questions with Developer technologies-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Why is OnInitializedAsync() called twice on a page reload

Hi all; Normally when a page is being created & rendered in Blazor version 8, RenderMode.InteractiveServer, OnInitializedAsync() is called once. But when I do a Reload on Chrome, it is called twice. And all child components in the page are called…

Developer technologies | .NET | Blazor
asked 2024-03-17T23:34:40.2933333+00:00
David Thielen 3,211 Reputation points
commented 2025-08-12T16:27:02.9233333+00:00
Rob Ainscough 31 Reputation points
0 answers

What does the error message mean: DataTable internal index is corrupted: '5' ?

What does the error message mean: DataTable internal index is corrupted: '5' ?

Developer technologies | C#
asked 2025-08-12T14:58:43.3666667+00:00
Martin Tejada 0 Reputation points
commented 2025-08-12T16:16:30.8066667+00:00
Dewayne Basnett 1,381 Reputation points
0 answers

Connectivity of VS code with DevOps - Updating PAT but still giving 403 error

Hi, Previously connectivity between DevOps and VS code was working perfectly fine. My user password got changed. Then I'd removed the old entry of git on credential manager and added new entry with new PAT with valid expiry and also have code(read&…

Developer technologies | Visual Studio | Other
asked 2025-08-12T15:25:32.58+00:00
0 answers

Installation of C++ Runtime 2015-2022 ignores /noreboot option. How can the reboot be prevented?

From a vendor we have to install a C++ Runtime 2015-2022 (14.42.34338) and we try to deploy it on the PC's with installation option: vcredist_x86.exe /quiet /noreboot On most PC's a reboot is forced. How can the automatic reboot be prevented? Windows…

Developer technologies | C++
asked 2025-08-12T14:57:22.6633333+00:00
P.F 0 Reputation points
2 answers

Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP

We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added,  [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…

Developer technologies | C++
asked 2025-07-30T09:34:50.8566667+00:00
G S, Shashank 0 Reputation points
commented 2025-08-12T13:30:28.37+00:00
Varsha Dundigalla(INFOSYS LIMITED) 795 Reputation points Microsoft External Staff
1 answer

How to make Pipeline wait if there are no agents Running in Agent Pool

I am Running self hosted agents in AWS ECS Farget with event driven architecture but when I try to setup I have an issue with **No agent found in pool ecs-test which satisfies the specified demands: Agent.Version -gtVersion 2.144.0 ** Can you help me…

Developer technologies | Visual Studio | Setup
asked 2023-08-28T17:22:04.17+00:00
Yalla, Rama (IT - St. Louis) 0 Reputation points
edited the question 2025-08-12T12:59:12.9366667+00:00
Gérard Oomens 105.1K Reputation points Volunteer Moderator
0 answers

Visual Studio: How to detect any changes on project properties and trigger event from extension when user clicks apply

I'm trying to write VS extension (VS Professional 2022 with Version 17.2.6) for VC++ projects, I want to detect any changes on project properties (Additional include directories, additional using directories etc.) when user changes and clicks apply on…

Developer technologies | Visual Studio | Testing
asked 2022-12-27T16:40:15.237+00:00
Necati Akbasoglu 1 Reputation point
edited the question 2025-08-12T12:58:04.9766667+00:00
Gérard Oomens 105.1K Reputation points Volunteer Moderator
0 answers

unable to import data into SSMS

HI Team, Am unable to import data into SSMS from network location. ERROR: TITLE: SQL Server Import and Export Wizard The operation could not be completed. ADDITIONAL INFORMATION: The 'Microsoft.ACE.OLEDB.16.0' provider is not registered on the local…

Developer technologies | Transact-SQL
asked 2025-08-12T12:47:34.66+00:00
Damodara Kuntrapaku 0 Reputation points
3 answers One of the answers was accepted by the question author.

How can I launch Swagger on the server?

Hello, I use Visual Studio Community 2022 (64 bit) Version 17.5.3. I check the C# application by Visual Studio. If I run debug(Press F5 key), Swagger launches(https://localhost:7173/swagger/index.html). The application works on the server(Amazon EC2…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | Visual Studio | Other
Developer technologies | C#
asked 2023-09-15T06:30:26.3666667+00:00
pfdk 20 Reputation points
commented 2025-08-12T12:32:35.1866667+00:00
Ravinder Singh 0 Reputation points
1 answer One of the answers was accepted by the question author.

Microsoft Graph API – OnlineMeeting: Organizer cannot be added as attendee

Hello, I’m using the Microsoft Graph API (v1.0) in C# to create Teams meetings using the onlineMeeting resource. I need a scenario where the organizer of the meeting is also explicitly listed in the attendees collection. However, when I include the…

Developer technologies | C#
asked 2025-08-11T14:55:40.3466667+00:00
Sébastien B 0 Reputation points
commented 2025-08-12T12:20:02.6966667+00:00
Sébastien B 0 Reputation points
2 answers

How to sign ClickOnce artifacts when using Google Cloud KMS for code signing?

I've successfully done code signing using Google Cloud KMS and jsign for executable files, but I'm unable to sign ClickOnce manifest files. Current Setup Certificate: Code signing certificate from Sectigo (in .crt format) Private Key: Stored in Google…

Developer technologies | Windows Forms
asked 2025-07-24T16:36:09.0733333+00:00
Darshana Dilhan 0 Reputation points
commented 2025-08-12T11:26:53.33+00:00
Varsha Dundigalla(INFOSYS LIMITED) 795 Reputation points Microsoft External Staff
4 answers One of the answers was accepted by the question author.

how cancel token work in these cases

following code is from https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/cancel-an-async-task-or-a-list-of-tasks i could not understand when it will show following two messages from last main code. Console.WriteLine("Download…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-08-08T12:15:47.5066667+00:00
rajesh yadav 291 Reputation points
edited a comment 2025-08-12T11:00:37.0666667+00:00
Danny Nguyen (WICLOUD CORPORATION) 800 Reputation points Microsoft External Staff
2 answers

'Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType

I am trying to implement global exception handling using custom middleware in a .NetCore webAPI project. My .NetCore version in 9. I am getting the above exception message when trying to implement it. Let me post the relevant code blocks so you can…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-01-24T17:13:44.79+00:00
P. G. Choudhury 146 Reputation points
commented 2025-08-12T10:53:10.4633333+00:00
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
4 answers

'Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType

I am trying to implement global exception handling in a .NetCore 9 webAPI project. I created a ExceptionMiddlewareExtensions class like so: ExceptionMiddlewareExtensions.cs - public static class ExceptionMiddlewareExtensions { public static void…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-01-24T17:31:46.3366667+00:00
P. G. Choudhury 146 Reputation points
commented 2025-08-12T10:53:37.79+00:00
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
2 answers

NuGet package issue (DLL cannot be found)

Hello, I have an Azure Functions project in Visual Studio 2022 (with the latest patch installed). I initially developed this project using .NET 6.0 about a year ago, and everything was working fine. Recently, I updated the project to .NET 8.0 and…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-02-05T10:36:38.13+00:00
Brian Vind Borgstrøm 0 Reputation points
commented 2025-08-12T10:50:15.83+00:00
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
1 answer

How to generate RDLC report using loop?

I asked a question about this earlier here. But not getting the correct solution, I again asked for the help of experienced people. I have shown a sample of my data below. I want to print this data on separate pages according to empid. I guess it can be…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-02-06T16:01:01.2833333+00:00
jewel 1,231 Reputation points
commented 2025-08-12T10:52:11.1366667+00:00
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
2 answers

Could not load type 'Microsoft.EntityFrameworkCore.Metadata.Internal.AdHocMapper'

I'm using .NET 8.0, Entity FrameworkCore 9.0.2, MySql.EntityFrameworkCore 9.0.0 and when I try to get data from the database I get the following error. How to resolve this problem? System.TypeLoadException: Could not load type…

Developer technologies | .NET | Entity Framework Core
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
asked 2025-02-18T09:23:05.2533333+00:00
Misha Kurytsia 0 Reputation points
commented 2025-08-12T10:13:43.1966667+00:00
Jack Dang (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff
2 answers

How to Add Constructor Parameters to a Widely Used Class Without Breaking Existing Code

**I have a class in a C# ASP.NET project that originally looked like this: ** public This class is used in many other places across the solution — hundreds of usages like this: var Now, I need to modify the constructor to accept a parameter (e.g., a…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-08-03T10:52:15.9633333+00:00
Nika Gabeskiria 0 Reputation points
commented 2025-08-12T10:37:11.5233333+00:00
Nikoloz Gabeskiria 0 Reputation points
2 answers

i could not understand why two awaits are used.

q1) follosing code is from the followoing link https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/start-multiple-async-tasks-and-process-them-as-they-complete while (downloadTasks.Any()) { Task<int> finishedTask =…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-08-06T10:46:40.8166667+00:00
rajesh yadav 291 Reputation points
commented 2025-08-12T10:22:52.23+00:00
Jack Dang (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff
0 answers

Microsoft Visual Studio 2010 Service Pack 1 in KB2635973 is not working for Windows 11. Wat is the fix?

Hello, Using Visual Studio (2019 & 22) I have this issue where I get no syntax error warnings nor highlighting. This started happening after my upgrade to Windows 11 (from 10). I looked into the issue and it seems I am missing Microsoft Visual Studio…

Developer technologies | Visual Studio | Setup
asked 2025-08-12T01:47:38.8833333+00:00
Deepak Saxena 0 Reputation points
edited the question 2025-08-12T10:56:05.1133333+00:00
Gérard Oomens 105.1K Reputation points Volunteer Moderator