54,203 questions with Developer technologies-related tags

Sort by: Updated
0 answers

I want to compare two jsons without using string comparison for my web app in.net framework?

I want to compare two jsons and the json will have many properties and its corresponding values i want to compare each and every property and it's values of json and it return the result as true or false first it should check all the properties name…

Developer technologies | C#
asked Aug 18, 2025, 5:17 AM
Dineshkumar 0 Reputation points
2 answers

Visual studio unit test, how to set the PATH?

Hello, I would like to create a folder structure like this: Solution directory Solution file .sln Project 1 source files of project 1 Test project Source files of tests WorkFolder File used for testing My problem is defining the…

Developer technologies | Visual Studio | Testing
asked Aug 13, 2025, 8:40 AM
Antonino Perricone 0 Reputation points
commented Aug 18, 2025, 5:09 AM
Susmitha T (INFOSYS LIMITED) 240 Reputation points Microsoft External Staff
1 answer

SSDT 2017 - TargetServerVersion issue with SQL Server 2019

Hi All, I have a computer on which I installed SSDT 2017 (standalone installer) 2-3 years ago. Offical MS site claims that Supported SQL Versions for SSDT 2017 are "SQL Server 2012 - SQL Server 2019". I can develop, deploy and run SSIS…

Developer technologies | Visual Studio | Extensions
asked Jul 11, 2025, 10:08 AM
Joerce30 0 Reputation points
commented Aug 18, 2025, 5:06 AM
Susmitha T (INFOSYS LIMITED) 240 Reputation points Microsoft External Staff
3 answers

Form layout issue

Hi, Any existing form sample to have the 3 parts below on a form that we can have the different details inside each?

Developer technologies | ASP.NET | Other
asked Aug 8, 2025, 9:04 AM
Peter_1985 2,786 Reputation points
edited a comment Aug 18, 2025, 5:04 AM
Peter_1985 2,786 Reputation points
2 answers

Can we directly set the bitrate in a WAV file?

I’m working with WAV audio files and would like to know if it's possible to directly set a specific bitrate (e.g., 128 kbps or 256 kbps) for a WAV file. From what I understand, WAV files are typically uncompressed (PCM), and their bitrate is derived from…

Developer technologies | C++
asked Aug 8, 2025, 6:38 AM
siva s 0 Reputation points
commented Aug 18, 2025, 4:47 AM
Gade Harika (INFOSYS LIMITED) 330 Reputation points Microsoft External Staff
1 answer

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 18, 2025, 4:43 AM
Adiba Khan 325 Reputation points Microsoft External Staff
1 answer

I’m trying to override a language in an External Identities user flow (Microsoft Entra ID) by customizing all the attribute strings, exporting them, modifying the file, and reuploading it. However, the changes are taking a long time and not able to config

I’m trying to override a language in an External Identities user flow (Microsoft Entra ID) by customizing all the attribute strings, exporting them, modifying the file, and reuploading it. However, the changes are taking a long time and not able to…

Developer technologies | Small BASIC
asked Aug 15, 2025, 5:17 PM
Kg 0 Reputation points
answered Aug 18, 2025, 4:30 AM
Adiba Khan 325 Reputation points Microsoft External Staff
4 answers

visual studio 2017 on windows 11 for iot core x86 uwp app development

Hi, I was using visual studio 2017 community on win 10 pro host m/c. I am learning uwp app development on windows 10 iot core x86 image running in virtual box. My development interest is only 32bit Embedded products only. Recently due to the resource…

Developer technologies | Universal Windows Platform (UWP)
Developer technologies | Visual Studio | Other
asked Dec 31, 2024, 5:29 PM
Ketan SHAH 5 Reputation points
commented Aug 18, 2025, 4:27 AM
Harry Vo (WICLOUD CORPORATION) 555 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
commented Aug 18, 2025, 4:24 AM
Peter_1985 2,786 Reputation points
1 answer

.NET MAUI Camera Not Opening on Android 15 (Works on Other Versions)

