HttpContext is null in production but working currently in development Blazor Web App .Net 8
hello, HttpContext after successful login, it is null in production but working currently in development Blazor Web App .Net 8 Interactive Auto. I have added this authorizationhandler and assigned to httpClient in program.cs public class…
Developer technologies | .NET | Blazor


NavigatedToEventArgs
Environment: MAUI app for Android. When I navigate to a certain page, I would like to know what was the previous page. I therefore tried: protected override void OnNavigatedTo(NavigatedToEventArgs args) { base.OnNavigatedTo(args); …
Developer technologies | .NET | .NET MAUI
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
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
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…
Developer technologies | Visual Studio | Extensions
im unable to adjust my brightness, it turned grey and i had to change my display setting to 'show 1' everytime i open my pc
im unable to change my brightness level, i had to change my display setting everytime i open my pc to 'show 1' display i dont know what to do, my brightness level turned grey
Developer technologies | Visual Basic for Applications
LSP message for Word Completion from Visual Studio
I have a Langauge Server (LSP) implemented in C#. Have implemented textDocument/Hover and textDocument/Completion. This works fine on hover and typing in the editor. But Word Completion does not work. Which LSP message is sent from Visual Studio for Word…