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
Updating Layout When Navigating to Fragment
When navigating to a Fragment using the SupportFragmentManager in .NET for Android using code similar to the following: this.SupportFragmentManager.BeginTransaction().DisallowAddToBackStack().Replace(Resource.Id.fcvMain, new…
Developer technologies | C#
C# - CS0103 : The name 'Brushes' does not exist in current context
Hi I'm new to C# and trying to plot a graph in IX developer, got the following code of the web, all compiles fine except for the pens and brushes colors which gives a CS0103: Error saying they don't exist in the current context, can anyone guide me as…
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
How can I prevent Vistual Studio uninstalling workloads that I'm currently using?
I have an issue when using Visual Studio where I can be in the middle of working on a project and then I without any warning I'll start getting build errors because a workload required for my project isn't installed. Specifically this is usually…
Developer technologies | Visual Studio | Setup

Offline installer of the Python extension For Visual Studio on Windows
Hi, Our security team require downloaded package to scan for security risks and vulnerabilities before installation and i am unable to find an offline installer for the python extension for visual studio on windows. Where would i be able access this…
Developer technologies | Visual Studio | Extensions
Visual Studio Code - unable to change the size of a window
Hello, I have a code written by python that allows me to access web (via Selenium) but I cannot change the window size even though it´s not headless mode. Because of that I don´t see all elements and I cannot click them. For example I had to make…
Developer technologies | Visual Studio | Debugging
How to create dynamic column in datalist POS Store Commerce
Hi Everyone, I would like to display a datalist with dynamic data from crt, need to create dynamic column. Thanks, Janaki Priya
Developer technologies | Visual Studio | Extensions
How might the .NET CLI be adapted for better accessibility across screen readers and speech-to-text tools?
Is command output readable, and are error messages clearly structured for assistive tech users?
Developer technologies | .NET | .NET CLI
How do I put touchscreen on my chromebook, if its my schools?
All of my schools chromebooks are built in with touchscreen and for some reason mine won't work. I tried the search and shift then press t hack but it still wont work. pls help me
Developer technologies | .NET | .NET CLI
Finance and Operations
Iam facing an error while making the product receipt automic code in D365 F&O these is the error An error occurred: Cannot select a record in Transit document tax information relation (TransitDocumentTransTaxInfoRelation_IN). The SQL database has…
Developer technologies | C#
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
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…