5,645 questions with Developer technologies | Visual Studio | Other tags

Sort by: Updated
0 answers

Microsoft ICE issue with changing exposure

Using Microsoft ICE, (image composite editor), I am trying to accurately stitch 2D images of a soil core into 1 long photo. Sometimes it works perfectly, but I have noticed that ICE changes the exposure of my photos, and ruins the outputted stitched…

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,645 questions
asked 2024-07-15T17:41:11.53+00:00
Aimetti, Cassie 0 Reputation points
commented 2026-01-21T00:45:43.5833333+00:00
Mike Waldegger 0 Reputation points
5 answers

in visual studio, the designer hangs. Also in my solution installed NuGet packages do not show.

in visual studio, the designer hangs. Also in my solution installed NuGet packages do not show. I use VS 2022. I did a repair etc. No resolution. If I setup a new project, same thing. I tried VS 2026. Same thing.

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,645 questions
asked 2026-01-20T16:41:59.0833333+00:00
Striker, Johannes 0 Reputation points
answered 2026-01-20T17:38:18.8533333+00:00
Striker, Johannes 0 Reputation points
5 answers

how to fix StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before the request could complete. ---> System.OperationCanceledException : The operation was canceled.

even upgrade to the latest Version 17.6.4 still does it, can even be idle when it happens, Super annoying. StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before the request could complete. --->…

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,645 questions
asked 2023-07-10T23:08:22.1866667+00:00
Starfall Conquer 30 Reputation points
commented 2026-01-20T09:14:22.4+00:00
ThomasK 0 Reputation points
1 answer

User cant Re-Enter Credentials for Visual Studios error status code 407

User is prompted to Re-Enter the Credentials for Visual Studios 2022. User clicks re-enter credentials. User gets pop-up , “Visual Studios encountered problems while attempting to access directories. Error The Proxy tunnel request to proxy failed with…

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,645 questions
asked 2026-01-16T16:38:37.3133333+00:00
Landon Gjerde 0 Reputation points
edited the question 2026-01-20T00:20:51.1366667+00:00
Gérard Oomens 116.2K Reputation points Volunteer Moderator
1 answer

Microsoft Visual Studio Professional Purchase

Purchased 5 Visual Studio Professional licenses. I get email reminders to assign licenses When I login, I get no licenses to assign. Reached out to the Reseller CDW They claim everything looks good at their end and they have been invoiced by Microsoft.

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,645 questions
asked 2026-01-19T19:18:11.2566667+00:00
Rajaram, Sailesh 0 Reputation points
answered 2026-01-19T19:18:20.6266667+00:00
Q&A Assist
1 answer

Tabs are automatically closed in Visual Studio 2026

I am using latest version of Visual Studio 2026 and I noticed that open tabs are sometimes closed. If the tab is dirty, then I see the prompt message to save changes and it is closed.

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,645 questions
asked 2025-12-30T08:10:02.98+00:00
Alex Sajnovetzky 5 Reputation points
commented 2026-01-19T19:17:33.3933333+00:00
RUMIT PATEL (CONRMTP) 0 Reputation points
11 answers One of the answers was accepted by the question author.

Microsoft SQL Server Studio - Dark Mode

Is there any official method to use Microsoft SQL Server Management Studio Studio with Dark Mode?

Azure SQL Database
Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
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,645 questions
SQL Server | Other
asked 2023-12-19T13:11:52.4966667+00:00
Kıvanç ÖZDEMİR 135 Reputation points
answered 2026-01-19T10:47:38.16+00:00
Roy V 0 Reputation points
4 answers

Error opening VSCode on my pc

When i try to open VSCode it does not launch, i have tried to run it as an administrator but to no avail also when i try to do so using the terminal i get this error [1214/104248.143:ERROR:base\i18n\icu_util.cc:224] Invalid file descriptor to ICU data…

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,645 questions
asked 2025-12-14T05:24:19.24+00:00
Sriparno Palit 10 Reputation points
answered 2026-01-18T13:29:23.76+00:00
Md Mushtrul Hussain 0 Reputation points
1 answer

I can't sign in to use Visual Studio 2013 Community Edition

It's supposedly free, However, Using it for more than a month would "require" a license, I read somewhere in the internet that I need to sign in with my account, But doing so causes the following text to show up: Sorry, we ran into a…

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,645 questions
asked 2023-12-11T17:46:20.48+00:00
Hsyenoh05 5 Reputation points
commented 2026-01-18T01:18:45.13+00:00
Andrew 0 Reputation points
1 answer

dotnet test

Hi, 1.In my solution, I press Ctrl + Q and type Developer Command Prompt to open it. 2.Input these command: dotnet test --filter "FullyQualifiedName~SameFormatConversionSecurityTests" --logger "console;verbosity=detailed" 3.What are…

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,645 questions
asked 2026-01-17T08:40:36.1633333+00:00
Daniel Shitrit 5 Reputation points
commented 2026-01-17T08:47:34.52+00:00
Daniel Shitrit 5 Reputation points
0 answers

What are the different between Developer Command Prompt and Developer Power Shell ?

