How do you add a ELF symbol file using symstore.exe ?
According to the dotnet-sos and dotnet-symbols we see that modern symstore fetches support downloading ELF symbols files (ex: libcoreclr.so). The microsoft github repository for theses tools also show that support for elf file was added. This suggests…
Developer technologies | C++
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++
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
what is the lamda in wpf?
I have a class that has this: public MyCls { public MyCls(object?o) { //o.Invoke()? } } I want to use it: var cls=new MyCls(()=>{ myCounter++;}); what is the o is?
Developer technologies | Windows Presentation Foundation
How do I resolve the following Exception...?
Exception thrown at 0x00007FFA4A457F9A (KernelBase.dll) in App.exe: WinRT originate error - 0x8000FFFF : 'WindowsXamlManager and DesktopWindowXamlSource are supported for apps targeting Windows version 10.0.18226.0 and later. Please check either the…
Developer technologies | C++
Microsoft Defender Graph API: Only Device Score Retrieved, Others Are Zero — Why?
Hi everyone, I'm using the Microsoft Graph API (Security > Secure Scores endpoint) to retrieve category-wise scores (Device, Identity, Apps, Data) from Microsoft Defender for Endpoint. I'm successfully getting the Device Score, but the values for App…
Developer technologies | Visual Studio | Debugging
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
UWP Titlebar problem
Hello, I had a problem accessing the title bar at UWP. From the code below: We have MainPopup element which contains content of popups that can be open in the application. AppTitleBar element is set as titlebar. When the popup is visible…
Developer technologies | Universal Windows Platform (UWP)
Why am I getting "No application access policy found for this app" when creating a Teams meeting via Microsoft Graph API using application permissions?
I am encountering an issue while trying to create Microsoft Teams meetings using Microsoft Graph API with application permissions in a C# (.NET Core) backend. ✅ What I’ve Done Registered the app in Azure AD Granted Microsoft Graph API application…
Developer technologies | C#

Enterprise Application Provisioning: Authenticate on SCIM endpoint
Situation I am writing an ASP.NET Application implementing the SCIM protocol. It will be single tenant and only be used in my company. I primarily follow this guide by Microsoft (Develop and plan provisioning for a SCIM endpoint in Microsoft Entra…
Developer technologies | ASP.NET | ASP.NET Core
Fix "AADSTS500112" in "Azure Container App" running asp.net with Identity
I am encounter error "AADSTS500112" in an asp.net running in azure container app behind an ingress which is handing SSL termination. This means that all address are coming in as https and the ingress is forwarding http to port 8080. The Azure…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | Other
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
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
how to set date format in eval asp.net
Hello this is my date eval <%#Eval("Date", "{0:dd/MMM/yyyy}")%> when i convert to excel i want excel filter to be look like this so what to change my eval so that it can look like as below
Developer technologies | ASP.NET | ASP.NET API

SOLID Principles Sample project with database
This question might be repeatative, but I am not getting correct path for complete project or code with database following SOLID principles. I am just getting theory with just few line of code to explain. Can some one redirect me to a good article or…
Developer technologies | Windows Forms
Developer technologies | ASP.NET | Other
Silent Printing in .NET MAUI App
In a .NET MAUI app, a PDF document is read into a Stream object for printing. The requirement is to restrict the user from selecting any printer, only allowing a predefined set of printers. Additionally, the user should not be able to modify the print…
Developer technologies | .NET | .NET MAUI
Form layout issue
Hi, Any existing form sample to have the 3 parts below on a form that we can have the different details inside each?
Developer technologies | ASP.NET | Other
Open app from another app
Hi experts Working on 2 separate WinForms apps (.NET Framework 4.8 with VB) and going to msix bundle them to store. Once they both are installed how can I run one of them from within the other one? They are not associated with any file type, just need to…
Developer technologies | Windows Forms
Visual Studio Developer Community website returns 500 error
Trying to view a specific item or just any items by browsing produces a 500 error in some fashion. Clearly this is not useful or the intended behaviour, and the queried feedback items should be shown. The service status says 'Healthy' at…
Developer technologies | Visual Studio | Other
Loading pop up
https://reccloud.com/u/nq75s16 <toolkit:Popup x:Class="FireChat.Views.PopUps.LoadingPopUp" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …