10,978 questions with Developer technologies-related tags

Sort by: Updated
0 answers

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
asked Jul 21, 2025, 10:30 PM
Imran Pathan 0 Reputation points
0 answers

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
asked Jul 21, 2025, 5:44 PM
CantThinkOfAName 0 Reputation points
edited the question Jul 21, 2025, 5:50 PM
CantThinkOfAName 0 Reputation points
0 answers

.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
asked Jul 21, 2025, 3:02 PM
Eduard Kaufmann 311 Reputation points
0 answers

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
asked Jul 21, 2025, 11:00 AM
Vivek Barnwal 26 Reputation points
0 answers

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
asked Jul 21, 2025, 9:22 AM
Vasu Bansal 20 Reputation points
edited the question Jul 21, 2025, 9:54 AM
Vasu Bansal 20 Reputation points
0 answers

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
asked Jul 20, 2025, 7:27 PM
Silvan Zihlmann 0 Reputation points
commented Jul 21, 2025, 7:50 AM
aust ren 0 Reputation points
0 answers

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
asked Jul 21, 2025, 3:19 AM
xii Pri 0 Reputation points
0 answers

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
asked Jul 19, 2025, 1:58 PM
Rod Falanga 596 Reputation points
0 answers

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
asked Jul 18, 2025, 3:21 PM
Herb Wolff 0 Reputation points
0 answers

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
asked Jul 18, 2025, 2:45 PM
Martin Rondell 0 Reputation points
0 answers

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
asked Jul 17, 2025, 2:48 PM
Sajith 21 Reputation points
0 answers

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
asked Jul 17, 2025, 12:40 PM
Diana Mlinga 0 Reputation points
0 answers

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
asked Jul 17, 2025, 11:37 AM
Akhil Bingi 0 Reputation points
0 answers

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
asked Jul 17, 2025, 9:02 AM
Jade Chevallier 0 Reputation points
0 answers

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)
asked Jun 4, 2024, 12:30 PM
M. Bäurle 0 Reputation points
edited a comment Jul 17, 2025, 8:22 AM
Harry Vo (WICLOUD CORPORATION) 320 Reputation points Microsoft External Staff
0 answers

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++
asked Jul 16, 2025, 1:53 PM
Flaviu_ 1,071 Reputation points
commented Jul 17, 2025, 8:19 AM
Flaviu_ 1,071 Reputation points
0 answers

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
asked Jul 16, 2025, 6:40 PM
mason gillette 0 Reputation points
0 answers

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
asked Jul 1, 2025, 8:56 PM
Eduardo Gomez 3,711 Reputation points
commented Jul 16, 2025, 8:25 AM
Starry Night 0 Reputation points
0 answers

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
asked Jul 2, 2025, 8:42 PM
Milad Xandi 0 Reputation points
commented Jul 16, 2025, 8:04 AM
Starry Night 0 Reputation points
0 answers

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…

Developer technologies | Universal Windows Platform (UWP)
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | ASP.NET API
asked Nov 28, 2024, 8:36 AM
景轩 王 35 Reputation points
commented Jul 16, 2025, 4:13 AM
Harry Vo (WICLOUD CORPORATION) 320 Reputation points Microsoft External Staff