Local Copilot Memory via Dynamic BitLocker Partition on Windows
📋 Details Hello Microsoft team, I’d like to propose a feature that could significantly enhance privacy, continuity, and personalization for Copilot users on Windows: a local memory system stored in a dynamically sized BitLocker-encrypted partition. 🔐…
Developer technologies | Universal Windows Platform (UWP)
Microsoft Defender Graph API: Only Device Score Retrieved, Others Are Zero — Why?
Hi everyone, I'm using the Microsoft Graph API (Security > Secure Scores endpoint) to retrieve category-wise scores (Device, Identity, Apps, Data) from Microsoft Defender for Endpoint. I'm successfully getting the Device Score, but the values for App…
Developer technologies | Visual Studio | Debugging
How might the .NET CLI be adapted for better accessibility across screen readers and speech-to-text tools?
Is command output readable, and are error messages clearly structured for assistive tech users?
Developer technologies | .NET | .NET CLI
How to Best Run a WPF C# App on macOS and Linux?
Hi all, I’ve built a Windows desktop application using WPF in C# (with Visual Studio). Now I’d like to make it available for macOS and Linux users as well. I know WPF is Windows-only, but I’m wondering: What’s the best way to run or port a WPF app on…
Developer technologies | Windows Presentation Foundation


MAUI USE OF BING FOR ERROR REPORTING
With the latest releases, when debug deploying my MAUI app to an Android phone, during the early execution Chrome appears targeting Bing with the following URL: "https://www.bing.com/?ref=aka&shorturl=View/SystemErrors/1". The browser…
Developer technologies | .NET | .NET MAUI

.NET MAUI Collection View Scroll not working WInUI(Windows app)
In my .NET MAUI mobile application, scrolling works fine on both Android and iOS. However, it does not work on WinUI. In some parts of the app, I used ListView, and scrolling works properly on WinUI. But when using CollectionView, scrolling is not…
Developer technologies | .NET | .NET MAUI
Fail to run a Excel VBA Code in Windows Server while successfully run it in Windows 11
I have an Excel file with a bunch of VBA code from my teammate. I tried to open and run the VBA function in Windows 11, and everything worked successfully. However, when I tried to open this Excel file on a Windows Server, I encountered a runtime…
Developer technologies | Visual Basic for Applications
Debug -> "Attach to Process" in Visual Studio 2022 Professional is not adding the Script file to the Solution Explorer
Dear Microsoft team, I am trying to attach my ALM application project workflow script using the instructions provided in the below…
Developer technologies | Visual Studio | Debugging
Raw Input report rate is so low
Hello. I'm trying to scan some keyboard input, and it works but the polling rate is so low. The hidclass.sys driver seemed to aggregate some input packets while I don't want to do that. Is there a way to make the HID driver have high polling rate (at…
Developer technologies | C++
How to build an app to check if a file is opened by another program using C#
Hello, I want to build an app to check if a file is opened by another program.
Developer technologies | C#

How to remove server from server explorer list in Visual Studio
I am sorry if the tag is wrong. I could not find a visual studio tag. The issue is that I have by mistake connected to my own pc as a 'Windows Server' and now it is showing up in the Server Explorer of Visual Studio 2022. I am able to view 'Event Logs',…
Developer technologies | Visual Studio | Setup

Help me this problem error Message code: 715-123150.
I have a problem when signing in Visual studio Dev essentials. Once clicking on "Join or access now" following message is shown: Something went wrong! We are sorry, but our system has detected a problem with your account. If you are still…
Developer technologies | Visual Studio | Other

New WinUI 3 projects fail to build with CS1061 errors after a fresh OS and VS install.
The error always appears in the generated file MainWindow.g.cs. This indicates that the XAML compiler is not correctly connecting the UI file to the code-behind file. Troubleshooting Steps Already Taken: I have already performed extensive…
Developer technologies | Visual Studio | Setup
Not able to login from microsoft visual studio, showing http 400
Developer technologies | Visual Studio | Other
Best way to publish WPF Application
Hey everyone, I'm working on a WPF desktop application (targeting .NET Framework) that uses a local MySQL database to store user data. I'm ready to distribute it to clients, but I’m not planning to host it on a web server. My only method of sharing will…
Developer technologies | Windows Presentation Foundation
fragment will tap to another when commit one?
I am using .net android and I have pageA and pageB I will replace pageA with pageB using fragmentManager and then commit it. when after the transaction I can still click the control in pageA but the current page is pageB why?
Developer technologies | .NET | .NET MAUI
Visual Studio Community Version 17.7.4 Http Test 401 Errors
Since upgrading my Visual Studio Community edition to Version 17.7.4, I noticed that the method of sending requests in an http test document has changed in the UI from a green play button to a “Send Request” link. More importantly, since this update all…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | Visual Studio | Other
color connverter
I have a converter public class SelectedAvatarMultiValueConverter : IMultiValueConverter { public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) { if(values.Length == 2 && …
Developer technologies | .NET | .NET MAUI
UWP app flickering on ARM PC
Hi everyone. I have an UWP application and I'm running on a ARM PC. When I open a customized content dialog the screen starts blinking. Unfortunately, I cannot show the application nor the code, but do you guys know some cases that an ARM PC blinks…
Developer technologies | Universal Windows Platform (UWP)
Help Needed for Connecting POS Printer via USB in UWP App
Hi Team, I have implemented POS printer functionality in my UWP app. When I connect the POS printer using Bluetooth, it works perfectly. However, when I connect the printer via a USB cable, I’m unable to find a way to detect or connect to the printer…