54,047 questions with Developer technologies-related tags

Sort by: Updated
3 answers

Validating user's input format is not working

Our requirement is to ask users to create a password with the following format: First letter of firstname+First letter of lastname+2 digits of month+2 digits of day+4 digits of year. For instance, a user with the name of John Doe, born January 1, 1900…

Developer technologies | VB
Developer technologies | ASP.NET | Other
asked Feb 18, 2025, 11:08 PM
Simflex 326 Reputation points
answered Jul 25, 2025, 5:29 AM
Danny Nguyen (WICLOUD CORPORATION) 415 Reputation points Microsoft External Staff
3 answers

Looking for a sample or tutorial for the new OData bits

I want to write an Odata 4 compliant C# isolated mode serverless function endpoint. I am confused by the recent announcements here about ASP.NET Core OData 9 and OData .NET 8 - which should use? Are there any tutorials or samples for this? All I can find…

Developer technologies | ASP.NET | ASP.NET Core
asked Jan 1, 2025, 10:00 AM
Gil Shalit 6 Reputation points
answered Jul 25, 2025, 5:14 AM
Jack Dang (WICLOUD CORPORATION) 700 Reputation points Microsoft External Staff
2 answers

>Net Maui - Passing object between pages

I'm having trouble getting my DetailsPage to show the Observation obs object passed from my ResultsPage. I have a TapGestureRecognizer_Tapped method in the code behind the ResultsPage private async void TapGestureRecognizer_Tapped(object sender,…

Developer technologies | .NET | .NET MAUI
asked Apr 18, 2025, 6:06 AM
John Rutherford 21 Reputation points
answered Jul 25, 2025, 4:59 AM
Michael Le (WICLOUD CORPORATION) 770 Reputation points Microsoft External Staff
1 answer

iOS Setting SemanticFocus on ContentPage

I am testing the voiceover function for iOS. For this I have a ContentPage which contains: An AccessibilityTitle set to describe the page itself AccessbilityText for every element within the page (these elements can be Labels, ContentViews etc What…

Developer technologies | .NET | .NET MAUI
asked Jul 24, 2025, 2:09 PM
Bubba Jones 0 Reputation points
answered Jul 25, 2025, 4:57 AM
Michael Le (WICLOUD CORPORATION) 770 Reputation points Microsoft External Staff
2 answers

How to sign ClickOnce artifacts when using Google Cloud KMS for code signing?

I've successfully done code signing using Google Cloud KMS and jsign for executable files, but I'm unable to sign ClickOnce manifest files. Current Setup Certificate: Code signing certificate from Sectigo (in .crt format) Private Key: Stored in Google…

Developer technologies | Windows Forms
asked Jul 24, 2025, 4:36 PM
Darshana Dilhan 0 Reputation points
answered Jul 25, 2025, 4:42 AM
Gade Harika (INFOSYS LIMITED) 90 Reputation points Microsoft External Staff
0 answers

Not able to login from microsoft visual studio, showing http 400

Developer technologies | Visual Studio | Other
asked Jul 24, 2025, 12:10 PM
mohammed shahid 0 Reputation points
edited the question Jul 25, 2025, 4:12 AM
Bhargavi Naragani 7,120 Reputation points Microsoft External Staff Moderator
0 answers

How turn on keyboard backlights

How do you turn on the back lights on a Dell Inspiron 15?

Developer technologies | Visual Basic for Applications
asked Jul 25, 2025, 3:52 AM
Sham Malhotra 0 Reputation points
2 answers One of the answers was accepted by the question author.

Will publishing an ASP.NET WebForms app remove Crysttal Reports from the web server?

I maintain a legacy Intranet ASP.NET WebForms app written years ago using VB.NET. When the original developers wrote it, they used Crystal Reports 13.0.2 (I think, I'm going on memory and I'm home, so I cannot verify this, but I'm sure it is very close.)…

Developer technologies | ASP.NET | Other
asked Jan 16, 2025, 2:06 AM
Rod Falanga 616 Reputation points
accepted Jul 25, 2025, 3:38 AM
Rod Falanga 616 Reputation points
1 answer

XAMARIN SPEECH RECOGNITION API

There is an API whose package name is android.speech in Android SDK. It converts speech to text through preinstalled Google application in Android phones. I wonder whether Xamarin Forms SDK has an API counterpart of android.speech or not.

Developer technologies | .NET | Xamarin
asked Apr 30, 2025, 12:44 PM
MOON 40 Reputation points
answered Jul 25, 2025, 3:29 AM
Starry Night 5 Reputation points
1 answer

UWP App Displays Blank Screen on Launch from Start Menu

The UWP app occasionally shows a blank screen when launched from the Start menu. Event Viewer shows the following error: Event name: MoAppHangXProc Response: Disabled Cab ID: 0 Sign the problem: P1: App-2nd_2.1.0.0_x64__0qrdk5hp1854e P2:…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 24, 2025, 7:15 AM
Xie Steven 831 Reputation points
edited an answer Jul 25, 2025, 2:34 AM
Starry Night 5 Reputation points
1 answer

ASP.NET Core Web API with Google Cloud

Hello Developer's, I'm builded a .NET Core Web API using .NET 8. And I'm interested to use Google Cloud Operation Suite for Logs Monitoring and Logging Purposes. Is there any references which I can follow and suggestions how to integrate .NET Core with…

Developer technologies | ASP.NET | ASP.NET API
asked Jul 21, 2025, 11:00 AM
Vivek Barnwal 26 Reputation points
commented Jul 25, 2025, 2:22 AM
Danny Nguyen (WICLOUD CORPORATION) 415 Reputation points Microsoft External Staff
1 answer

MFC opening dialog, find starting position

Windows 11, Visual Studio 2022, C++ MFC This line is in OnInitDialog() of the class that starts when the app is started in debug mode. CWnd::GetWindowRect( &m_dialog_location_size );``  ``// Get the window rectangle            The .left and .top…

Developer technologies | Visual Studio | Debugging
asked Jul 24, 2025, 7:47 PM
Bryan Kelly 516 Reputation points
answered Jul 24, 2025, 8:51 PM
RLWA32 50,051 Reputation points
3 answers

The correct CChildFrame is not activated after the predecessor is closed.

MFC MDI application. Opened several CChildFrame s. (To illustrate better my issue I identified every CChildFrame with an unique id.) Opened, lets say, 5 CChildFrame. 1, 2, 3, 4, 5. List the order of the CChildFrame by menu: About: List…

Developer technologies | C++
asked Jul 21, 2025, 11:59 AM
Flaviu_ 1,071 Reputation points
commented Jul 24, 2025, 7:43 PM
RLWA32 50,051 Reputation points
2 answers

How do I check that a browser has ClickOnce enabled?

My software, [https://jazzsoftware.co.nz/], is written with VB.Net, and is delivered with ClickOnce. I've tried to make it very clear in the relevant web pages and the setup instructions [https://www.jazzsoftware.co.nz/Docs/JazzSetup.htm] that users…

Developer technologies | ASP.NET | Other
asked Oct 12, 2024, 4:29 AM
Robert Barnes 101 Reputation points
commented Jul 24, 2025, 7:32 PM
Robert Barnes 101 Reputation points
1 answer

My report does not populate with the correct data when i change parameters. How do I fix this?

Changed my times, but page does not update with correct batch start time. SQL tables are correct.

Developer technologies | Visual Studio | Testing
asked Jul 18, 2025, 2:45 PM
Martin Rondell 0 Reputation points
edited the question Jul 24, 2025, 5:44 PM
Martin Rondell 0 Reputation points
1 answer

Microsoft Store app requiring admin consent - any automation?

We have a dotnet app deployed via Microsoft Store which uses a multitenant app registration. When a user logs on they have to ask their admin to consent to the user of the application. What I am wondering, is there any way to automate this better, if for…

Developer technologies | .NET | Other
asked Jul 24, 2025, 12:09 PM
Anne Admin 6 Reputation points
answered Jul 24, 2025, 4:43 PM
Bruce (SqlWork.com) 78,581 Reputation points Volunteer Moderator
5 answers One of the answers was accepted by the question author.

Not able to download visual studio 2019 community

I need VS 2019 community but Download option is not available. How can I install Visual Studio 2019? I have attached a snapshot of the same. I have Windows 11 Home operating system, 64 bit operating system.

Developer technologies | Visual Studio | Setup
asked Jun 12, 2024, 8:56 PM
Aarti Kadam 80 Reputation points
commented Jul 24, 2025, 3:55 PM
Salam ELIAS 157 Reputation points
1 answer One of the answers was accepted by the question author.

How to call Azure Cost Management API with a ClientType set

I am attempting to use the Azure cost management Go SDK and need to call the Cost Management API many times. The rate limit for API calls is higher when a ClientType is specified, so I was wondering how to go about including the ClientType in the Usage…

Developer technologies | Visual Studio | Testing
asked Jul 14, 2025, 6:14 PM
Amber Nguyen 20 Reputation points
accepted Jul 24, 2025, 3:22 PM
Amber Nguyen 20 Reputation points
2 answers

Upgrade from Dynamics CRM On-Premise to 9.1 CRM On-Premise

Recent upgrade of Dynamics CRM -On -Premise version 9.0.19.8 to 9.1.37 causes looping on certain forms. It appears to me that the issue might be Java Script related. I am looking for anyone that has had a similar issue post upgrade. No error or event…

Developer technologies | C#
asked Jul 23, 2025, 10:14 PM
Shaw, Kieran 0 Reputation points
answered Jul 24, 2025, 2:10 PM
Shaw, Kieran 0 Reputation points
4 answers One of the answers was accepted by the question author.

To identify the performance of sqlserver between 1 month of different years.

Hi, How can I identify the performance load of SQL Server between 2 period of different years, Any script to calculate the I/O load and performance of SQL Server. I s there any tools to identify the performance and I/O load on SQL Server between 2…

Developer technologies | Transact-SQL
SQL Server | Other
asked Jul 6, 2022, 6:54 PM
SVA 116 Reputation points
answered Jul 24, 2025, 1:52 PM
Don Price 0 Reputation points