54,128 questions with Developer technologies-related tags

Sort by: Updated
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
0 answers

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
edited the question Jul 14, 2025, 8:34 AM
info32 0 Reputation points
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
5 answers

how to handle if async process returns before await.

ifGetStringAsync (and therefore getStringTask) completes before GetUrlContentLengthAsync awaits it, control remains in GetUrlContentLengthAsync. The expense of suspending and then returning to GetUrlContentLengthAsync would be wasted if the called…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 5, 2025, 9:36 AM
rajesh yadav 231 Reputation points
commented Jul 14, 2025, 7:57 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
2 answers

How locate Web.config file

This question is related to the following Learning Module

Developer technologies | ASP.NET | ASP.NET API
asked Apr 2, 2025, 5:51 AM
Oyeladun Ayobami 0 Reputation points
commented Jul 14, 2025, 7:55 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
2 answers

Unhandled exception in CoreCLR

The following error was raised in IIS on Production Server. Application: w3wp.exe CoreCLR Version: 8.0.724.31311 .NET Version: 8.0.7 Description: The process was terminated due to an unhandled exception. Exception Info: exception code c0000005, exception…

Developer technologies | ASP.NET | ASP.NET API
asked Apr 18, 2025, 1:02 PM
Manoj Kumar Manish 1 Reputation point
commented Jul 14, 2025, 7:54 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
2 answers

Web App taking high CPU when I am loading a particular web page.

My web app CPU going high when I am uploading a web page while the copy of uploading page working fine without any issue of CPU. Actual Page = mpn Page Copy = mpn1 I don't know what's going on

Developer technologies | ASP.NET | ASP.NET API
asked Feb 22, 2025, 8:41 AM
jasmeet ghai 0 Reputation points
commented Jul 14, 2025, 7:52 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
3 answers

how to show web api data in my sql

Hello We Have One Webapi running fine when we enter this url localhost/testapp/api/values/getdata now we need to insert this data automtically in my sql table how to do so please guide step by step { "Table": [ { …

Developer technologies | ASP.NET | ASP.NET API
asked Mar 27, 2025, 11:27 AM
RAVI 1,076 Reputation points
commented Jul 14, 2025, 7:51 AM
Danny Nguyen (WICLOUD CORPORATION) 410 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
answered Jul 14, 2025, 7:09 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
5 answers

aspx How to open one page from within another page

I am Working on ASPX Pages in Visual Stodio with vb.net code now i am trying to open a page (a from) from within an open page, which code can accomplish this? Thanks in Advence

Developer technologies | ASP.NET | ASP.NET API
asked Mar 12, 2025, 2:33 PM
Simon 466 Reputation points
answered Jul 14, 2025, 7:08 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
2 answers

How to fix the "Page Not Found" error when accessing a website in IIS?

I am encountering a "Page Not Found" error with error code 0x8007000d while trying to access my ASP.NET application hosted on IIS. The requested URL is http://localhost:8001/. The web.config file is configured as follows: <?xml…

Developer technologies | ASP.NET | ASP.NET Core
asked Nov 27, 2024, 12:08 PM
Michael Esmat 0 Reputation points
answered Jul 14, 2025, 7:01 AM
Jack Dang (WICLOUD CORPORATION) 535 Reputation points Microsoft External Staff
5 answers

Blazor and ValidationGroups

I am in ASP.NET since the first version of .NET Framework and I am used to some features that are missing now. Please notice that I've just recently moved to Blazor. Currently, I am wondering why the ValidationGroups are not part of it. I have a kind…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | ASP.NET | Other
asked Jan 4, 2025, 1:22 PM
Kuler Master 406 Reputation points
answered Jul 14, 2025, 7:01 AM
Jack Dang (WICLOUD CORPORATION) 535 Reputation points Microsoft External Staff
1 answer

get my free trial of adobe, acrobat reader to work?

I've just signed up for a free trial for Adobe, as the Acrobat Reader extension on my Edge browser does not seem to kick in. I am having trouble activating this Adobe program. It does not seem to show up in my program listing. What to do?

Developer technologies | Small BASIC
asked Jul 14, 2025, 6:32 AM
Helen 0 Reputation points
answered Jul 14, 2025, 6:32 AM
Q&A Assist