55,027 questions with Developer technologies-related tags

Sort by: Updated
2 answers

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
asked 2025-12-12T13:11:48.3633333+00:00
evilC 0 Reputation points
commented 2025-12-12T23:06:21.3+00:00
evilC 0 Reputation points
0 answers

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
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,588 questions
asked 2025-12-12T19:38:01.3066667+00:00
SuperCoder 256 Reputation points
commented 2025-12-12T22:48:41.0866667+00:00
SuperCoder 256 Reputation points
1 answer

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
asked 2025-12-12T19:50:32.83+00:00
Phil Jaggard 0 Reputation points
commented 2025-12-12T20:41:15.2866667+00:00
Phil Jaggard 0 Reputation points
1 answer

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
asked 2025-12-12T18:33:25.8066667+00:00
TED RUBERTI 0 Reputation points
answered 2025-12-12T18:33:35.6133333+00:00
Q&A Assist
5 answers

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
asked 2025-11-14T17:24:40.65+00:00
ali azarafza 5 Reputation points
answered 2025-12-12T18:03:03.0533333+00:00
ali azarafza 5 Reputation points
3 answers

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
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,588 questions
asked 2025-11-18T19:42:37.8466667+00:00
Mark Johnson 0 Reputation points
answered 2025-12-12T17:28:14.18+00:00
Mark Johnson 0 Reputation points
6 answers

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
asked 2025-12-03T12:38:18.0166667+00:00
Brandon Davies-Sekle 0 Reputation points
edited a comment 2025-12-12T16:53:41.4066667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,885 Reputation points Microsoft External Staff
2 answers

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
asked 2025-12-08T06:00:22.7933333+00:00
Sanket Huske 0 Reputation points
commented 2025-12-12T15:44:10.7266667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,885 Reputation points Microsoft External Staff
1 answer

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
asked 2025-12-08T04:38:31.7233333+00:00
test code 21 Reputation points
commented 2025-12-12T15:41:46.1466667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,885 Reputation points Microsoft External Staff
4 answers

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
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,149 questions
asked 2024-03-15T11:59:03.01+00:00
Agustín 0 Reputation points
commented 2025-12-12T15:22:10.3066667+00:00
Mateus de Paula Moreno 0 Reputation points
2 answers

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#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,704 questions
asked 2025-12-12T12:46:40.74+00:00
Michael P 0 Reputation points
edited an answer 2025-12-12T15:18:59.87+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,885 Reputation points Microsoft External Staff
4 answers

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#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,704 questions
asked 2025-12-01T21:23:48.1766667+00:00
Chandan 5 Reputation points
commented 2025-12-12T14:53:42.79+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,885 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

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#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,704 questions
asked 2025-12-10T11:30:24.8066667+00:00
Hoài Nam Nguyễn 61 Reputation points
commented 2025-12-12T14:50:14.81+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,885 Reputation points Microsoft External Staff
1 answer

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
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,588 questions
asked 2025-12-10T04:04:12.45+00:00
Dani_S 4,836 Reputation points
commented 2025-12-12T14:42:56.8766667+00:00
Dani_S 4,836 Reputation points
2 answers

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
asked 2025-12-09T20:10:48.14+00:00
Captain56022 25 Reputation points
commented 2025-12-12T14:14:30.7+00:00
Captain56022 25 Reputation points
2 answers

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
asked 2025-12-11T18:51:22.27+00:00
Dani_S 4,836 Reputation points
commented 2025-12-12T13:47:14.3033333+00:00
Dani_S 4,836 Reputation points
1 answer One of the answers was accepted by the question author.

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)
asked 2025-12-12T13:44:48.59+00:00
Julien Mora 0 Reputation points
accepted 2025-12-12T13:46:48.8766667+00:00
Julien Mora 0 Reputation points
1 answer

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
asked 2025-12-11T17:39:46.8933333+00:00
Dani_S 4,836 Reputation points
commented 2025-12-12T13:44:29.52+00:00
Dani_S 4,836 Reputation points
2 answers

Run MAUI app

Hi, After having well built one MAUI app, how to run/test it?

Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,704 questions
asked 2025-12-09T05:06:29.3266667+00:00
Peter_1985 2,866 Reputation points
edited a comment 2025-12-12T13:39:35.72+00:00
Peter_1985 2,866 Reputation points
0 answers

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…

Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,704 questions
asked 2025-12-12T11:02:22.9333333+00:00
Dani_S 4,836 Reputation points
commented 2025-12-12T13:38:08.7866667+00:00
Dani_S 4,836 Reputation points