11,021 questions with Developer technologies-related tags

Sort by: Updated
0 answers

h264 encoded by mediacodec in .net android can not be decode by IMFTransform in windows?

I am using .net android to encode to h264 and then I want to decode to Nv12 by IMFTransform in windows. there is error. that IMFTransform can only successful feed about few times and then error. here is the code in .net android: var mediaFormat =…

Developer technologies | .NET | .NET MAUI
asked Jul 5, 2025, 2:17 PM
mc 5,491 Reputation points
0 answers

Blazor WebAssembly not applying culture to DateTime formatting after changing culture

Hi, I recently migrated my Blazor project from Blazor Server to Blazor WebAssembly. In the Blazor Server version, when I changed the culture (e.g., CultureInfo.CurrentUICulture = new CultureInfo("fa-IR")), both the localized texts from .resx…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 5, 2025, 7:36 AM
Mrbanad 30 Reputation points
0 answers

Microsoft Orleans serialization nuget package

Hi, I would like to know if the nuget package Microsoft.Orleans.Seralization (v9.1.2) described as Fast, flexible, and version-tolerant serializer for .NET can be used with a .NET application that does not use Orleans? I can't find any documentation on…

Developer technologies | .NET | Other
asked Jun 26, 2025, 5:20 PM
Yannick Lalbatry 21 Reputation points
edited the question Jul 4, 2025, 6:10 PM
Alison A 1,395 Reputation points Microsoft External Staff Moderator
0 answers

The error “unable to create hook” in a .NET 1.1 application on Windows 11 (22H2 or 24H2) and what is the solution

The error “unable to create hook” in a .NET 1.1 application on Windows 11 (22H2 or 24H2) and what is the solution

Developer technologies | .NET | Other
asked Jul 4, 2025, 10:00 AM
Ajith Kulathunga 0 Reputation points
edited the question Jul 4, 2025, 3:33 PM
KristianSmith-MSFT 451 Reputation points Microsoft Employee Moderator
0 answers

Azure API gateway

Can we create a streaming protocols in Azure Api gateway

Developer technologies | C#
asked Jul 4, 2025, 9:35 AM
Saran Raj M 0 Reputation points
0 answers

Azure API Gateway

API management capability assessment​  Management of billing plans, usage plans and pricing models​ Ability to manage and monitor API consumption​ Established portal for self-service catalogue of APIs​

Developer technologies | C#
asked Jul 4, 2025, 9:19 AM
Saran Raj M 0 Reputation points
0 answers

In 8 entries, 2 entries text change event not triggered

In a Content View, we have 8 entries, which will change based on one picker. If pickers change the value all the 8 entries value would change, on first time we select the value from the picker all values set correctly, if the values selected previously…

