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
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++
Debug -> "Attach to Process" in Visual Studio 2022 Professional is not adding the Script file to the Solution Explorer
Dear Microsoft team, I am trying to attach my ALM application project workflow script using the instructions provided in the below…
Developer technologies | Visual Studio | Debugging
Unexpected Error with MapRouteFinder in UWP App
Encountering an issue with the Bing Maps in a Microsoft UWP app when attempting to render a path. An "Unspecified error" is returned when passing the following four waypoints to the Bing Maps API via the…
Developer technologies | Universal Windows Platform (UWP)
Razor Component Return Html but not Data from api call until page refresh manually
Hello There, blazor Web App .net 8 Interactive Render Mode Auto. sometimes, page load in razor in blazor wasm side the html content appears correctly but api doesnt get called and data not get loaded but I can see in command prompt window ef core…
Developer technologies | .NET | Blazor


UWP - https certification valiation issue
I am trying to call an https api on a payment device, it returns a certificate signed by intermediate CA and that signed by root CA. I have installed root CA in trusted store of windows, added capability in WPF manifest. It returns error - Partial chain…
Developer technologies | Universal Windows Platform (UWP)
Frequent loss of network using opensuse running on WSL2 via VSCode
I commonly use opensuse running under WSL2 via VSCode for software development. While it works at all, it works very well. Fairly frequently (perhaps every other day), I lose the network: DNS still works, but there is no route for IP traffic (pings…
Developer technologies | C++
I can't receive codes on sim to recover bitlocker key
I'm trying to recover bitlocker key but unfortunately the otp codes isn't received on SIM which is registered with Microsoft account
Developer technologies | Windows Forms
Access database set Default Value of a short text field of another short text field
Hi there I have an access database with a short text field called TM Description. I have created another short text field called BrandingDescription that I want to set the Default Value to the text entered in TM Description, ie the two fields would show…
Developer technologies | VB
How to open a new file in memory in visual studio using my editory factory
I want to open a new .sql file in memory not in the disc and also when the file is open i want to use my editory factory to it I tried this method to create a new .sql in memory file but using this way I am not able to use my editory factory to it. var…
Developer technologies | Visual Studio | Extensions
Help fixing template logging code
In the line return $log, "testVoid4"; I'm getting this compile error: 'void' function returning a value I don't understand why when $log, is called with just a single argument void_wrapper is returning anything else than void. How I could make…
Developer technologies | C++
Windows Shutdown
I have a small app written in .NET 9, VB. The app does use an xml data file. When shutting down the computer, this app prevents windows from shutting down to allow user to save work. This is despite the fact that NO data saving is required at the time…
Developer technologies | VB
How to create a re-useable ContentView as a base view?
In my .NET 9 MAUI project, I like to have a base ContentView to reuse for multiple pages. For that, I created a ContentView like this: <?xml version="1.0" encoding="utf-8"…
Developer technologies | XAML


I have having an Trust issue in publishing the xbap in Test Environment. How to resolve the issue.
I have having an Trust issue in publishing the xbap in Test Environment. How to resolve the issue. Which certificate is require for trusting the application to host the xbap application.
Developer technologies | Windows Presentation Foundation
Missing APKs for [ABI] dimensions in the module 'base' for the provided device.
I am developing with Xamarin Forms and VS 2022. Recently, when trying to test on an Android emulator I've been getting the error message: Missing APKs for [ABI] dimensions in the module 'base' for the provided device. Doing a search brought no useful…
Developer technologies | .NET | Xamarin
Websocket is connected or disconnected without error Blazor Web App .Net 8
Hello, Websocket not connected in production returns the error WebSocket connection to 'wss://accounts.innovustech.in/_blazor?id=7pvrUUJdL7CjvoTLn17Y4A' failed: (anonymous) @ blazor.web.js:1 blazor.web.js:1 [2025-07-27T11:40:20.323Z] Information:…
Developer technologies | .NET | Blazor


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#
How to access a WebForm page via a token acquired from Azure, without requiring the user to login?
We have a webform application running with Azure Active Directory Authentication. It requires users to login before accessing the site. Is there a way to expose a single page (aspx) for anonymous access? Or perhaps access the page via a token acquired…
Developer technologies | ASP.NET | ASP.NET API
Deploy checkbox is disabled for the .NET MAUI project in Visual Studio 17.14.9
I have upgraded Visual Studio to version 17.14.9. I then upgraded my .NET MAUI project from NET7 to NET9, but now when I try to run the project, I get this message: "The project needs to be deployed before we can debug. Please enable Deploy in the…