Visual Studio 2026 editor settings
I've installed vs2026 and tried it with our c# solutions. For vs2022 I have sticky scroll, rainbow braces and amazon q For vs2026 I imported settings but sticky scroll does not seem to work. no rainbow braces and I have a copilot option in view drop…
Developer technologies | Visual Studio | Setup
Change run and debug button to run button only, Run cpp file without using code runner
In vs code, for my C/CPP file, i always see run and debug option and I want to change it to run option only, also how to run the cpp file without using code runner Moved from: Community Center | Discuss the Q&A site | Get started on Q&A
Developer technologies | Visual Studio | Other
How do I navigate to a view's xaml file from xaml code. Previous versions of VS used to allow me to choose between Xaml and Xaml.cs, but 2022 takes me straight to Xaml.cs.
I want to right click on a view, select "go to definition" and be taken to that views xaml file, not the xaml.cs file which is completely pointless. This used to be an option but looks like was removed in 2022.
Developer technologies | Visual Studio | Other
Visual Studio 2022 how do I set autocomplete to occur on a specific key only, instead of literally any key press?
At the moment, autocomplete via C# Intellisense occurs at literally any key press, this is obviously incredibly stupid. For example, I cannot type "x" in, say a lambda function, because intellisense autocompletes it to be…
Developer technologies | Visual Studio | Other
Title: Need guidance on changing the administrator account for a Visual Studio Subscription purchased via Volume Licensing (VLCC).
Dear Community, We have a Visual Studio Subscription that was acquired through Volume Licensing (VLCC). We need to change the primary administrator/management account associated with this subscription. Since this is related to licensing/billing and…
Developer technologies | Visual Studio | Other
Missing symbol for ntdll in Microsoft's Symbol Server
Hello, myself Vishal from GE Vernova. While analysing an urgent escalation dump from the customer using windbg.exe, I received an error for downloading ntdll.dll symbols as below, The above details clearly shows that associated PDB file for ntdll.dll…
Developer technologies | Visual Studio | Debugging
How to integrate a cloud-based ERP with Microsoft Excel for reporting?
I am working on integrating a cloud-based ERP system with Microsoft Excel so that business users can generate financial and operational reports directly inside Excel. The ERP I’m testing Finex Cloud ERP https://www.odoo.com/ https://www.sap.com/…
Developer technologies | .NET | .NET Internet of things
Using Vs code, I load a folder and then it doesn't repond to my questions in github chat - agent mode
Using Vs code, I load a folder and then the program does not respond in my questions in github agent mode chat, how do i fix it?
Developer technologies | Visual Studio | Extensions
How to fix this C# designer error CS1061: 'LoginForm' does not contain a definition for 'buttonRegister_Click' and no accessible extension method 'buttonRegister_Click' accepting a first argument of type 'LoginForm' could be found (are you missing a using
CS1061: 'LoginForm' does not contain a definition for 'buttonRegister_Click' and no accessible extension method 'buttonRegister_Click' accepting a first argument of type 'LoginForm' could be found (are you missing a using directive or an assembly…
Developer technologies | C#
How to show scrollbar on hover window when hover text is large
Iam working on an extension in Visual Studio that implements a Language Server (LSP) and support Hover (textDocument/hover). In some scenarios, hover text to be displayed is large and that causes a big hover popup that occupy the entire screen in Visual…
Developer technologies | Visual Studio | Extensions
Conditional Access Not Triggering in Azure AD B2C
Hi , I’ve successfully implemented all my main Azure AD B2C flows for user migration— including custom password reset, MFA with authenticator app (via TOTP), user migration with just-in-time logic, and sign-in / sign-up orchestration. Most core flows are…
Developer technologies | C#
Windows Desktop screen capture and transmission over UDP is failing
Hi Microsoft team I am trying to capture my desktop screen and transmit it over UDP to VLC media player running on a Raspberry PI, on the network but the UDP stream is not displaying anything // Source - https://stackoverflow.com/a // Posted by Chuque,…
Developer technologies | C++
How to fix "Could not find or load a type. (Exception from HRESULT: 0x80131522)" in Visual Studio 2026
I have installed visual studio 2026 and SQL Server Integration Services extension version 2.0 preview. But when I use slowly change dimensions component, the error "Could not find or load a type. (Exception from HRESULT: 0x80131522) (Microsoft…
Developer technologies | Visual Studio | Extensions
AADSTS750056: SAML message was not properly base64-encoded.
AADSTS750056: SAML message was not properly base64-encoded.
Developer technologies
Data transfer
I was copying my files 600 GB data one folder to external harddisk so it was copying about 90% but it cancelled by mistake. So can you please help how to restart my remaining copying files remaining 10% ...
Developer technologies | Universal Windows Platform (UWP)
DatePicker buttons not change color
Hello, I'm using a DatePicker in a .NET Maui app that I ported from Xamarin.Forms. The DatePicker isn't displaying the 'accent' color for the 'accept' and 'cancel' buttons, and I can't seem to change the color because they're barely visible: I've…
Developer technologies | .NET | .NET MAUI
How to use a .exe in kiosk mode (only for that user) with Windows Configuration Designer (WCD)
I am using windows11 enterprise. I am using windows configuration designer and I create my .ppkg. when I log into kiosk I have black display(my app is not visible and since I changed the shell it won't show anything. If I log into my normal account I…
Developer technologies | C++
How to write data to a gip device (Xbox Series controller)?
I am working on a program that would send a power off packet to my xbox series controller in order to turn it off. In 2024 Microsoft released GIP docs and as far as I understand Xbox One and Series work with GIP. I run a win10 pc and use an Xbox Series…
Developer technologies | C#
Haven an issue related with asyncronious DbContext actions in unit tests.
Haven an issue related with asyncronious DbContext actions when run unit tests for ASP.NET MVC Controller. The error message is: "System.ArgumentException : Argument expression is not valid"
Developer technologies | ASP.NET | ASP.NET Core
how to make image only color of black or white in .net maui?
I am using .net maui and I want to use slider to change the value of gray and then the picture will change. use SKImage or Microsoft.Graphics.Image how to transform the colors to black and white only? the pixels is too much and I do not want to use code…