54,051 questions with Developer technologies-related tags

Sort by: Updated
4 answers

Can I use my MSDN Visual Studio Enterprise subscription to create Azure connectors for my development boxes?

We are having issues with our new development boxes get created, spun up and then after getting upgraded to 10.0.43, the environments come up as incomplete. We are being told that is has to do with the Azure Connectors not being current and expired. …

Developer technologies | Visual Studio | Extensions
asked Jun 11, 2025, 7:36 PM
Reg Cracknell 0 Reputation points
answered Jul 25, 2025, 9:13 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
2 answers

Login not possible with AspNetCore Idenity when Enable DataProtection.

I'm configuring my application to make use of AspNetCore.Identity as well Data protection. public static void Main(string[] args) { var builder =…

Developer technologies | ASP.NET | ASP.NET API
asked Feb 27, 2025, 9:16 PM
Nero Rodrigues 0 Reputation points
commented Jul 25, 2025, 9:07 AM
Raymond Huynh (WICLOUD CORPORATION) 470 Reputation points Microsoft External Staff
2 answers

Implementing mTLS Between Two Apps Using ASP.NET

Guidance is requested on implementing mTLS between two applications using ASP.NET MVC in C#. or any .net code. The setup will involve a handshake between the server app and client app, developed in a localhost environment, utilizing OpenSSL or another…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | ASP.NET | Other
asked Jan 7, 2025, 1:20 PM
Abdul Baba Syed 21 Reputation points
answered Jul 25, 2025, 8:27 AM
Raymond Huynh (WICLOUD CORPORATION) 470 Reputation points Microsoft External Staff
2 answers

Portal returns updated results while the API returns outdated ones

I have created a GPT4 model in Azure OpenAI Service, and I want to add data source which is Azure AI Search (Cognitive Search Service). The problem is at the time of deployment i cannot see any data source adding option, it is deployed first and then…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,373 questions
Developer technologies | ASP.NET | ASP.NET API
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,152 questions
asked Jan 6, 2025, 7:37 AM
Hassan Kaleem 0 Reputation points
edited an answer Jul 25, 2025, 8:15 AM
Raymond Huynh (WICLOUD CORPORATION) 470 Reputation points Microsoft External Staff
0 answers

New WinUI 3 projects fail to build with CS1061 errors after a fresh OS and VS install.

The error always appears in the generated file MainWindow.g.cs. This indicates that the XAML compiler is not correctly connecting the UI file to the code-behind file. Troubleshooting Steps Already Taken: I have already performed extensive…

Developer technologies | Visual Studio | Setup
asked Jul 25, 2025, 7:55 AM
glen burke 0 Reputation points
2 answers

I can't receive codes on sim to recover bitlocker key

I'm trying to recover bitlocker key but unfortunately the otp codes isn't received on SIM which is registered with Microsoft account

Developer technologies | Windows Forms
asked Jul 25, 2025, 6:36 AM
Mudassar Khalid 0 Reputation points
commented Jul 25, 2025, 7:45 AM
Varsha Dundigalla(INFOSYS LIMITED) 400 Reputation points Microsoft External Staff
1 answer

IOS -Tabbar not showing after navigating from a contentpage where Shell.TabBarIsVisible="False"

I am navigating from a page where Shell.TabBarIsVisible="False" as its requirement , the page is not showing TabBar in further pages. I tried setting Shell.TabBarIsVisible="True" but not working for following pages. If these pages…

Developer technologies | .NET | .NET MAUI
asked May 8, 2025, 4:29 PM
Shraddha Chauhan 0 Reputation points
answered Jul 25, 2025, 7:32 AM
Michael Le (WICLOUD CORPORATION) 770 Reputation points Microsoft External Staff
2 answers

SerialPort.Write blocks when using multiple classes and separate COM ports

Hello dear community, After a long time, I’m reaching out to you again. Some time ago, I started a new coding project in WinUI3 that has gradually grown. Unfortunately, the code has developed quite quickly since I could only work on it in my limited free…

Developer technologies | Visual Studio | Debugging
asked Jul 20, 2025, 7:27 PM
Silvan Zihlmann 0 Reputation points
commented Jul 25, 2025, 7:14 AM
Gade Harika (INFOSYS LIMITED) 165 Reputation points Microsoft External Staff
4 answers

ETL UI not papering with Visual Studio 2022 or 2019

We have implemented the Data Warehouse in SQL server and That ETL view through Visual studio . It was working properly and now when open the .dtsx file with visual studio UI not loading just load the code.

Developer technologies | Visual Studio | Setup
asked Jun 25, 2025, 9:37 AM
Supun Samarathunga 0 Reputation points
answered Jul 25, 2025, 5:51 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
4 answers

How do i fix disk check not finishing, I get stuck on 100 of stage 2, then it goes into repair and then boots into advanced settings

I installed a new psu, and removed the sata cable from my hard drive and motherboard, after putting it back in, it keeps trying to check the disc, but gets stuck on stage 2, 100% before it boots windows repair and then goes into the blue screen advanced…

Developer technologies | Windows Forms
asked Jul 14, 2025, 2:28 PM
Behzad Quami 0 Reputation points
answered Jul 25, 2025, 5:48 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
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
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
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
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