54,129 questions with Developer technologies-related tags

Sort by: Updated
2 answers

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 Jul 4, 2025, 3:11 AM
Binx1031 0 Reputation points
answered Jul 14, 2025, 10:47 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
2 answers

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 May 7, 2025, 6:23 AM
형진 김 20 Reputation points
answered Jul 14, 2025, 10:46 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
2 answers

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 Jun 17, 2025, 9:35 AM
Amal Krishna Jk 25 Reputation points
answered Jul 14, 2025, 10:45 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
4 answers

if Task.Run runs a task in async then why and when i should write async in Task.Run(async () => {})

q1) does Task.Run creast async task? (it is writen it runs on  an other thread.) q2) if it does create async task then why and when we need Task.Run(async ()={}). pls explan with examples.

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 12, 2025, 12:36 PM
rajesh yadav 231 Reputation points
edited a comment Jul 14, 2025, 10:31 AM
AgaveJoe 30,126 Reputation points
0 answers

Does Windows Server 2022 support COM+?

I have an application that uses a COM DLL (written in Visual C++ 6.0) and an EXE application built using VB6. Both are currently deployed on Windows Server 2016. We are now planning to migrate to Windows Server 2022. Does Windows Server 2022 support…

Developer technologies | C++
asked Jul 14, 2025, 10:30 AM
Noor Azlinda Mat Seman 0 Reputation points
2 answers

Crash dumps are not created sporadically.

We have separate process built by us on utilizing the WER in the situation and creating the dump file in the path we configure. But sporadically, we see that WER has not reproted the issue and dump files are not created. Sometimes WER has reported and…

Developer technologies | C++
asked Jun 6, 2025, 9:26 AM
O V, Naveen 20 Reputation points
answered Jul 14, 2025, 10:28 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
1 answer

Best CPU for Gaming & Work Expert Suggestion

I have been researching the best CPU for the past few days because I want to upgrade my PC to handle both gaming and work tasks smoothly. I checked reviews on the New York Times, Consumer Reports, and Popular Mechanics, and they are marking these two as…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 14, 2025, 8:28 AM
info32 0 Reputation points
answered Jul 14, 2025, 10:26 AM
Harry Vo (WICLOUD CORPORATION) 320 Reputation points Microsoft External Staff
2 answers

Visual Studio failed to publish to Azure Container Registry

Hi, I have an ASP.NET Core application that I am trying to migrate to Azure. I am using Azure Container Registry to publish my app's images and run it on Container App. Until a few days ago, I was able to successfully push the image to the container…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
511 questions
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | C#
asked Jan 21, 2025, 3:33 PM
Pampua84 6 Reputation points
commented Jul 14, 2025, 10:23 AM
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
4 answers

'Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType

I am trying to implement global exception handling in a .NetCore 9 webAPI project. I created a ExceptionMiddlewareExtensions class like so: ExceptionMiddlewareExtensions.cs - public static class ExceptionMiddlewareExtensions { public static void…

Developer technologies | ASP.NET | ASP.NET Core
asked Jan 24, 2025, 5:31 PM
P. G. Choudhury 146 Reputation points
commented Jul 14, 2025, 10:23 AM
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
1 answer

An installation file didn't download

I keep getting this error while downloading the visual studio community 2022 package. I have used different VPNs and DNS and have turned my laptop off and on many times but it did not work. What is the problem and solution?

Developer technologies | Visual Studio | Setup
asked Jul 7, 2025, 11:18 PM
Mmd Hwdi 0 Reputation points
commented Jul 14, 2025, 9:54 AM
Adiba Khan 5 Reputation points Microsoft External Staff
1 answer

How to use existing Visual Studio subscription/license on new laptop

Several years ago I purchased a subscription for microsoft visual studio profesional and am still paying monthly. The laptop I was using Visual Studio 2019 on is no longer functioning.  However, I have the hard drive from the old laptop in my new laptop.…

Developer technologies | Visual Studio | Setup
asked Jul 10, 2025, 1:39 PM
Duffy, John 0 Reputation points
answered Jul 14, 2025, 9:54 AM
Adiba Khan 5 Reputation points Microsoft External Staff
1 answer

Could not load type 'Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger' from assembly 'Microsoft.IdentityModel.Abstractions

When calling Microsoft.AspNetCore.Authentication.Core.AuthenticationHandlerProvider.GetHandlerAsync() Got below exception System.TypeInitializationException: The type initializer for 'Microsoft.IdentityModel.Logging.LogHelper' threw an exception. …

Developer technologies | ASP.NET | ASP.NET Core
asked Dec 30, 2024, 9:36 AM
Jay Prakash 0 Reputation points Microsoft Employee
answered Jul 14, 2025, 9:07 AM
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
3 answers

How to insert two or more different values under one column name based on parent PK?

Greetings experts, We are designing internal ballot system that will be used to elect members into various positions based on election types.

Developer technologies | VB
asked Jun 2, 2025, 4:04 PM
Simflex 326 Reputation points
commented Jul 14, 2025, 8:54 AM
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 5 Reputation points Microsoft External Staff
1 answer

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 Jul 11, 2025, 6:50 AM
Vasu Bansal 20 Reputation points
edited an answer Jul 14, 2025, 8:54 AM
Varsha Dundigalla(INFOSYS LIMITED) 235 Reputation points Microsoft External Staff
2 answers

Seed Data Asp.Net core Identity .Net 9

Hello, good time. A problem in the new version of .Net 9 that I recently found after upgrading from version 8 to 9. Regarding the seed data context identity I found this problem after upgrading the version, in your project I have a Context, one for the…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
asked Dec 21, 2024, 6:56 AM
Saeed Ghafori 0 Reputation points
answered Jul 14, 2025, 8:53 AM
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
3 answers

Attaching to WSL process from a visual studio extension.

I can attach to a WSL process in visual studio by going Debug -> 'Attach To Process' in the menu, then setting the 'Connection type' to 'Windows subsystem for Linux', selecting the process from the list, and clicking the 'attach' button. How can I do…

Developer technologies | Visual Studio | Extensions
asked Jun 2, 2025, 10:10 AM
Kev Martin 0 Reputation points
commented Jul 14, 2025, 8:44 AM
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 5 Reputation points Microsoft External Staff
0 answers

UI freezes when observable collection is updating

We are performing pagination locally. Exactly while adding data to bindable observable collection, UI is freezing. We tried using collectionview and Threshold. Issues Faced: Scroll Jittery and UI freeze while data adding to bindable collection We tried…

Developer technologies | .NET | .NET MAUI
asked Jul 14, 2025, 8:41 AM
Shashank Gaddam [C] 20 Reputation points
1 answer

how to use notation in .net android?

how to play music notation in .net android? I have searched c++ lib to play notation but there is no android how to play it?

Developer technologies | .NET | .NET MAUI
asked Jul 13, 2025, 3:06 PM
mc 5,571 Reputation points
commented Jul 14, 2025, 8:41 AM
Tony Dinh (WICLOUD CORPORATION) 390 Reputation points Microsoft External Staff
2 answers

Getting error while configuring build pipeline for .net framework project on azure VM IIS

We are getting error while configuring build pipeline for .net framework project having single .sln file for 3 different applications using azure devops pipelines , ##[error]The nuget command failed with exit code(1) and error(Error parsing solution file…

Developer technologies | ASP.NET | Other
asked Feb 10, 2025, 5:00 PM
Nikhil Rasal 0 Reputation points
answered Jul 14, 2025, 8:10 AM
Stephan Bauer 0 Reputation points
1 answer

SAML Access Denied from Azure AD - Localhost Sustainsys Setup

I am trying to set up an SAML based authentication using ASP.Net framework 4.8. But after login i am returning back to my localhost site and getting error like https://localhost:44353/Saml2/Acs?error=access_denied . I have assigned users and all the…

Developer technologies | ASP.NET | ASP.NET API
asked Jun 25, 2025, 12:23 PM
Verool Kuniyil Shibin 5 Reputation points
commented Jul 14, 2025, 8:01 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff