The correct CChildFrame is not activated after the predecessor is closed.
MFC MDI application. Opened several CChildFrame s. (To illustrate better my issue I identified every CChildFrame with an unique id.) Opened, lets say, 5 CChildFrame. 1, 2, 3, 4, 5. List the order of the CChildFrame by menu: About: List…
Developer technologies | C++
IIS Express configuration not working
IIS Express 10.0 is installed along with VS 2022. However, asp.net web/api projects are not getting created/ existing web projects not getting loaded. I have uninstalled / reinstalled VS 2022 but IIS Express issue is still showing. I have tried running…
Developer technologies | Visual Studio | Setup
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
which one is called in asynchrony or parallel
can i get any example of cuncurrent and parllell processing using asyncrony.
Developer technologies | ASP.NET | ASP.NET Core
Setting Content Type of virtual editors (Opened using IVsUIShell.CreateDocumentWindow)
I have implemented an LSP Language Server and want this to be loaded / associated with virtual documents. Virtual documents are opened using IVsUIShell.CreateDocumentWindow. How to set the Content Type of these virtual documents so that LSP Server gets…
Developer technologies | Visual Studio | Extensions
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 to import an externally-generated AES key into a TPM2 using TSS.NET
Using TSS.NET on Windows 11 with .Net Core 8.0, I've been trying to import an externally-generated (via System.Security.Cryptography) AES key into the TPM on my system. Devices in this system will use this same TPM-protected AES key to encrypt &…
Developer technologies | C#
How do I get Microsoft Code to come up in my right click menu?
When I right button click on a folder in Windows Explorer, the option to launch that new and empty folder in Microsoft Visual Studio Code is not available to me as it appears in a youtube tutorial like so. How do I get it there as a menu option If I…
Developer technologies | Visual Studio | Setup

Form layout issue
Hi, Any existing form sample to have the 3 parts below on a form that we can have the different details inside each?
Developer technologies | ASP.NET | Other
Visual Studio Code SQL Server (mssql) Extension - Error
In Visual Studio Code (Version 1.102.3) I have installed the extension SQL Server (mssql), but I am unable to use it. I am getting this error: There is no data provider registered that can provide view data. Clicking on the add connection button does…
Developer technologies | Visual Studio | Extensions
Unable to get the product Key for VS 2022 in my subscription
I am not able to locate the product key for VS 2022 in my subscription. It shows Visual Studio Dev Essentials 2022 - Custom Key This product is offered to this subscription level as a trial license only. If you have purchased this product at retail…
Developer technologies | Visual Studio | Setup
How to trigger GPS location popup (Enable Location Services) in .NET MAUI for Android
I recently upgraded my MAUI project to .NET 9, and I noticed that the code I previously used to show the (GPS) popup on Android has stopped working. Any ideas ?
Developer technologies | .NET | .NET MAUI
Conectar o Windows ao meu dispositivo Mac
Olá, Após atualizar para a versão mais recente do Visual Studio, estou encontrando um erro e não consigo conectar o Windows ao meu dispositivo Mac. O MSBuild não conseguiu se conectar ao Mac com Endereço='xx.xxx.xx.xxx' e Usuário='xx.xxx'. Esta conexão é…
Developer technologies | .NET | .NET MAUI

Connection reset by peer
Hi I have Asp.net 6 (MVC) application running on Docker. Sometimes I get error recv() failed (104: Connection reset by peer) while reading response header from upstream. I have no idea, how I can fix it, if anyone know, please help
Developer technologies | ASP.NET | ASP.NET Core
In Azure Web PubSub, How to receive messages in backend microservice for processing
Requirement: My clients are using simple WebSocket connection to send messages. I want to receive these messages inside my backend .NET 8 web api and process them further to send fine-tuned data to some distributed cache services. From documentation, I…
Azure Web PubSub
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | C#
Enterprise Application Provisioning: Authenticate on SCIM endpoint
Situation I am writing an ASP.NET Application implementing the SCIM protocol. It will be single tenant and only be used in my company. I primarily follow this guide by Microsoft (Develop and plan provisioning for a SCIM endpoint in Microsoft Entra…
Developer technologies | ASP.NET | ASP.NET Core
How can I migrate the web app built using ASP.NET Web Forms .NET Framework 4.7.1 to .NET Core 8?
Can someone please help me out with the migration steps for upgrading the web app from ASP.NET Web Forms .NET Framework 4.7.1 to .NET Core 8. I tried to use .NET Upgrade Assistant, but is seems like this extensions doesn't supports for Web Forms. …
Developer technologies | ASP.NET | Other

How to get Access token and refresh token from in-built Asp.Net Identity Authentication (Internal memory)
Hi, I am using Microsoft.EntityFrameworkCore (Version 8.0.6) + Microsoft.AspNetCore.Identity.EntityFrameworkCore(Version 8.0.6) + Npgsql.EntityFrameworkCore.PostgreSQL (Version 8). I want to get refresh token which it is automatically generated by…
Developer technologies | ASP.NET | ASP.NET API
How to remove server from server explorer list in Visual Studio
I am sorry if the tag is wrong. I could not find a visual studio tag. The issue is that I have by mistake connected to my own pc as a 'Windows Server' and now it is showing up in the Server Explorer of Visual Studio 2022. I am able to view 'Event Logs',…
Developer technologies | Visual Studio | Setup
Frame work error
I am using VS build task but failing with following error ##[error]C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1259,5): Error MSB3644: The reference assemblies for…