We are facing .NET MAUI deployment issues, need some help.
Hello Community, We are trying to get our VS Xamarin App migrated to .NET (9) MAUI. Build for each sub project and main entire project fails with the following error. Need some help to get our app going from Xamarin forms to MAUI. Unable to get…
Developer technologies | .NET | .NET MAUI
Crash on mouse over of Cesium map when using asp.net scriptmanager
I have an [asp.net] project using web forms. The aspx page has a Cesium map and crashes when you mouse over it but only if the page also contains the asp:ScriptManager element. If the ScriptManager element is removed, the page does not crash on mouse…
Developer technologies | ASP.NET | Other
.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
ASP.NET Core Web API with Google Cloud
Hello Developer's, I'm builded a .NET Core Web API using .NET 8. And I'm interested to use Google Cloud Operation Suite for Logs Monitoring and Logging Purposes. Is there any references which I can follow and suggestions how to integrate .NET Core with…
Developer technologies | ASP.NET | ASP.NET API


Unable to Hide Buttons in Custom Toolbar with UI Context in Visual Studio Extension
I have created a custom toolbar in my Visual Studio extension that appears only with specific files, using a defined UI context. I want to hide certain buttons in this toolbar programmatically. However, setting the .Hidden = true property does not hide…
Developer technologies | Visual Studio | Extensions
SerialPort.Write blocks when using multiple classes and separate COM ports
Hello dear community, After a long time, I’m reaching out to you again. Some time ago, I started a new coding project in WinUI3 that has gradually grown. Unfortunately, the code has developed quite quickly since I could only work on it in my limited free…
Developer technologies | Visual Studio | Debugging
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
Is it possible to create MSIX deployments for .NET Framework apps?
I'm going through a Packing MSIX apps tutorial. At work we've got some .NET Framework WPF apps which have been deployed using the older ClickOnce deployment methodology. However, I can see that I'm going to have to drop that and use MSIX instead. What…
Developer technologies | Windows Presentation Foundation


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
My report does not populate with the correct data when i change parameters. How do I fix this?
Correct Changed my times, but page does not update with correct batch start time. SQL tables are correct.
Developer technologies | Visual Studio | Testing
Setting Content Type of virtual editors (Opened using IVsUIShell.CreateDocumentWindow)
I have implemented an LSP Language Server and want this to be loaded / associated with virtual documents. Virtual documents are opened using IVsUIShell.CreateDocumentWindow. How to set the Content Type of these virtual documents so that LSP Server gets…
Developer technologies | Visual Studio | Extensions
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
Can't install UWP app, fails with codes 0x800701c5 / 800700B7
Hello everybody. We want to publish our app, that is made with Xamarin Forms, to the Microsoft Store. WACK does not report any problems with the uploaded app. Installation fails for all betatesters, the store app reports error 0x800701c5. So I tried…
Developer technologies | .NET | Xamarin
Developer technologies | Universal Windows Platform (UWP)
Why does CMainFrame::OnMdiNext is not called?
I have a MFC MDI app. I want to override WM_MDINEXT message. And I did: header: protected: afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); afx_msg LRESULT OnMdiNext(WPARAM wParam, LPARAM…
Developer technologies | C++
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
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
Azure DevOps publish fails for MAUI.NET iOS
This is part of my Azure Pipeline: - task: Bash@3 displayName: Install MAUI inputs: targetType: 'inline' script: | dotnet workload update dotnet workload install…
Developer technologies | .NET | .NET MAUI

context deadline while posting notification through API https://dm3p.notify.windows.com?token=xxx
got many timeout when using wns for push since about 28.11 9:00(utc+8) api: https://dm3p.notify.windows.com?token=xxx I have been using this function for a year without any problems. This timeout problem has occurred since around 9:00(utc+8) this…