54,120 questions with Developer technologies-related tags

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

Alert header not seen well

Hi, After installing the app as exe in windows .NET 9, the alert header go to right and button change order. bool answer = await Application.Current.MainPage.DisplayAlert("Format USB", "Are you sure you want to format the USB…

Developer technologies | .NET | .NET MAUI
asked 2025-04-22T12:52:07.76+00:00
Dani_S 4,521 Reputation points
accepted 2025-07-11T07:16:41.52+00:00
Dani_S 4,521 Reputation points
1 answer

Conectar o Windows ao meu dispositivo Mac

Olá, Após atualizar para a versão mais recente do Visual Studio, estou encontrando um erro e não consigo conectar o Windows ao meu dispositivo Mac. O MSBuild não conseguiu se conectar ao Mac com Endereço='xx.xxx.xx.xxx' e Usuário='xx.xxx'. Esta conexão é…

Developer technologies | .NET | .NET MAUI
asked 2025-07-10T12:56:33.6533333+00:00
Sara Isabelle Galvão de Lima 0 Reputation points
answered 2025-07-11T07:16:22.79+00:00
Tony Dinh (WICLOUD CORPORATION) 390 Reputation points Microsoft External Staff
0 answers

Snowflake MFA Key - Pair authentication for Powerbi

Problem: Snowflake enforces Multi-Factor Authentication (MFA) on all users, in line with our security policies. Power BI does not support key pair authentication, which Snowflake offers for M2M scenarios Power BI's supported auth methods to…

Developer technologies | Universal Windows Platform (UWP)
asked 2025-07-11T07:13:12.9366667+00:00
Hariharan R 0 Reputation points
0 answers

How to open a new file in memory in visual studio using my editory factory

I want to open a new .sql file in memory not in the disc and also when the file is open i want to use my editory factory to it I tried this method to create a new .sql in memory file but using this way I am not able to use my editory factory to it. var…

Developer technologies | Visual Studio | Extensions
asked 2025-07-11T06:50:32.34+00:00
Vasu Bansal 20 Reputation points
edited the question 2025-07-11T06:51:21.3566667+00:00
Vasu Bansal 20 Reputation points
2 answers

how to replace a .NET Framework dll with .NET Core dll in a legacy app

Hello, Could someone please provide the steps involved in replacing a .NET Framework dll with a .NET Core dll in a target framework 4.6.2 app? I am getting many conflicts. I am also using Visual Studio Community 2022. William Johnston

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-01-02T16:50:11.8466667+00:00
William Johnston 106 Reputation points
answered 2025-07-11T06:49:49.53+00:00
Jack Dang (WICLOUD CORPORATION) 535 Reputation points Microsoft External Staff
2 answers

purpose of the services in building asp.net mvc app

builder.Services.AddScoped<IMyScopedService, MyScopedService>();

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-01-24T05:57:51.0733333+00:00
Aayush Sharma 0 Reputation points
answered 2025-07-11T06:49:41.8933333+00:00
Jack Dang (WICLOUD CORPORATION) 535 Reputation points Microsoft External Staff
0 answers

im unable to adjust my brightness, it turned grey and i had to change my display setting to 'show 1' everytime i open my pc

im unable to change my brightness level, i had to change my display setting everytime i open my pc to 'show 1' display i dont know what to do, my brightness level turned grey

Developer technologies | Visual Basic for Applications
asked 2025-07-11T04:44:38.5066667+00:00
vishav bhardwaj 0 Reputation points
1 answer

E_ACCESSDENIED error when IStream::Seek on Stream created using CreateStreamOnHGlobal on Windows 11 24H2 client

Hello all, After days of debugging, I found I am getting E_ACCESSDENIED error on the server side (Windows Server 2022) when I try to seek to the beginning of a stream: `ULARGE_INTEGER lPos;` LARGE_INTEGER lZero; lZero.QuadPart = 0; auto hrTemp =…

Developer technologies | C++
asked 2025-07-02T05:35:11.58+00:00
Robert Bui 0 Reputation points
commented 2025-07-11T04:12:05.0866667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 155 Reputation points Microsoft External Staff
1 answer

getting blocker call for listen() in winRT component using httplib.h

Hi, I am using WinRT componet project. I have included httplib.h file I am creating object for server and calling the Get() I am calling listen() method but Its like a bloker call in winRT app. I have also tyied with thread but no luch. Kindly provide…

Developer technologies | C++
asked 2025-06-18T15:51:24.8566667+00:00
Arvind Kumar 20 Reputation points
commented 2025-07-11T03:40:43.41+00:00
Varsha Dundigalla(INFOSYS LIMITED) 155 Reputation points Microsoft External Staff
1 answer

Bitlocker using win 32 api

I have created a function inside my agent to apply bitlocker on a drive using win api, even though the execution is completed successfully the drives are not getting locked using bitlocker

Developer technologies | C++
asked 2025-06-17T09:35:03.1833333+00:00
Amal Krishna Jk 25 Reputation points
commented 2025-07-11T03:36:48.0266667+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
1 answer

Could you explain why the _Hash class manages buckets using both lower and upper bounds?

Hello, First of all, I’d like to kindly ask for your understanding as I’m using a translation tool to write this message. While looking into the msvc C++ _Hash class, I came across something I didn’t fully understand, so I’m reaching out with a question.…

Developer technologies | C++
asked 2025-05-07T06:23:50.5233333+00:00
형진 김 20 Reputation points
commented 2025-07-11T03:35:15.8533333+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
1 answer

Can’t login to microsoft account on ps5 because of xboxone account from

I can’t login to my microsoft account on my ps5 (minecraft). Because of already having a xbox account? How does this make sense how do I fix this? This is honestly the worst design I have ever seen.

Developer technologies | Windows Forms
asked 2025-07-04T03:11:26.75+00:00
Binx1031 0 Reputation points
edited a comment 2025-07-11T03:34:37.64+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
1 answer

Support Needed: Error 0x800B0100 - App Package Must Be Digitally Signed

Hi all, I'm currently facing an issue while creating a UWP package in Unity, and I keep encountering the error 0x800B0100. The error message states, "The app package must be digitally signed for signature validation." Here are the details of…

Developer technologies | Universal Windows Platform (UWP)
asked 2025-03-28T12:23:39.7+00:00
Nallamuthu Sundhararajan 25 Reputation points
answered 2025-07-11T03:22:40.9466667+00:00
Harry Vo (WICLOUD CORPORATION) 320 Reputation points Microsoft External Staff
1 answer

.NET MAUI - .NET9 - ERROR: XAPRAS7004 / NU1101 Unable to find package Microsoft.NETCore.App.Runtime.linux-bionic-x86.

Hello, I've been trying for a few months to solve a problem with .NET MAUI on .NET 9, I've tried to look everywhere, mainly on GITHUB but when I try the solutions that other devs have found, I have the feeling that it doesn't work on my side since I…

Developer technologies | .NET | .NET MAUI
asked 2025-05-12T18:13:57.99+00:00
Lenn's 0 Reputation points
commented 2025-07-11T02:40:35.4433333+00:00
Michael Le (WICLOUD CORPORATION) 545 Reputation points Microsoft External Staff
3 answers One of the answers was accepted by the question author.

How do I convert a UWP application to use Azure Maps?

I maintain a large UWP application that uses MapControl (from Windows.UI.Xaml.Controls.Maps). I didn't know that Bing map tokens were being retired until I started seeing a "MapServiceToken not specified" warning in my map views a few days…

Developer technologies | Universal Windows Platform (UWP)
asked 2025-07-09T20:59:00.2433333+00:00
Frank LaRosa 21 Reputation points
commented 2025-07-11T02:40:19.9233333+00:00
Harry Vo (WICLOUD CORPORATION) 320 Reputation points Microsoft External Staff
2 answers

How do I control which database to use when a Blazor Server app starts?

I'm working on a rewrite of an old WebForms application. I want to be able to control, through a GitHub Action running in a self-hosted runner, which database (test or production) the application should run against. I thought I could do this with the…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-07-03T16:56:57.9066667+00:00
Falanga, Rod, DOH 250 Reputation points
commented 2025-07-11T02:39:21.41+00:00
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
1 answer

Empty Carousel view

I'm developing a MAUI application and encountering an issue with the CarouselView control. The indicators in the CarouselView appear correctly according to the number of items in my ObservableCollection<string> which contains the filenames of my…

Developer technologies | .NET | .NET MAUI
asked 2025-05-02T07:00:06.2666667+00:00
Rendy Putrayana 0 Reputation points
commented 2025-07-11T02:39:13.9233333+00:00
Michael Le (WICLOUD CORPORATION) 545 Reputation points Microsoft External Staff
2 answers

Will the list of tasks being cleared after await Tasks.WhenAll(tasks)?

Hi, Will the list of tasks being cleared after await Tasks.WhenAll(tasks)? int i=0; List<Task> tasks = new List<Task>(); do { tasks.Add(Do_Test1(i)); tasks tasks tasks tasks await Task.WhenAll(tasks); //…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-02-18T07:49:10.6166667+00:00
Dondon510 261 Reputation points
commented 2025-07-11T02:30:16.0066667+00:00
Jack Dang (WICLOUD CORPORATION) 535 Reputation points Microsoft External Staff
0 answers

start foreground service not be called in .net android?

I am using .net android and I want to create foreground service. but it not be called. in OnCreate StartForegroundService(new Intent(this, typeof(XyOpService))); public class XyOpService : Service { public override Android.OS.IBinder? OnBind(Intent?…

Developer technologies | .NET | .NET MAUI
asked 2025-07-11T01:42:59.01+00:00
mc 5,551 Reputation points
1 answer One of the answers was accepted by the question author.

how to start a foreground service in .net android?

I am using .net android and I am using media projection to capture screen I find that it is very slow when I minimize my APP so I want to ask that how to create a foreground service so I can run it not slow. .

Developer technologies | .NET | .NET MAUI
asked 2025-07-08T13:00:31.9633333+00:00
mc 5,551 Reputation points
commented 2025-07-11T01:14:43.9566667+00:00
mc 5,551 Reputation points