54,258 questions with Developer technologies-related tags

Sort by: Updated
0 answers

Query on Stack Protection Status

Hello Team, While checking a Windows executable in Process Explorer, I noticed that Stack Protection is shown as Disabled, whereas DEP, ASLR, and CFG are enabled. Could you please confirm if this is expected behavior, and what the security impact is of…

Developer technologies | C++
asked Aug 26, 2025, 6:24 AM
Mashuk Raza 20 Reputation points
1 answer

How do I get FilePicker to return a non-null result on MacCatalyst?

Maui Workload 9.0.14/9.0.100 SDK 9.0.200 XCode 16.3 (16e140) Mac OS Sequoia 15.3.2 Visual Studio Code 1.98.2 (Universal) I am developing a MAUI App that needs to run on Windows, MacOS and iOS (iPad only). I am trying to get…

Developer technologies | .NET | .NET MAUI
asked Apr 2, 2025, 5:27 PM
Alex Phillips 5 Reputation points
commented Aug 26, 2025, 6:23 AM
Harry Vo (WICLOUD CORPORATION) 1,005 Reputation points Microsoft External Staff
1 answer

Issue with Pipeline on Windows and signing MSIX

Hello everyone, Currently I have a project to migrate an app from Xam.Forms to Maui. The app is deployed to both IOS, Android and Windows and so far IOS and Android went well and the pipelines work great. I have issue however with Windows part and the…

Developer technologies | .NET | .NET MAUI
asked Jan 15, 2025, 2:51 PM
Marian Hristov 1 Reputation point
commented Aug 26, 2025, 6:22 AM
Harry Vo (WICLOUD CORPORATION) 1,005 Reputation points Microsoft External Staff
2 answers

Visual studio unit test, how to set the PATH?

Hello, I would like to create a folder structure like this: Solution directory Solution file .sln Project 1 source files of project 1 Test project Source files of tests WorkFolder File used for testing My problem is defining the…

Developer technologies | Visual Studio | Testing
asked Aug 13, 2025, 8:40 AM
Antonino Perricone 0 Reputation points
commented Aug 26, 2025, 6:19 AM
Susmitha T (INFOSYS LIMITED) 495 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 26, 2025, 6:19 AM
Michael Le (WICLOUD CORPORATION) 1,295 Reputation points Microsoft External Staff
1 answer

SSDT 2017 - TargetServerVersion issue with SQL Server 2019

Hi All, I have a computer on which I installed SSDT 2017 (standalone installer) 2-3 years ago. Offical MS site claims that Supported SQL Versions for SSDT 2017 are "SQL Server 2012 - SQL Server 2019". I can develop, deploy and run SSIS…

Developer technologies | Visual Studio | Extensions
asked Jul 11, 2025, 10:08 AM
Joerce30 0 Reputation points
commented Aug 26, 2025, 6:14 AM
Susmitha T (INFOSYS LIMITED) 495 Reputation points Microsoft External Staff
1 answer

Azure API Gateway

API management capability assessment​  Management of billing plans, usage plans and pricing models​ Ability to manage and monitor API consumption​ Established portal for self-service catalogue of APIs​

Developer technologies | C#
asked Jul 4, 2025, 9:19 AM
Saran Raj M 0 Reputation points
commented Aug 26, 2025, 5:59 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 380 Reputation points Microsoft External Staff
1 answer

How to fix 2 X PC with SSD which the latest windows update, August 2025, has destroyed. Both pcs only 4 months old. Both collapsed after update automatically applied.

How to fix 2 X PC with SSD which the latest windows update, August 2025, has destroyed. Both pcs are only 4 months old. Both collapsed after update automatically applied, so don't say windows can't do this..

Developer technologies | Windows Forms
asked Aug 19, 2025, 10:05 AM
CGL Gascoigne 0 Reputation points
commented Aug 26, 2025, 5:58 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 380 Reputation points Microsoft External Staff
1 answer

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
asked Aug 11, 2025, 5:41 AM
test code 1 Reputation point
commented Aug 26, 2025, 5:57 AM
Susmitha T (INFOSYS LIMITED) 495 Reputation points Microsoft External Staff
1 answer

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
asked Aug 8, 2025, 9:05 AM
Tyco Kaine 6 Reputation points
commented Aug 26, 2025, 5:47 AM
Susmitha T (INFOSYS LIMITED) 495 Reputation points Microsoft External Staff
2 answers