Developer technologies | .NET | .NET MAUI
asked May 8, 2025, 5:23 AM
Jeyamani Sekar 20 Reputation points
commented Jul 4, 2025, 3:35 AM
Tony Dinh (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
0 answers

Can’t login to microsoft account on ps5 because of xboxone account from

I can’t login to my microsoft account on my ps5 (minecraft). Because of already having a xbox account? How does this make sense how do I fix this? This is honestly the worst design I have ever seen.

Developer technologies | Windows Forms
asked Jul 4, 2025, 3:11 AM
Binx1031 0 Reputation points
0 answers

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…

Developer technologies | Universal Windows Platform (UWP)
asked Apr 17, 2025, 10:33 AM
Jay 140 Reputation points
commented Jul 4, 2025, 3:03 AM
Harry Vo (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
0 answers

Looking for a reliable POS tagger library for .NET

Developing a .NET application that requires POS (Part-of-Speech) tagging for English text. In Python, libraries like spaCy and NLTK are popular for this purpose. Are there any recommended libraries for POS tagging within the .NET ecosystem? Found…

Developer technologies | .NET | Other
asked Jul 3, 2025, 10:29 PM
亀谷 展(Kameya Hiroshi) 11 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,671 Reputation points
commented Jul 3, 2025, 7:04 PM
Viorel 122.6K Reputation points
0 answers

IIS Express configuration not working

IIS Express 10.0 is installed along with VS 2022. However, asp.net web/api projects are not getting created/ existing web projects not getting loaded. I have uninstalled / reinstalled VS 2022 but IIS Express issue is still showing. I have tried running…

Developer technologies | Visual Studio | Setup
asked Jul 3, 2025, 6:17 PM
Biswas, Dip 0 Reputation points
0 answers

How to Share Apple Code Signing Key

Trying to switch to developing an iOS app using Hot Restart from using Mac Xcode. Using the same project, when building I am getting the error message "signing key not found in keychain". I am able to build and deploy to the iPhone using the…

Developer technologies | .NET | .NET MAUI
asked Jul 1, 2025, 11:10 AM
Marc George 191 Reputation points
commented Jul 3, 2025, 4:51 PM
Marc George 191 Reputation points
0 answers

How do I migrate some older .NET Framework apps to GitHub?

18 months ago, we migrated hundreds of TFS/TFVC repos from an old, on-premises TFS server, to our GitHub Enterprise organization. There are, however, two TFVC repos still in that old TFS server because they are written using .NET Framework 4.5.2 and TFS…

Developer technologies | Visual Studio | Other
asked Jul 3, 2025, 4:10 PM
Falanga, Rod, DOH 245 Reputation points
commented Jul 3, 2025, 4:13 PM
Falanga, Rod, DOH 245 Reputation points
0 answers

UWP - https certification valiation issue

I am trying to call an https api on a payment device, it returns a certificate signed by intermediate CA and that signed by root CA. I have installed root CA in trusted store of windows, added capability in WPF manifest. It returns error - Partial chain…

Developer technologies | Universal Windows Platform (UWP)
asked Jun 10, 2025, 4:15 PM
Vinod Sahu 0 Reputation points
commented Jul 3, 2025, 10:57 AM
Harry Vo (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
0 answers

Activate AddressSanitizer in Qt6

Hi all, I'm developing in Qt c++ under Windows and try to use AddressSanitizer within QtCreator. According to this blog from 2021 (https://devblogs.microsoft.com/cppblog/address-sanitizer-for-msvc-now-generally-available/) it should be possible. When I…

Developer technologies | C++
asked Jul 3, 2025, 10:44 AM
Jazzco 0 Reputation points
0 answers

Suspected Compromise Involving Microsoft Authenticator and Entra Activity

Reporting a suspected compromise involving: Microsoft Authenticator Silent appearance of Microsoft Entra ID-linked behavior Unauthorized device trust and token issuance across iOS and Windows platforms Critically, there was no explicit…

Developer technologies | C#
asked Jul 3, 2025, 10:33 AM
Ernest Ramos 0 Reputation points
0 answers

Request for Support: iOS Native Development Continuity with .NET 9 (MAUI)

Dear Microsoft Team, We are reaching out to seek your guidance and support regarding a critical blocker we are facing in our iOS development workflow with .NET MAUI. Current Challenge Our mobile application is being developed using .NET MAUI and…

Developer technologies | .NET | Xamarin
asked Jul 3, 2025, 10:28 AM
Hirak Desai 0 Reputation points
0 answers

Why am I encountering a System.AccessViolationException in .NET Framework 4.8 on Windows Server 2019, but not in .NET Framework 4 on Windows Server 2008

I'm encountering the following error in .NET Framework 4.8 on Windows Server 2019, which I faced in 2022, when trying to select the element from ToolStripComboBox . However, I am unable to reproduce this error in .NET Framework 4 on Windows Server 2008:…

Developer technologies | .NET | .NET Runtime
Developer technologies | C++
Developer technologies | C#
asked Nov 29, 2024, 12:12 PM
Uke, Ashutosh 0 Reputation points
commented Jul 3, 2025, 9:35 AM
György Kőszeg 0 Reputation points
0 answers

Who’s the Best D-Link Partner for Reliable Networking Solutions?

Hey everyone, Looking for a reliable D-Link Partner to support our upcoming business network upgrade. With so many vendors out there, it’s hard to identify who truly offers genuine D-Link products along with proper installation and after-sales…

Developer technologies | Small BASIC
asked Jul 3, 2025, 9:32 AM
Networkgear Dealer 0 Reputation points