Which framework to use? Blazor? Razor? Very non-standard project for Raspberry Pi
The project: Hardware A flexible LED matrix (Display) mounted to a T-Shirt. Displays animations (Gifs), images etc. Rotates through a playlist. The LED matrix is connected to a Raspberry Pi Zero 2 W and driven via GPIO (It's not an HDMI type display,…
Developer technologies | ASP.NET | ASP.NET Core
Project is using out of process designer
This now appears every time I open a form in my FosterTrak application. How do I get rid of this? Should I just ignore this message?
Developer technologies | Visual Studio | Other
I can't reinstall Visual Studio 2022 v17.14.20 after error: An error occurred in 'Miscellaneous Files' while attempting to open
I was developing in Visual Studio 2022 v17.14.20 - new install since October 2025. Worked fine on Tuesday (12/9). Wednesday morning (12/10) I couldn't open any solution from Tuesday or older. I received this error: An error occurred in…
Developer technologies | Visual Studio | Setup
render a form with a multiselect choice field as check boxes on a power page
how do I render a form with a multiselect choice field as check boxes on a power page?
Developer technologies | Visual Basic for Applications
visual studio community version 2022 is not available to download
my students need to install 2022 for a project it needs 2022 and haven't been updated for 2026 yet and there is no place to get the 2022 community version installer and its not available in the installer as well
Developer technologies | Visual Studio | Setup
To upload my msixbundle install file to the Store, I need a silent command line switch
When I try to upload my installation file to the Store, a msixbundle file, it needs a silent switch. Can't figure out what that is?
Developer technologies | Visual Studio | Other
How do you fix Intellisense errors in a CMake project when Visual Studio is connected to WSL:Ubuntu?
I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code builds and runs fine but I get hundreds of…
Developer technologies | Visual Studio | Debugging
Visual Studio Performance Profiler reports memory leaks on one system but not another with same code base
Subject: visual-studio performance-profiler memory-leak c++ Details: I’m profiling a C++ application using Visual Studio Performance Profiler (Memory Usage tool). The code base is identical across two systems, but memory leaks persist on one machine…
Developer technologies | Visual Studio | Debugging
Getting Value not valid for 'RowPositon' in Visual Studio when moving a designer control
In Visual Basic (VS 2017 / 2019 / 2022, including 2017 Express), I keep encountering a strange issue when working with the WinForms designer. Whenever I move or drag a control (e.g., a TextBox) in the designer, and then start the debugger, Visual Studio…
Developer technologies | Visual Studio | Debugging
deps.json does not exist
Hello everyone!! I am a junior programmer trying to make a project in .NET MAUI, but when it comes to scaffolding my database, I get the following error: The specified deps.json…
Developer technologies | .NET | .NET MAUI
Developer technologies | .NET | Other
redirect using HttpContextAccessor
Hi, I am trying to redirect to my login page on a condition using IHttpContextAccessor. Here is my code : if (condition) { _signInManager.SignOutAsync(); …
Developer technologies | C#
Issue with Teams Bot: Incoming Call Event Not Reaching Bot (App-Hosted Media Sample)
I am developing a Microsoft Teams bot that should be able to join a call initiated from a Teams user. The goal is that when a user places a call to the bot inside Teams, the bot should join the call and handle the audio stream as described in Microsoft’s…
Developer technologies | C#
How do I configure Yarp to allow querying string parameters in the request URL .Net Aspire?
I have the following original request URL: http://localhost:5002/UploadedFiles/387324e2-e0b4-43e8-b53f-d48e70fb42f2.jpg When using the NextJs Image component, it automatically adds the following query strings:…
Developer technologies | C#
Visual Studio 2022 with GitHub Copilot Chat
Hi, I'm using VS 2022 -Version 17.14.8. 1.When I'm In Solution Explorer Tab and switching to GitHub Copilot Chat It's take a long time? why ? 2.So what I do, I opened the files I need to work with in Solution Explorer Tab before. And later I switch to…
Developer technologies | Visual Studio | Other
IIS App Pool Shows “Running” but Site Becomes Unresponsive Until Manual Recycle
Hello, We're dealing with a super frustrating IIS issue and I'm hoping someone here has seen this before... THE PROBLEM: Our Application Pool shows as "Running" in IIS Manager, but the site is completely DEAD. Not responding at all. The only…
Developer technologies | ASP.NET | ASP.NET API
Visual Studio 2022 - not fire unit tests in debug mode
Hi, Please see: https://app.screencast.com/YwqnKkUGuwlR4 How is can be solved? Thanks,
Developer technologies | Visual Studio | Debugging
Heb update 24H2 nodig voor update 25H2 uit te voeren
Missing update 24H2 op Laptop ASUS Windows 11, deze nodig voor update 25H2 uit te voeren.
Developer technologies | Universal Windows Platform (UWP)
Visual Studio 2022- File Ignored always ignore when adding to class librarar
Hi, Please see the following screenshot, why adding a new new file I always need to use Git/Add ignore file (right click on the file) ? It happened in class library as follow: TargetFramework>netstandard2.0</TargetFramework> Thanks in advance,
Developer technologies | Visual Studio | Extensions
Run MAUI app
Hi, After having well built one MAUI app, how to run/test it?
Developer technologies | C#
GIS CLI commands
Hi, I would like to ask the following questions regarding my GIS CLI command in program file. The GIS CLI commands used once by end-user. 1.Does the ShowHelp method is a good practice in CLI if not please fix. I used in this case to show it: // If no…