54,180 questions with Developer technologies-related tags

Sort by: Updated
2 answers

.NET MAUI RadioButtonGroup.SelectedValue does not work

I can't get RadioButtonGroup.SelectedValue to bind to a viewmodel property. I've read everything that you can google…

Developer technologies | .NET | .NET MAUI
Developer technologies | XAML
asked Jan 4, 2025, 10:11 PM
Crowcoder 50 Reputation points
answered Aug 13, 2025, 3:58 AM
Harry Vo (WICLOUD CORPORATION) 405 Reputation points Microsoft External Staff
3 answers

Unexpected identifier in using Export & Import in Javascript Modules

Hi there: It seems a trivial issue but I'm stuck and don't know why: I'm using Import/Export in two my JavaScript files. For simplicity sake ...the "mother"js.file has a function export function ShowAlert(val) { alert(val); } There…

Developer technologies | ASP.NET | ASP.NET API
asked Apr 29, 2025, 4:55 AM
Jose Daniel Navarro Brito 61 Reputation points
answered Aug 13, 2025, 3:56 AM
Jack Dang (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff
3 answers

Blazor ValidationMessage being conditional

Hello, I have a registration form where the users can select if they are private or company. What I need is to make the Company Name validation conditional. Meaning, if they select a company it gets enabled and if they select a private it gets disabled.…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | ASP.NET | Other
asked Dec 3, 2024, 11:08 AM
Kuler Master 406 Reputation points
commented Aug 13, 2025, 3:50 AM
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
4 answers

If I upload image to my web App with ASP.NET CORE and Blazor Assembly StandAlone App to the folder Uploads My question is How to show all images to the new page using coding above

@page "/view-page" <h3>Blank View Page</h3> @for (int i = 0; i < tshirtItems.Count; i++) { var index = i; <div class="tshirt-section"> <img src="@tshirtItems[i].ImagePath" alt="T-Shirt…

Developer technologies | ASP.NET | ASP.NET Core
asked Mar 23, 2025, 10:15 AM
MIPAKTEH_1 605 Reputation points
answered Aug 13, 2025, 3:49 AM
Danny Nguyen (WICLOUD CORPORATION) 800 Reputation points Microsoft External Staff
1 answer

MAUI: Notification icon is blank in Android 15

I am using below code to show the push notification icon in my MAUI application: private void CreateNotificationChannel() { try { var channelId = $"{PackageName}.general"; var notificationManager =…

Developer technologies | .NET | .NET MAUI
asked Apr 28, 2025, 2:53 PM
Sreejith Sreenivasan 1,001 Reputation points
edited an answer Aug 13, 2025, 3:33 AM
Tony Dinh (WICLOUD CORPORATION) 725 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

Deploying app to remote machine stuck at "Installing missing frameworks..."

I have tried two different unrelated UWP apps and got the same result. When I try to run a UWP app on a remote machine, VS gets stuck at: Creating a new clean layout... Copying files: Total 403 mb to layout... Checking whether required frameworks are…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 30, 2025, 10:39 PM
Hong 1,306 Reputation points
accepted Aug 13, 2025, 3:10 AM
Hong 1,306 Reputation points
3 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
commented Aug 13, 2025, 3:01 AM
Raymond Huynh (WICLOUD CORPORATION) 620 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
commented Aug 13, 2025, 2:59 AM
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
1 answer

customer's add-on UI not showing on their screen

We have a user that is having problem with the add-on UI on their installation. Many many other users this works just fine. For some reason, the purchase dialog does not appear when prompted. He is getting this with our application and another…

Developer technologies | Universal Windows Platform (UWP)
asked Mar 21, 2025, 6:14 PM
Karhu Koti 46 Reputation points
answered Aug 13, 2025, 2:58 AM
Harry Vo (WICLOUD CORPORATION) 405 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
commented Aug 13, 2025, 2:56 AM
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
1 answer

Why aren’t the capabilities defined in a sideloaded line-of-business (LOB) UWP app retained after installation?

Our organization have defined the following capabilities in a custom LOB UWP application: <uap:Capability Name="userAccountInformation"/> <uap3:Capability Name="userNotificationListener"/> <rescap:Capability…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 11, 2025, 6:53 PM
McMillenBelenMNRF-9276 10 Reputation points
commented Aug 13, 2025, 2:55 AM
Harry Vo (WICLOUD CORPORATION) 405 Reputation points Microsoft External Staff
2 answers

Best practice for canceling an MVC Order

I have a store that will not require logging in. A customer can order as a guest, and fill in their shipping details, etc. (Payment is Paypal. ) If a customer cancels Paypal and disconnects, I would remove their data, but exactly how would I know they…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
asked Jan 13, 2025, 12:06 AM
Coreysan 1,811 Reputation points
commented Aug 13, 2025, 2:54 AM
Raymond Huynh (WICLOUD CORPORATION) 620 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.
514 questions
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | C#
asked Jan 21, 2025, 3:33 PM
Pampua84 6 Reputation points
commented Aug 13, 2025, 2:52 AM
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

Add the extra empty lines

Hi, For table (tr td) lines on the page, how to add the extra empty lines below?

Developer technologies | ASP.NET | Other
asked Jul 31, 2025, 3:37 AM
Peter_1985 2,786 Reputation points
answered Aug 13, 2025, 2:47 AM
Peter_1985 2,786 Reputation points
2 answers

Visual Studio Code does not let me type the letters a, s, or d, only in files

I can type these letters in the terminal just fine; however, I nothing shows up once I try and edit my code using these letters

Developer technologies | Visual Studio | Debugging
asked Jun 17, 2025, 9:42 PM
John Zhang 0 Reputation points
answered Aug 13, 2025, 2:41 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 235 Reputation points Microsoft External Staff
0 answers

How can I install a ACE blueprint

Hi I need some help with installing a ACE blueprint on my Azure account. Can you provide guidance as to how to do this? Many thanks

Developer technologies | Windows Presentation Foundation
asked Aug 8, 2025, 2:26 PM
Vikula 0 Reputation points
commented Aug 13, 2025, 2:26 AM
Starry Night 30 Reputation points
2 answers

How to Add Constructor Parameters to a Widely Used Class Without Breaking Existing Code

**I have a class in a C# ASP.NET project that originally looked like this: ** public This class is used in many other places across the solution — hundreds of usages like this: var Now, I need to modify the constructor to accept a parameter (e.g., a…

Developer technologies | ASP.NET | ASP.NET Core
asked Aug 3, 2025, 10:52 AM
Nika Gabeskiria 0 Reputation points
commented Aug 13, 2025, 2:19 AM
Jack Dang (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff
0 answers

What does the error message mean: DataTable internal index is corrupted: '5' ?

What does the error message mean: DataTable internal index is corrupted: '5' ?

Developer technologies | C#
asked Aug 12, 2025, 2:58 PM
Martin Tejada 0 Reputation points
commented Aug 13, 2025, 1:27 AM
Starry Night 30 Reputation points
2 answers

Possible to use VS

Hi, Is it valid to use VS version on Oracle Linux OS? Which VS version is fine for that?

Developer technologies | C#
asked Aug 4, 2025, 7:50 AM
Peter_1985 2,786 Reputation points
edited a comment Aug 12, 2025, 11:08 PM
Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
2 answers

unable to import data into SSMS

HI Team, Am unable to import data into SSMS from network location. ERROR: TITLE: SQL Server Import and Export Wizard The operation could not be completed. ADDITIONAL INFORMATION: The 'Microsoft.ACE.OLEDB.16.0' provider is not registered on the local…

Developer technologies | Transact-SQL
asked Aug 12, 2025, 12:47 PM
Damodara Kuntrapaku 0 Reputation points
answered Aug 12, 2025, 9:31 PM
Erland Sommarskog 124.3K Reputation points MVP Volunteer Moderator