54,828 questions with Developer technologies-related tags

Sort by: Updated
1 answer

DWMWA_USE_IMMERSIVE_DARK_MODE confusion

Hi I have a C++ Windows app (Qt) that uses Win32 titlebars and I'm working on adding dark theme support for it. I learned that you can set DWMWA_USE_IMMERSIVE_DARK_MODE attribute on a window so that title bars will be rendered in dark theme but I have a…

Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,026 questions
asked 2022-08-13T14:14:39.78+00:00
a b 16 Reputation points
commented 2025-11-17T18:38:13.1933333+00:00
kcdopt 0 Reputation points
4 answers

the shared with me api does not work, why?

The shared with me api call to one drive does not return the relevant data, I get only one item every time I run the query even though I have proper token and more items to show

Developer technologies | XAML
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
870 questions
asked 2025-11-10T10:45:24.5333333+00:00
Nikola Zdravevski 90 Reputation points
answered 2025-11-17T18:24:03.37+00:00
kbu 0 Reputation points
3 answers

How to fix - You must install or update .NET to run this application

root@ubuntu:/etc/systemd/system# /usr/bin/dotnet /var/www/MinAPI/WebApi.dll You must install or update .NET to run this application. App: /var/www/MinAPI/WebApi.dll Architecture: x64 Framework: 'Microsoft.AspNetCore.App', version '5.0.0' (x64) .NET…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,139 questions
Developer technologies | ASP.NET | ASP.NET Core
asked 2023-06-13T08:40:17.94+00:00
Bashar Muhanna 45 Reputation points
answered 2025-11-17T18:01:53.56+00:00
can kucukgultekin 85 Reputation points
2 answers

how we can build a chat bot for our asp.net core public web site?

We have a .net core MVC 8.0 web application where our data is either stored on the MVC views as html pages or inside PDF files inside file system and other PDF inside SQL database. so can we build copilot agents which interact with our data? i have…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-11-02T15:39:10.6333333+00:00
john john Pter 1,325 Reputation points
commented 2025-11-17T17:51:34.0866667+00:00
can kucukgultekin 85 Reputation points
0 answers

The OnChanged event isn't firing for InputNumber

I'm testing assigning numeric values in a Blazor Web App I'm writing using .NET 9. I've been following a sample, but it doesn't work. Here is the .razor file I'm using which is in a server-side project: @page "/method1" @rendermode…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-11-17T17:23:09.4933333+00:00
Falanga, Rod, DOH 445 Reputation points
0 answers

No Set up E5 subscription" button within my developer account created

I use my personal outlook account to set developer account but i got this reply saying,Thank you for joining. You don't current qualify for a Microsoft 365 Developer Program sandbox subscription. I read that to access it all i need is personal outlook…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,553 questions
asked 2025-11-17T16:49:43.0233333+00:00
Samuel Badiru 0 Reputation points
2 answers

How do I get more information about this linker error?

Recently I have been doing a lot of template related programming and every once in a while I get this linker error, but it doesn't really tell me much about what's wrong. 1>CollisionSystem.obj : error LNK2019: unresolved external symbol…

Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,026 questions
asked 2025-11-15T06:23:57.23+00:00
k b 0 Reputation points
commented 2025-11-17T16:26:19.0833333+00:00
k b 0 Reputation points
3 answers

How to write data to a gip device (Xbox Series controller)?

I am working on a program that would send a power off packet to my xbox series controller in order to turn it off. In 2024 Microsoft released GIP docs and as far as I understand Xbox One and Series work with GIP. I run a win10 pc and use an Xbox Series…

Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,673 questions
asked 2025-07-29T16:28:07.47+00:00
magrega 56 Reputation points
commented 2025-11-17T16:18:12.6166667+00:00
magrega 56 Reputation points
2 answers

Maui toolkit pop-up issue