In my .NET MAUI application, I have the option to open the camera using MediaPicker.CapturePhotoAsync(). The camera works fine on other Android versions, but on Android 15, it does not open. Below is the code I am using to open the camera: try { …

Developer technologies | .NET | .NET MAUI
asked Mar 21, 2025, 4:11 PM
Sakshi Poojary 95 Reputation points
commented Aug 18, 2025, 4:01 AM
Tony Dinh (WICLOUD CORPORATION) 725 Reputation points Microsoft External Staff
1 answer

Problem building for Android: Resources\values\colors.xml : error APT2126

Hi, I've made a MAUI app using VS Code that works on Windows and now I want to run it in an.....

Developer technologies | .NET | .NET MAUI
asked May 27, 2025, 9:53 AM
HH 5 Reputation points
commented Aug 18, 2025, 3:46 AM
Tony Dinh (WICLOUD CORPORATION) 725 Reputation points Microsoft External Staff
1 answer

your system is getting an error exporting cert

I am trying to export an app certificate and your system keeps giving an error

Developer technologies | .NET | .NET MAUI
asked Jun 24, 2025, 4:58 PM
Paul Jaramillo 0 Reputation points
commented Aug 18, 2025, 3:43 AM
Tony Dinh (WICLOUD CORPORATION) 725 Reputation points Microsoft External Staff
2 answers

MAUI App Icon Not Showing in IOS and Broken Icon in Android

I have created a MAUI application for iOS and Android. The application is working successfully, but the app icon is not displaying correctly. Instead, the default .NET app icon is shown, and on Android, it appears inaccurately. Project…

Developer technologies | .NET | .NET MAUI
asked May 12, 2025, 11:30 AM
Renesh Raj 0 Reputation points
commented Aug 18, 2025, 3:40 AM
Tony Dinh (WICLOUD CORPORATION) 725 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
commented Aug 18, 2025, 3:39 AM
Tony Dinh (WICLOUD CORPORATION) 725 Reputation points Microsoft External Staff
4 answers

Unicode and ASCII may not be encoding correctly

Hi, I am using visual studio 2022 to host a .NET 8 MVC web application project. I am trying to read a text file and write it to another text file.    This is the code I am using: string wdata = System.IO.File.ReadAllText(file);            // This is the…

Developer technologies | ASP.NET | ASP.NET Core
asked Mar 6, 2025, 10:35 PM
iqworks Information Quality Works 331 Reputation points
answered Aug 18, 2025, 3:37 AM
Danny Nguyen (WICLOUD CORPORATION) 880 Reputation points Microsoft External Staff
1 answer

ANDROID REDIRECT URI

I am trying to test the sample https://github.com/Azure-Samples/ms-identity-dotnetcore-maui/tree/main/MauiAppWithBrokerTo run in Android, it requires that "AndroidRedirectUri" be defined. The Entra ID portal requires a hash key that has to be…

Developer technologies | .NET | .NET MAUI
asked Mar 11, 2025, 11:29 AM
Giorgio Sfiligoi 411 Reputation points
answered Aug 18, 2025, 3:34 AM
Tony Dinh (WICLOUD CORPORATION) 725 Reputation points Microsoft External Staff
2 answers

Control Not Visible on Smaller Screens or High-Scale Displays in MAUI

I have a custom control in my .NET MAUI application that is not visible under the following conditions: The screen size is less than 15.6 inches The resolution is lower than 1920 x 1080 The display scale is greater than 125% The control works…

Developer technologies | .NET | .NET MAUI
asked Mar 15, 2025, 5:54 PM
Rohan Savnani 0 Reputation points
edited an answer Aug 18, 2025, 3:26 AM
Michael Le (WICLOUD CORPORATION) 1,230 Reputation points Microsoft External Staff
2 answers

A Blazor app I've been working on, no longer can access our Azure Key Vault

I've been working on rewriting an app for a while. I have successfully debugged the app, and it's read from our Azure Key Vault, many times before. Now, without making any changes, it no longer can access it. I'm getting a, "No connection could be…

Developer technologies | ASP.NET | ASP.NET Core
asked Aug 13, 2025, 9:18 PM
Falanga, Rod, DOH 290 Reputation points
commented Aug 18, 2025, 2:24 AM
Jack Dang (WICLOUD CORPORATION) 1,025 Reputation points Microsoft External Staff
2 answers

visual studio is refusing to install

so i'm trying to install video studios but no matter what I try it refuses to install. the error code is Error 0x80004003: Failed to read instance b529d110

Developer technologies | Visual Studio | Setup
asked Jun 6, 2025, 8:14 AM
Cobey Bellamy 0 Reputation points
answered Aug 18, 2025, 1:54 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 315 Reputation points Microsoft External Staff
1 answer

in dlt pipeline , after dlt.except_all("rules") , the dlt.table can not filter the column("_dlt_valid")

in my DLT pipeline , I want load the bronze table data into silver table after validation , other non-valid data load into reject table . in silver silver use the function dlt.except_all("rules") , but in silver layer part , the pipeline can…

Developer technologies | Windows Forms
asked Jun 26, 2025, 7:17 AM
dgeorgewnxu 0 Reputation points
commented Aug 18, 2025, 1:53 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 315 Reputation points Microsoft External Staff