54,193 questions with Developer technologies-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

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++
asked Aug 12, 2025, 7:58 PM
Mathieu Girard 20 Reputation points
commented Aug 15, 2025, 12:09 PM
Varsha Dundigalla(INFOSYS LIMITED) 880 Reputation points Microsoft External Staff
4 answers

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++
asked Jul 21, 2025, 11:59 AM
Flaviu_ 1,071 Reputation points
commented Aug 15, 2025, 12:04 PM
Varsha Dundigalla(INFOSYS LIMITED) 880 Reputation points Microsoft External Staff
1 answer

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
asked Aug 11, 2025, 9:22 AM
Utkarsh Pandey 0 Reputation points
commented Aug 15, 2025, 12:02 PM
Varsha Dundigalla(INFOSYS LIMITED) 880 Reputation points Microsoft External Staff
0 answers

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
asked Aug 15, 2025, 12:01 PM
mc 5,651 Reputation points
3 answers

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++
asked Aug 6, 2025, 2:07 PM
CDev-8220 425 Reputation points
commented Aug 15, 2025, 12:00 PM
Varsha Dundigalla(INFOSYS LIMITED) 880 Reputation points Microsoft External Staff
1 answer

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
asked Jul 28, 2025, 9:28 AM
Nandhana K 0 Reputation points
commented Aug 15, 2025, 11:59 AM
Varsha Dundigalla(INFOSYS LIMITED) 880 Reputation points Microsoft External Staff
6 answers

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
asked Aug 9, 2025, 6:42 PM
Dave Post 0 Reputation points
answered Aug 15, 2025, 11:53 AM
Varsha Dundigalla(INFOSYS LIMITED) 880 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

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)
asked Aug 7, 2025, 2:41 PM
123244 160 Reputation points
commented Aug 15, 2025, 11:40 AM
123244 160 Reputation points
1 answer

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#
asked May 18, 2025, 8:59 AM
Momen Omar 0 Reputation points
answered Aug 15, 2025, 10:46 AM
Syed Qaisar Shaffi 0 Reputation points
1 answer

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
asked Aug 1, 2025, 12:10 PM
Jack Kryger Sørensen 0 Reputation points
commented Aug 15, 2025, 10:46 AM
Raymond Huynh (WICLOUD CORPORATION) 700 Reputation points Microsoft External Staff
3 answers

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
asked Feb 8, 2025, 5:54 PM
Kelvin Hoover 5 Reputation points
commented Aug 15, 2025, 10:44 AM
Raymond Huynh (WICLOUD CORPORATION) 700 Reputation points Microsoft External Staff
1 answer

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
asked Mar 26, 2025, 12:28 PM
Sowndarrajan Vijayaragavan 470 Reputation points
commented Aug 15, 2025, 10:40 AM
Michael Le (WICLOUD CORPORATION) 1,230 Reputation points Microsoft External Staff
1 answer

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
asked Mar 19, 2025, 10:07 AM
Vaibhav Methuku 165 Reputation points
commented Aug 15, 2025, 10:39 AM
Michael Le (WICLOUD CORPORATION) 1,230 Reputation points Microsoft External Staff
3 answers

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
asked Feb 25, 2025, 8:36 AM
RAVI 1,076 Reputation points
commented Aug 15, 2025, 10:39 AM
Jack Dang (WICLOUD CORPORATION) 1,025 Reputation points Microsoft External Staff
2 answers

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
asked Oct 6, 2021, 8:26 PM
niraj zambad 1 Reputation point
answered Aug 15, 2025, 10:21 AM
Jignesh Kumar 0 Reputation points
1 answer

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
asked Jan 24, 2025, 5:54 AM
Navaneeth 21 Reputation points
answered Aug 15, 2025, 10:05 AM
Harry Vo (WICLOUD CORPORATION) 480 Reputation points Microsoft External Staff
2 answers

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
asked Aug 8, 2025, 9:04 AM
Peter_1985 2,786 Reputation points
edited a comment Aug 15, 2025, 9:54 AM
Peter_1985 2,786 Reputation points
2 answers One of the answers was accepted by the question author.

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
asked Jul 8, 2025, 7:15 AM
StewartBW 1,895 Reputation points
commented Aug 15, 2025, 9:47 AM
RLWA32 50,191 Reputation points
1 answer

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
asked Aug 13, 2025, 3:38 PM
Lewis Smith 0 Reputation points
answered Aug 15, 2025, 9:21 AM
Lewis Smith 0 Reputation points
1 answer

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

Developer technologies | .NET | .NET MAUI
asked May 11, 2025, 10:16 PM
Eduardo Gomez 3,731 Reputation points
edited an answer Aug 15, 2025, 9:15 AM
Harry Vo (WICLOUD CORPORATION) 480 Reputation points Microsoft External Staff