MFC opening dialog, find starting position
Windows 11, Visual Studio 2022, C++ MFC This line is in OnInitDialog() of the class that starts when the app is started in debug mode. CWnd::GetWindowRect( &m_dialog_location_size );`` ``// Get the window rectangle The .left and .top…
Developer technologies | Visual Studio | Debugging
How to sign ClickOnce artifacts when using Google Cloud KMS for code signing?
I've successfully done code signing using Google Cloud KMS and jsign for executable files, but I'm unable to sign ClickOnce manifest files. Current Setup Certificate: Code signing certificate from Sectigo (in .crt format) Private Key: Stored in Google…
Developer technologies | Windows Forms
iOS Setting SemanticFocus on ContentPage
I am testing the voiceover function for iOS. For this I have a ContentPage which contains: An AccessibilityTitle set to describe the page itself AccessbilityText for every element within the page (these elements can be Labels, ContentViews etc What…
Developer technologies | .NET | .NET MAUI
Update .Net8-Android api 35 to .Net9-Android api 35
Right now, I’m using .NET 8 for Android with API level 35. I want to upgrade to .NET 9 for Android (still using API 35). What is the best practice to do this?
Developer technologies | .NET | Xamarin
How to trigger GPS location popup (Enable Location Services) in .NET MAUI for Android
I recently upgraded my MAUI project to .NET 9, and I noticed that the code I previously used to show the (GPS) popup on Android has stopped working. Any ideas ?
Developer technologies | .NET | .NET MAUI
UWP App Displays Blank Screen on Launch from Start Menu
The UWP app occasionally shows a blank screen when launched from the Start menu. Event Viewer shows the following error: Event name: MoAppHangXProc Response: Disabled Cab ID: 0 Sign the problem: P1: App-2nd_2.1.0.0_x64__0qrdk5hp1854e P2:…
Developer technologies | Universal Windows Platform (UWP)
Unable to respond to more info required.
Hi, I'm trying to respond to a more info request for a problem I reported in Visual Studio: https://developercommunity.visualstudio.com/t/Visual-Studio-crashes-when-opening-prope/10940232?moreInfo=true&viewtype=all When I write the answer and press…
Developer technologies | Visual Studio | Other

I have having an Trust issue in publishing the xbap in Test Environment. How to resolve the issue.
I have having an Trust issue in publishing the xbap in Test Environment. How to resolve the issue. Which certificate is require for trusting the application to host the xbap application.
Developer technologies | Windows Presentation Foundation
.net Maui: use of 'ShellContent' to pass a parameter
Thank you in advance for your time and help Is somewhere out there helping a pretty old hobby developer on .net maui GIT: https://github.com/edikaufmann/RandoJson (public). I'm still struggling to dynamically call the appropriate .json data based…
Developer technologies | XAML
About http proxy
i'm a Chinese developer, and i'm using .sln project with vcpkg. I've noticed that when I set VS2022 to English and create a .sln project, my project doesn't use the proxy (can't access github/microsoft/vcpkg). But if I set VS2022 to Chinese, the created…
Developer technologies | Visual Studio | Other
Need to delete/reset MS365 Developer Account
I need help deleting or resetting my Microsoft 365 Developer Program account associated with my email address. I mistakenly set up the account for Personal Use instead of small business and do not have sandbox access. I tried setting up a new account…
Developer technologies | .NET | .NET Runtime
Urgent Assistance for VM - Findings relate to weak SSL/TLS cipher suites and few issues concerning the Content Security Policy (CSP) configuration. Attached is a report. Kindly assist for remediating those vulnerabilities.
Urgent Assistance for VM - Findings relate to weak SSL/TLS cipher suites and few issues concerning the Content Security Policy (CSP) configuration. Attached is a report. Kindly assist for remediating those vulnerabilities.
Developer technologies | Windows Forms
How to get Vendor Account, Purchase order, Single GRN Number and Voucher Number of Project PO in the Project Packing Slip Journal Header in d365 F&O
To add the fields of Vendor Account, Purchase order, GRN Number and Voucher Number of a Project PO in the Project Packing Slip Journal Header of CUSTPACKINGSLIPJOUR to use these fields for other reports
Developer technologies | .NET | Other
Problem transcription Azure Whisper
Hi, I'm using the Whisper 001 model from Azure in my project and I'm facing the issue: Azure sometimes randomly transcribes my audio into English, even when the speaker is clearly speaking French. Occasionally it does transcribe in French, but not…
Developer technologies | Visual Studio | Other
Why won’t my recovery key work
I have entered my recovery key correctly and it won’t work i tried everything even all of the advanced options and nothing will work it won’t even let me reset my pc
Developer technologies | Windows Presentation Foundation
I want to learn free course of UX/UI design, unable to get the link
I saw a video suggesting to learn ux/ui from Microsoft learn, it is 4 4-hour courses. I am unable to locate it
Developer technologies | Visual Basic for Applications
MICROSOFT DOWNLOADER
USEDERROR The extension 'name' already exists in the Marketplace.
Developer technologies | Visual Basic for Applications
VS sends 'textDocument/didClose' to LSP server when file is not closed
I have a Language Server (LSP) implemented. For the first file opened (of the specified content type, which causes the Language Server to be loaded) I am getting textDocuement/didOpen message followed by textDocument/didClose message. But the file is…
Developer technologies | Visual Studio | Extensions
Sandbox Access Blocked Despite Completing Power BI Learn Module
Hello Microsoft team, I've joined the Microsoft 365 Developer Program and completed relevant Learn modules, including "Get started with Power BI," earning badges and XP. My profile preferences are updated with technologies such as Microsoft…
Developer technologies | Visual Studio | Other
SSDT 2017 - TargetServerVersion issue with SQL Server 2019
Hi All, I have a computer on which I installed SSDT 2017 (standalone installer) 2-3 years ago. Offical MS site claims that Supported SQL Versions for SSDT 2017 are "SQL Server 2012 - SQL Server 2019". I can develop, deploy and run SSIS…