Hi, 1.In your solution, press Ctrl + Q and type Developer Command Prompt or Developer Power Shell to open the relevant window. 2.Please see: 3.What are the different between Developer Command Prompt and Developer Power Shell ? 4.When I used each command…

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,645 questions
asked 2026-01-17T08:45:39.4433333+00:00
Daniel Shitrit 5 Reputation points
3 answers

SQL Server LocalDB on Windows on ARM

Hello, i have a Samsung Book 4 Edge with Snapdragon mostly for Software development. I try to install the Sql Server Express Edition, that not work! But i can install the LocalDB-Version and can connect with SSMS and Windows Connection (Sql Server…

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,645 questions
SQL Server | Other
asked 2024-08-07T09:08:35.0066667+00:00
Patric 0 Reputation points
commented 2026-01-16T21:38:15.4933333+00:00
Erland Sommarskog 131.1K Reputation points MVP Volunteer Moderator
2 answers

When I try to run a project or solution i get the following error message in my build drop down window in the details. how can I resolve this. Ive updated my SQL server SSMS to the latest update.

Build started: Project: Database1, Configuration: Debug Any CPU ------ Database1 -> C:\Users\jfrie\Desktop\SSIS TASK\Database1\bin\Debug\Database1.dll Database1 -> C:\Users\jfrie\Desktop\SSIS TASK\Database1\bin\Debug\Database1.dacpac ------…

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,645 questions
asked 2023-12-11T19:23:55.44+00:00
Joshua Thomas 15 Reputation points
answered 2026-01-16T15:16:53.68+00:00
Jesús Nacimiento 0 Reputation points
0 answers

PROBLEMAS ESTUDIO CODE CON LA EXTENSION DE CLAUDE CODE

Todo iba genial, pago una cuenta de 20$ de Claude pro pero cambie de correo y pague otra de Claude de 20$ y eso empezó todo, me intente salir la primera e ingresar la segunda y deja pero se sale a los 5s e ingreso la vieja y ahora tampoco me deja…

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,645 questions
asked 2026-01-14T10:04:20.3366667+00:00
Jonathan Sánchez Araya 0 Reputation points
edited the question 2026-01-15T11:53:35.2633333+00:00
Gérard Oomens 116.2K Reputation points Volunteer Moderator
0 answers

One of my user cannot obtain a visual studio license

One of my users cannot get a visual studio license. I have checked everything I could think of but it still doesn't get access: When I check in the portal, it complains about that issue as well but I have no idea why

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,645 questions
asked 2025-05-20T10:17:34.16+00:00
Stéphane GROBETY 0 Reputation points
edited the question 2026-01-14T07:57:52.1866667+00:00
Harry Vo (WICLOUD CORPORATION) 4,665 Reputation points Microsoft External Staff Moderator
4 answers

Keyboard not working correctly in Visual Studio 2022

Running VS2022 17.7.4. Frequently only alpha numeric keys work. All function keys, backspace etc not working. Keyboard works fine in all other programs. Reset Key mapping has no effect.

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,645 questions
asked 2023-09-24T15:22:24.3733333+00:00
Chris Davies 155 Reputation points
commented 2026-01-13T21:35:50.89+00:00
Cade Perkins 0 Reputation points
10 answers

Microsoft Visual Studio 2022 has detected that an operation is blocking user input. This can be caused by an active modal dialog or a task that needs to block user interaction. Would you like to shut down anyway?

Yes, there are questions and answers out there, but this is for VS 2022 I develop mainly BLAZOR Server applications at work. Beginning a couple updates ago, I've been getting this dialog: Microsoft Visual Studio has detected that an operation 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,645 questions
asked 2022-05-27T14:46:11.537+00:00
Mark Miller 66 Reputation points
commented 2026-01-13T00:10:33.2833333+00:00
Tim 116 Reputation points
0 answers

Is there such a thing as a “x64 Native Tools PowerShell for VS 2022”?

I’m currently working on contributing to Descent 3. Specifically, I’m working on reviewing a pull request that changes Descent 3’s build instructions. At the moment, Descent 3’s build instructions say: Open a “x64 Native Tools Command Prompt” and…

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,645 questions
asked 2024-08-04T11:47:26.7066667+00:00
Jayman 110 Reputation points
commented 2026-01-12T16:33:05.14+00:00
arman khan shihab 0 Reputation points
2 answers One of the answers was accepted by the question author.

VS don't see device

Hi, I have two devices connected to usb. 49106d90(OPPO A72 android 11) and 9H7D8L4HUGCMHA5H(REALME 10 android 12) Visual Studio 2022 see only one. Please help.

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,645 questions
asked 2023-09-06T20:17:05.9966667+00:00
Przemyslaw Parzych 20 Reputation points
commented 2026-01-12T07:34:29.0233333+00:00
Judit Arrià 0 Reputation points
1 answer

for some strange reason my visual studio is saying that my "trial is over" I have no idea whta that means or how to resolve it but its closing every time.

My visual studio is closing after telling my my trial is over. It wont renew the license.

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,645 questions
asked 2025-06-19T09:33:10.2266667+00:00
Edward Moemeka 0 Reputation points MVP
edited the question 2026-01-12T04:14:51.7266667+00:00
Harry Vo (WICLOUD CORPORATION) 4,665 Reputation points Microsoft External Staff Moderator