The Picker icon is not appearing in .NET MAUI on Windows 11.
.NET 8Installed Workload Id Manifest Version Installation Source android 35.0.39/9.0.100 SDK 9.0.100, VS 17.12.35527.113 aspire 8.2.2/8.0.100 SDK 9.0.100, VS 17.12.35527.113 ios …
Developer technologies | .NET | .NET MAUI
Unexpected Error with MapRouteFinder in UWP App
Encountering an issue with the Bing Maps in a Microsoft UWP app when attempting to render a path. An "Unspecified error" is returned when passing the following four waypoints to the Bing Maps API via the…
Developer technologies | Universal Windows Platform (UWP)
UI freezes for sometime after UI binding
My data is binding to UI quickly but the UI freezes for few seconds and I have only 2 records. I am loading data in ContentView Loaded event var newStops = await Task.Run(() => { return response.Stops .OrderByDescending(x =>…
Developer technologies | .NET | .NET MAUI
Entry field control is covered by keyboard
Hello, I have a view with 4 Entry controls, when I try to type inside the control, the keyboard will cover the Entry field. is there any way to shift up the control to be above the keyboard?
Developer technologies | .NET | .NET MAUI
Microsoft Graph API – OnlineMeeting: Organizer cannot be added as attendee
Hello, I’m using the Microsoft Graph API (v1.0) in C# to create Teams meetings using the onlineMeeting resource. I need a scenario where the organizer of the meeting is also explicitly listed in the attendees collection. However, when I include the…
Developer technologies | C#
net maui find one tree control for free thanks!
请大神介绍一个树形控件,免费的开源的。谢谢。类似syncfusion的treeview但这个是收费的。Uranium 这个里面有免费开源的吗。只要树形控件就可以。
Developer technologies | .NET | .NET MAUI

Excel VBA: Can my VBA code determine whether Solver is running?
Is there a way to test whether Solver is running? I have a section of VBA code that must be skipped if Solver is running. I'm using MS Office LTSC Professional Plus 2024 (Windows).
Developer technologies | VB
The correct CChildFrame is not activated after the predecessor is closed.
MFC MDI application. Opened several CChildFrame s. (To illustrate better my issue I identified every CChildFrame with an unique id.) Opened, lets say, 5 CChildFrame. 1, 2, 3, 4, 5. List the order of the CChildFrame by menu: About: List…
Developer technologies | C++
How to Run Instrumentation Profiling with a DLL in Visual Studio 2019 and 2022
In Visual Studio 2017, the Performance Profiler (Instrumentation mode) lets you select both a DLL and an EXE file. However, in Visual Studio 2019 and 2022, I am unable to select a DLL using the Debug → Performance Profiler → Instrumentation option. What…
Developer technologies | Visual Studio | Testing
Navigate PopToRoot when Tab Reselected in .NET MAUI Windows
Navigate PopToRoot when Tab Reselected in .NET MAUI for Windows same like Android as per below ticket for your reference. https://learn.microsoft.com/en-us/answers/questions/2041922/navigate-poptoroot-when-tab-reselected-in-net-maui
Developer technologies | .NET | .NET MAUI
MAUI: Notification icon is blank in Android 15
I am using below code to show the push notification icon in my MAUI application: private void CreateNotificationChannel() { try { var channelId = $"{PackageName}.general"; var notificationManager =…
Developer technologies | .NET | .NET MAUI
Complete Merge Tactics Guide - Master Clash Royale Merge Tactics
Your ultimate resource for Merge Tactics strategies, merge troops techniques, and expert Clash Royale gameplay tipshttps://mergetacticsguide.com/#how-to-play
Developer technologies | Windows Presentation Foundation
App is crashing which swiping in carousel view in maui
I had implemented the carousel view in android, When im swipping app is getting crashed.
Developer technologies | .NET | .NET MAUI
Is there a cleaner way to connect Power BI to Oracle Fusion?
We're using BICC and BI Publisher exports to pull Fusion data into Power BI. It works… sort of. But it’s messy - lots of manual steps, stale data, and fragile file-based pipelines. I came across a method that does direct connectivity from Power BI to…
Developer technologies | Windows Forms
Scrolling Issue on Tabbed Page in iOS When Adding Dynamic Labels
I am experiencing a scrolling issue on a tabbed page in iOS when dynamically adding labels. In most cases (approximately 8 out of 10 times), I am unable to scroll down after adding the labels. This issue occurs on both real and simulator devices. …
Developer technologies | .NET | .NET MAUI
Resources rules file 'Platforms/iOS/Entitlements.plist' not found.
Hello I am using visual studio 2022 for windows and trying to build a IOS archive file in on my windows box which should then be transferred to my connected MAC so that I can then publish the app- I keep getting this error Resources rules file…
Developer technologies | .NET | .NET MAUI
Can't start the default Azure Function in Visual Studio 2022
Visual Studio 2022 17.14.7 Core Tools Version: 4.0.7317 Commit hash: N/A +5ca56d37938824531b691f094d0a77fd6f51af20 (64-bit) Function Runtime Version: 4.1038.300.25164 Following the quick start…
Developer technologies | Visual Studio | Debugging
i can't execute program in visual studio without administrator account after changing the assembly name
Hi, after windows updates, I can't execute program on visual studio (Debug/Release) without administrator account after changing assembly name. changing version name of assembly name is able to execute program without administrator account. ex) Device…
Developer technologies | C#
Unable to load WCF project in solution as I am using Visual Studio 2022
In my solution total 12 projects but when I loading it is loading only 11 project, and one project is unable to load. IDE: Visual Studio 2022 Framework: <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> Application: WCF I need solution…
Developer technologies | Visual Studio | Setup
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…