Is it possible to deploy a .net maui application on Android Go Edition

Is it possible to deploy a .net maui application on Android Go Edition?

Developer technologies | .NET | .NET MAUI
asked Apr 28, 2025, 1:48 PM
Anonymous
commented Aug 26, 2025, 4:46 AM
Michael Le (WICLOUD CORPORATION) 1,295 Reputation points Microsoft External Staff
3 answers

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
asked Jun 15, 2025, 5:09 PM
Shashank Gaddam [C] 20 Reputation points
commented Aug 26, 2025, 4:44 AM
Michael Le (WICLOUD CORPORATION) 1,295 Reputation points Microsoft External Staff
1 answer

net maui find one tree control for free thanks!

请大神介绍一个树形控件,免费的开源的。谢谢。类似syncfusion的treeview但这个是收费的。Uranium 这个里面有免费开源的吗。只要树形控件就可以。

Developer technologies | .NET | .NET MAUI
asked Jun 3, 2025, 11:40 AM
张中伟 80 Reputation points
edited a comment Aug 26, 2025, 4:42 AM
Michael Le (WICLOUD CORPORATION) 1,295 Reputation points Microsoft External Staff
1 answer

.NET MAUI - Camera View - Images Portrait

Hello, I'm using CameraView from CommunityToolkit.Maui.Camera, and I take photos that I display in another view. When I take the image with the iPad in portrait mode, the photo I took displays fine. I even save it to disk and display it later in another…

Developer technologies | .NET | .NET MAUI
asked Apr 25, 2025, 2:19 PM
NickNN 40 Reputation points
answered Aug 26, 2025, 4:31 AM
Harry Vo (WICLOUD CORPORATION) 1,005 Reputation points Microsoft External Staff
1 answer

Cant install visual Studio - Fresh Install Win 10

Installing Visual Studio on a fresh windows 10 Install. I got an error .Net framework was not installed. Memory serves me right, it use to auto install .Net as a part of the Visual Studio process. Anyway, I have .Net installed I have restarted, turned…

Developer technologies | Visual Studio | Setup
asked Aug 25, 2025, 4:56 PM
Micah Holmes 126 Reputation points
answered Aug 26, 2025, 4:06 AM
Gade Harika (INFOSYS LIMITED) 415 Reputation points Microsoft External Staff
0 answers

Unable to register background task with the appx manifest ( Print Support App )

I'm working on PSA (Print Support App) development with the following environment: Windows 10 22H2 and Windows 11 SDK 10.0.26100.0. In the appx manifest, I attempted to register a background task using the following code snippet:

Developer technologies | Universal Windows Platform (UWP)
asked Aug 22, 2025, 8:41 AM
朝辉 莫 0 Reputation points
edited the question Aug 26, 2025, 3:58 AM
Lynn Dang (WICLOUD CORPORATION) 0 Reputation points Microsoft External Staff Moderator
2 answers

Is there api doc in asp.net?

Is there api doc in asp.net? not swagger but like swagger

Developer technologies | ASP.NET | ASP.NET Core
asked Aug 25, 2025, 2:58 PM
mc 5,736 Reputation points
answered Aug 26, 2025, 3:32 AM
Jack Dang (WICLOUD CORPORATION) 1,260 Reputation points Microsoft External Staff
2 answers

how to compile resources under one catigory

i am wanting to relocate certain topics - filenames along with related topics and compile the data to see a more streamlined approach to the leveraged data

Developer technologies | Universal Windows Platform (UWP)
asked Aug 20, 2025, 4:36 AM
Mitchell Neal 5 Reputation points
commented Aug 26, 2025, 3:16 AM
Starry Night 110 Reputation points
0 answers

Line having the issue

Hi, Further to the error like Exception/StackTrace - Could not find a part of the path 'c:\xxy\newfile'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess…

Developer technologies | C#
asked Aug 26, 2025, 2:39 AM
Peter_1985 2,806 Reputation points
2 answers

Visual Studio Leaves Numerous Files After Each Application Run

Every time I make a debug or release run of the applications I am working on, Visual Studio generates five files that do not get cleaned up. Assume my application (which uses the x64 platform) is named ABC, these files are located…

Developer technologies | Windows Presentation Foundation
asked Aug 25, 2025, 2:39 PM
RogerSchlueter-7899 1,466 Reputation points
answered Aug 26, 2025, 1:12 AM
jc castro 0 Reputation points