54,129 questions with Developer technologies-related tags

Sort by: Updated
0 answers

Can we restrict SharePoint access from Sites.Read.All to Sites.Selected?

Hi, We’re currently using OAuth 2.0 in our application to integrate with SharePoint via the Microsoft Graph API. The app needs to allow users to: Select a site Browse folders Access files At the moment, we’re using the Sites.Read.All permission…

Developer technologies | .NET | Other
asked 2025-07-14T12:47:40.35+00:00
IT Adversign 0 Reputation points
1 answer

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 2025-07-14T08:41:53.44+00:00
Shashank Gaddam [C] 20 Reputation points
answered 2025-07-14T12:19:23.4233333+00:00
Anelka Nkuna 0 Reputation points
1 answer

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 2025-07-14T10:30:56.47+00:00
Noor Azlinda Mat Seman 0 Reputation points
answered 2025-07-14T12:17:21.9266667+00:00
Anelka Nkuna 0 Reputation points
1 answer

Good installer for visual studio 2019 c# projects

Still using Visual Studio 2019 professional. I have several independent solutions (single project solutions). I need to create an installer that installs 6 different projects on a computer. Right now, I have a single deployment project in each…

Developer technologies | C#
asked 2025-06-30T15:27:24.5566667+00:00
Darryl Hoar 181 Reputation points
commented 2025-07-14T12:06:56.54+00:00
Gade Harika (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
4 answers

When using OpenXML do I need to create a new abstract numbering for each numbered list if i want it to restart

Using c# openxml, when i create multiple numbering instance referring to the same abstract num (ordered list), each list continues its numbering upwards throughout the document. If i want numbering to restart do i need to create a new abstract or is…

Developer technologies | C#
asked 2025-07-03T16:08:18.5733333+00:00
Jake Good 0 Reputation points
commented 2025-07-14T12:02:14.3266667+00:00
Gade Harika (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
2 answers

Issue in publishing through Visual Studio 2022

Support Team, while publishing on Azure web application through Visual Studio 2022 we face issue the Subscription and Resources Group - UnKnown Error Popup SSL Connection could not be established. Please let me know how to excalate further…

Developer technologies | Visual Studio | Setup
asked 2025-07-07T08:04:32.67+00:00
Subhash cherian 1 Reputation point
commented 2025-07-14T11:58:55.87+00:00
Gade Harika (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
8 answers

How to Debug Remote MAUI App Launch

I have a .NET 9 MAUI app being deployed to a remote Xcode iOS iPhone 16 Plus. All components have the latest release software. The deployment is successful, and the application is launched and the splash screen displayed on the phone. However, the first…

Developer technologies | Visual Studio | Debugging
asked 2025-07-01T10:53:00.0633333+00:00
Marc George 191 Reputation points
commented 2025-07-14T11:57:02.5766667+00:00
Gade Harika (INFOSYS LIMITED) 85 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 2025-07-12T12:36:54.6433333+00:00
rajesh yadav 231 Reputation points
commented 2025-07-14T11:31:07.8533333+00:00
SurferOnWww 4,721 Reputation points
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 2025-07-11T06:50:32.34+00:00
Vasu Bansal 20 Reputation points
edited an answer 2025-07-14T11:29:51.1133333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 235 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'.

I get this error in Visual Studio Version 17.14.8 when I want to start debugging my iOS project on my iPad: The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'. Please install it or try setting a…

Developer technologies | .NET | .NET MAUI
asked 2025-07-11T09:32:56.96+00:00
Kim Strasser 1,346 Reputation points
accepted 2025-07-14T11:06:59.9433333+00:00
Kim Strasser 1,346 Reputation points
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 2025-07-04T03:11:26.75+00:00
Binx1031 0 Reputation points
answered 2025-07-14T10:47:35.7266667+00:00
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 2025-05-07T06:23:50.5233333+00:00
형진 김 20 Reputation points
answered 2025-07-14T10:46:50.4466667+00:00
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 2025-06-17T09:35:03.1833333+00:00
Amal Krishna Jk 25 Reputation points
answered 2025-07-14T10:45:59.4233333+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
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 2025-06-06T09:26:21.51+00:00
O V, Naveen 20 Reputation points
answered 2025-07-14T10:28:38.45+00:00
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 2025-07-14T08:28:52.1666667+00:00
info32 0 Reputation points
answered 2025-07-14T10:26:42.2266667+00:00
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.
512 questions
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | C#
asked 2025-01-21T15:33:13.06+00:00
Pampua84 6 Reputation points
commented 2025-07-14T10:23:41.77+00:00
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 2025-01-24T17:31:46.3366667+00:00
P. G. Choudhury 146 Reputation points
commented 2025-07-14T10:23:09.5366667+00:00
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 2025-07-07T23:18:36.73+00:00
Mmd Hwdi 0 Reputation points
commented 2025-07-14T09:54:32.5366667+00:00
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 2025-07-10T13:39:47.2333333+00:00
Duffy, John 0 Reputation points
answered 2025-07-14T09:54:19.8633333+00:00
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 2024-12-30T09:36:20.9466667+00:00
Jay Prakash 0 Reputation points Microsoft Employee
answered 2025-07-14T09:07:40.9333333+00:00
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff