55,623 questions with Developer technologies-related tags

Sort by: Updated
2 answers

Visual Studio 2026 keeps generating .slnx instead of .sln even when Default Solution File Format is set to .sln (Unity compatibility issue)

I am trying to configure Visual Studio 2026 Community (18.3.2) to generate traditional .sln solution files instead of the new .slnx format, because Unity Editor expects .sln files for project integration. Environment Visual Studio 2026 Community Version:…

Developer technologies | Visual Studio | Setup
asked 2026-03-09T08:45:26.4466667+00:00
Chocolade 536 Reputation points
commented 2026-03-16T04:43:34.5466667+00:00
Adiba Khan 2,265 Reputation points Microsoft External Staff
3 answers

Wants to edit vba code

Hi Experts below vba code is working fine to split excel file into different sheets or files based on specific column. I wants to secure data from copy while sharing to others. while using this code i have to unprotect my sheet then run code. after…

Developer technologies | Visual Basic for Applications
asked 2026-03-14T12:47:55.7+00:00
Waseem Ahmad 20 Reputation points
edited an answer 2026-03-16T04:33:34.7533333+00:00
Jack Dang (WICLOUD CORPORATION) 14,960 Reputation points Microsoft External Staff Moderator
1 answer

Visual Studio 2026 Freezez during installation

as per attached screenshot the installer repeatedly fails / freezes when installing the package: "Microsoft.VisualStudio.Setup.WMIprovider" I have tried the "InstallCleanup" and other recommendations from Copilot but this has not…

Developer technologies | Visual Studio | Setup
asked 2026-03-16T00:53:05.3566667+00:00
Hillel 0 Reputation points
commented 2026-03-16T03:55:19.9266667+00:00
Leon Tran (WICLOUD CORPORATION) 1,495 Reputation points Microsoft External Staff Moderator
2 answers

Flyout is overlapping with Status bar

Flyout is overlapping with the status bar on the top, after upgrading that to MAUI 10. Please find the attachment for reference Regards, Vaibhav Methuku.

Developer technologies | .NET | .NET MAUI
asked 2026-02-05T08:05:07.19+00:00
Vaibhav Methuku (ext) 0 Reputation points
commented 2026-03-16T03:51:51.2+00:00
Graham McKechnie 451 Reputation points
1 answer

RabbitMQ consumer not called in ASP.NET Core

I have a RabbitMQ publisher whose code is: public class RMQConfig { public async Task AddConsumer() { var factory = new ConnectionFactory { HostName = "localhost" }; using var connection = await…

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,167 questions
asked 2026-03-15T16:41:29.4266667+00:00
Yogi 356 Reputation points
answered 2026-03-16T03:45:46.1566667+00:00
Jack Dang (WICLOUD CORPORATION) 14,960 Reputation points Microsoft External Staff Moderator
0 answers

Azure blocked visual studio transfer

So recently I bought a visual studio professional license and I wanted to activate the azure credits. ( main reason of purchase) Now when going to azure portal i got blocked-> probably because i tried out the free credits and never removed my tenant,…

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,711 questions
asked 2026-03-14T16:44:19.7466667+00:00
technologyresearcher 0 Reputation points
edited the question 2026-03-16T03:13:44.9566667+00:00
Michael Le (WICLOUD CORPORATION) 11,080 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

Is it already possible to choose Android Target OS version 37.0 in Visual Studio 2026?

I use Visual Studio 2026 Community 18.4.0 and Android Target OS version 36.1. I have seen that Android 17 is already released but I don´t know how to install it in Visual Studio. The latest version that I can choose is 36.1. Is it already possible to…

Developer technologies | .NET | .NET MAUI
asked 2026-03-13T10:53:15.17+00:00
Kim Strasser 2,246 Reputation points
answered 2026-03-16T02:59:49.16+00:00
Nancy Vo (WICLOUD CORPORATION) 1,110 Reputation points Microsoft External Staff Moderator
2 answers

Visual studio setup

During one day in Downloads appears several versions of visualstudio.setups. In most cases there is nothing to update. How can I limit the frequency of appearing setup programs to once or twice in mont.

Developer technologies | Visual Studio | Setup
asked 2026-03-13T16:24:38.7133333+00:00
Esko Toppila 0 Reputation points
answered 2026-03-16T02:49:45.6066667+00:00
Leon Tran (WICLOUD CORPORATION) 1,495 Reputation points Microsoft External Staff Moderator
2 answers

Need to Access Visual Studio

Problem: I am already taking a Developers course. I was told by Frontend Development that Microsoft does not work well with GitHub. So I chose Google for my browser. Visual Studio Code has been installed with Microsoft and Visual Code does not see my…

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,711 questions
asked 2026-03-13T15:24:52.9133333+00:00
Michael Kramer 0 Reputation points
edited the question 2026-03-16T02:11:42.56+00:00
Michael Le (WICLOUD CORPORATION) 11,080 Reputation points Microsoft External Staff Moderator
2 answers

Working with Checkboxes in MVC

Hello everyone and thanks for the help in advance. I am refactoring an old webforms application to MVC. The page build the list of checkboxes from a database. The application then needs to check to see if the page has submitted any previous checkbox…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-03-12T20:43:38.14+00:00
Kmcnet 1,356 Reputation points
edited a comment 2026-03-16T01:29:18.0833333+00:00
SurferOnWww 5,581 Reputation points
1 answer

How to use OpenGL functions with SKGLView in MAUI

Does anyone know how to use OpenGL functions with SKGLView in MAUI? I have a 3D graphics legacy project built with Visual Studio in C# that makes use of Xamarin Forms and OpenTK. It targets both Android and iOS but the recent introduction of a…

Developer technologies | .NET | .NET MAUI
asked 2026-03-15T14:59:02.13+00:00
Mr B 0 Reputation points
commented 2026-03-15T19:22:19.5066667+00:00
Mr B 0 Reputation points
2 answers

Cannot connect to SignalR service when use yarp in Aspire 13

I have 2 services: Presence service in program.cs I have: app.MapHub<PresenseHub>("/hubs/presence"); message service: app.MapHub<MessageHub>("/hubs/message"); I use Yarp Gateway in Aspire 13: var gateway =…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-03-15T07:38:02.0033333+00:00
Hoài Nam Nguyễn 81 Reputation points
answered 2026-03-15T16:31:54.91+00:00
Bruce (SqlWork.com) 83,661 Reputation points Volunteer Moderator
3 answers

Visual Studio 2026 community crash

I don't know what happended, I didn't use VS 2026 for about 2 weeks, then today I recognioze it crashes upon starting. I did an update and also a new install of VS 2026. Same error: Fehlerhafter Anwendungsname: devenv.exe, Version: 18.4.11605.240,…

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,711 questions
asked 2026-03-14T10:17:51.5333333+00:00
Nick K 0 Reputation points
edited an answer 2026-03-15T11:29:55.34+00:00
Nick K 0 Reputation points
1 answer

I update the latest vs2022community, cannot use dotnet9.0.32 for MAUI and ios build

I want to use Xcode26.2 and .net 9 for MAUI, but it still failed. First , the workload is empty 请运行“dotnet 工作负载搜索”,查找要安装的工作负载。 sudo dotnet workload search 工作负载 ID 说明 --------------- I tried to remove the .net10 sdk and .net9sdk, uninstall…

Developer technologies | .NET | .NET MAUI
asked 2026-03-14T19:01:06.52+00:00
Willa 0 Reputation points
edited a comment 2026-03-15T11:13:03.9766667+00:00
Willa 0 Reputation points
1 answer

Visual Studio Code

купил подписку в Visual Studio Code, сейчас почему то приходит такое уведомление то что Достигнута квота для GitHub Copilot Вы достигли ежемесячной квоты на количество сообщений в чате. У вас по-прежнему есть бесплатные встроенные предложения. Разрешение…

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,711 questions
asked 2026-03-14T21:14:08.21+00:00
wqfdaf sdaf 0 Reputation points
edited the question 2026-03-14T21:15:21.0733333+00:00
Erland Sommarskog 133.2K Reputation points MVP Volunteer Moderator
2 answers

MVC140.DLL Error after Windows OS Updates

Background: After software patching including Windows OS Updates we have several AE software such as CAD, C3D, Adobe InDesign and Chaos Enscape that fail to launch with a MVC140.dll error. Workaround: We started by remoting into end users machines…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,050 questions
asked 2026-02-12T14:27:15.6566667+00:00
Alex Yourish 0 Reputation points
commented 2026-03-14T04:54:35.0933333+00:00
Michelle Hulin 0 Reputation points
9 answers

Git Failed to start configured compare tool

When I try to use the "Compare with unmodified" button inside the "Git Changes" window I get a "Source Control - Git Failed to start configured compare tool." error popup The comparing within the "View Commit…

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,711 questions
asked 2022-08-12T19:46:47.267+00:00
noah h 11 Reputation points
edited a comment 2026-03-14T02:29:21.45+00:00
Kent M 0 Reputation points
1 answer

Visual Studio Code lag when saving a file

I've been using VS Code to modify HTML files for work for a number of years. Since the update before the current one installed, I've noticed that it takes a really long time (> 20 seconds) for Code to respond after saving a file (using Ctrl+s or…

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,711 questions
asked 2026-03-13T19:24:31.7766667+00:00
Kim, Chuck 0 Reputation points
answered 2026-03-13T19:24:49.48+00:00
Q&A Assist
0 answers

I can't download any extension on vscode, there is just infinet installation and i've already tried all advices from tt and youtube, like change proxy or download manually(btw there wasn't that kind of button)

FIrstly after downloading vs code i couldn't install any extension, there was just infinet installation. at the end i found the way to download it through browser using this link…

Developer technologies | Visual Studio | Extensions
asked 2026-03-13T19:21:50.4633333+00:00
Sabina Rahimova 0 Reputation points
2 answers

.net Framewok 4.6.2 on Windows 10 32bit does not install in correct registry folder

When I try to install Team Explorer 2022 it says I need .netFramework 4.6 or higher--I did this and it says It cannot find it--it only sees 4.0 folder ????

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime

.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.

1,315 questions
asked 2026-03-12T16:04:15.3+00:00
Latona,Norey,US-St. Louis 0 Reputation points
commented 2026-03-13T17:48:42.47+00:00
Latona,Norey,US-St. Louis 0 Reputation points