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

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
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


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
When using OpenXML do I need to create a new abstract numbering for each numbered list if i want it to restart
Using c# openxml, when i create multiple numbering instance referring to the same abstract num (ordered list), each list continues its numbering upwards throughout the document. If i want numbering to restart do i need to create a new abstract or is…
Developer technologies | C#
how to present ID3D11Texture2D using swapChain?
just set once RenderTargetView or present then release the rendertargetView and then again set the rendertarget view?OMSetRenderTargets or swapChain->GetBuffer?
Developer technologies | C++
Windows Task Scheduler: Scheduled Job Fails with Launch Failure Error (2147943726) When 'Do Not Store Password' is Checked.
I am registering task in Windows Task Scheduler with settings "Run whether user is logged on or not" and "Do not store password. The task will only have access to local computer resources." enabled. When task triggers it is failing…
Developer technologies | Universal Windows Platform (UWP)
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)
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++
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#
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
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#
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
How to hide the topbar in Hyper-V client in full screen?
This thing here is in the way
Developer technologies | Universal Windows Platform (UWP)
UWP app flickering on ARM PC
Hi everyone. I have an UWP application and I'm running on a ARM PC. When I open a customized content dialog the screen starts blinking. Unfortunately, I cannot show the application nor the code, but do you guys know some cases that an ARM PC blinks…
Developer technologies | Universal Windows Platform (UWP)
Permissions in Inkscape bombed
How do I remediate my Inkscape app that is frozen and won't allow me to start it? I have 'repaired" it, when that didn't work I removed it, and when I tried to reinstall Inkscape it would not reinstall.
Developer technologies | Universal Windows Platform (UWP)
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


Program.cs are not recognized by default project creation
Developer technologies | Visual Studio | Other

I keep receiving The parameter is incorrect. Assets/Fonts/Segoe UI.otf is not a valid absolute URI. on Maui WinUI app
I keep receiving The parameter is incorrect. Assets/Fonts/Segoe UI.otf is not a valid absolute URI. on Maui WinUI app, eventhough I don't use this font anywhere and only Sentry seems to find this error. However this error occurs constantly and…
Developer technologies | .NET | .NET MAUI
composite key http
@Html.ActionLink("Edit", "Edit", new { item.monthr,item.tennant }) getting an error . monthr and tennant are the keys.