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


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#

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
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++
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++
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

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

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
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#
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#
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
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
'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
'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
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
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
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
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
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
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