I tried a Microsoft toolkit pop-up example and the popup have corners radius that I want to remove please here are the code using CommunityToolkit.Maui.Views; namespace MyProject; public class ReturnResultPopup : Popup<bool> { public…

Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,673 questions
asked 2025-11-17T11:36:54.2733333+00:00
Haviv Elbsz 2,111 Reputation points
commented 2025-11-17T15:39:28.75+00:00
Haviv Elbsz 2,111 Reputation points
2 answers

Mismatching versions of System.Text.Json

In our company, we develop 2 .NET solutions. Solution 1 contains - amongst others - a couple of .NET Framework 4.7.2 class libraries used in other projects. Some of these class libraries reference the NuGet package System.Text.Json 9.0.11 because this is…

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
1,293 questions
asked 2025-11-12T15:41:22.73+00:00
uds 0 Reputation points
edited a comment 2025-11-17T15:07:15.4166667+00:00
uds 0 Reputation points
2 answers

How to deploy and debug a program from a devcontainer on a remote system?

My desired workflow would be to open my C++ project in VS22 on my Windows system, built the binary in a Linux based devcontainer and deploy it for remote-debugging to another system or VM. While the first part of it works without any issues, I ´m…

Developer technologies | Visual Studio | Debugging
asked 2025-11-06T16:56:13.43+00:00
J. Müller 0 Reputation points
commented 2025-11-17T14:06:49.45+00:00
J. Müller 0 Reputation points
2 answers

App can not quit and blocked in NtTerminateProcess

Here is the call stack: # Child-SP RetAddr : Args to Child : Call Site 00 000000a9`de2ffaa8 00007ff9`762918ab : 00000000`00000000 00000000`00000000 ffffffff`fffffffe…

Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,026 questions
asked 2025-10-31T06:20:07.5066667+00:00
Lowell Liu 61 Reputation points
commented 2025-11-17T14:03:50.4133333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 965 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

My update ran into a problem, and I'm not sure what to do.

Developer technologies | Visual Studio | Setup
asked 2025-11-15T05:51:49.48+00:00
jia xiao 20 Reputation points
accepted 2025-11-17T14:02:46.6433333+00:00
jia xiao 20 Reputation points
1 answer One of the answers was accepted by the question author.

How can I install Microsoft Clarity on my custom-domain website?

Hi, I’m trying to install Microsoft Clarity on my website https://invitoai.com, which runs on a custom domain. I want to make sure I’m setting it up correctly so the tracking works without any issues. Could someone explain the proper steps for adding the…

Developer technologies | Visual Studio | Debugging
asked 2025-11-17T13:45:12.9733333+00:00
O Zil 0 Reputation points
accepted 2025-11-17T13:47:06.3066667+00:00
O Zil 0 Reputation points
1 answer

Do you need a Visual Studio subscription if you only need access to Windows test/dev systems licensed under a Visual Studio Open Value subscription to perform administrative tasks?

Do you need a Visual Studio subscription if you only need access to Windows test/dev systems licensed under a Visual Studio Open Value subscription to perform administrative tasks?

Developer technologies | Visual Studio | Testing
asked 2025-11-04T12:58:19.91+00:00
ScreptorIT 20 Reputation points
commented 2025-11-17T13:45:52.27+00:00
Gade Harika (INFOSYS LIMITED) 1,640 Reputation points Microsoft External Staff
1 answer

Mis, bagaimana caranya membuat templet untuk presentasi

Saya ini membuat templet untuk presentasi materi saya

Developer technologies | Windows Presentation Foundation
asked 2025-11-05T13:11:18.2133333+00:00
Wiwit Widayanti 0 Reputation points
commented 2025-11-17T13:43:43.64+00:00
Gade Harika (INFOSYS LIMITED) 1,640 Reputation points Microsoft External Staff
3 answers

MAUI: Blank space on header and footer of a flyoutpage

My app's home page is a FlyoutPage and below is its xaml. <FlyoutPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …

Developer technologies | .NET | .NET MAUI
asked 2025-09-27T11:51:21.1533333+00:00
Sreenivasan, Sreejith 175 Reputation points
commented 2025-11-17T13:38:34.7966667+00:00
Sreenivasan, Sreejith 175 Reputation points
2 answers

Markdown string for Hover (textDocument/hover) in Visual Studio

Iam working on an extension in Visual Studio that implements a Language Server (LSP) and support Hover (textDocument/hover) on some keywords in editor. Markdown string returned for Hover request does not work in my case. Does Visual Studio support…

Developer technologies | Visual Studio | Extensions
asked 2025-11-12T17:18:42.74+00:00
Sajith 66 Reputation points
commented 2025-11-17T13:33:50.63+00:00
Gade Harika (INFOSYS LIMITED) 1,640 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

MAUI: To build this project, the following workloads must be installed: wasi-experimental

I am getting below error for my MAUI project: To build this project, the following workloads must be installed: wasi-experimental To install these workloads, run the following command: dotnet workload restore I have experienced the same issue before…

Developer technologies | .NET | .NET MAUI
asked 2025-11-17T07:19:56.01+00:00
Sreenivasan, Sreejith 175 Reputation points
accepted 2025-11-17T13:32:28.37+00:00
Sreenivasan, Sreejith 175 Reputation points
4 answers

PROBLEMS WITH FTP -PASSIVEPORTRANG

Hello! I have a problem with the FTP protocol. I am transferring files to a domain via the command line. The company that rents the domain changed the operating system from CloudLinux 7 to Cloud Linux 9. And since then the transfer has not worked for me.…

Developer technologies | Windows Forms
asked 2025-11-12T06:54:10.71+00:00
TASA 0 Reputation points
commented 2025-11-17T13:32:11.7933333+00:00
Gade Harika (INFOSYS LIMITED) 1,640 Reputation points Microsoft External Staff