54,049 questions with Developer technologies-related tags

Sort by: Updated
9 answers

How to Debug Remote MAUI App Launch

I have a .NET 9 MAUI app being deployed to a remote Xcode iOS iPhone 16 Plus. All components have the latest release software. The deployment is successful, and the application is launched and the splash screen displayed on the phone. However, the first…

Developer technologies | Visual Studio | Debugging
asked Jul 1, 2025, 10:53 AM
Marc George 191 Reputation points
commented Jul 25, 2025, 10:14 AM
Marc George 191 Reputation points
3 answers

Unable to Hide Buttons in Custom Toolbar with UI Context in Visual Studio Extension

I have created a custom toolbar in my Visual Studio extension that appears only with specific files, using a defined UI context. I want to hide certain buttons in this toolbar programmatically. However, setting the .Hidden = true property does not hide…

Developer technologies | Visual Studio | Extensions
asked Jul 21, 2025, 9:22 AM
Vasu Bansal 20 Reputation points
commented Jul 25, 2025, 9:54 AM
Susmitha T (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
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
edited a comment Jul 25, 2025, 9:47 AM
Varsha Dundigalla(INFOSYS LIMITED) 400 Reputation points Microsoft External Staff
1 answer

An installation file didn't download

I keep getting this error while downloading the visual studio community 2022 package. I have used different VPNs and DNS and have turned my laptop off and on many times but it did not work. What is the problem and solution?

Developer technologies | Visual Studio | Setup
asked Jul 7, 2025, 11:18 PM
Mmd Hwdi 0 Reputation points
commented Jul 25, 2025, 9:43 AM
Adiba Khan 95 Reputation points Microsoft External Staff
1 answer

Visual Studio 2022 Build Failure Due to Shortcut Creation Issue

The solution includes a Setup Project that fails to build, causing the build process to be cancelled. This has worked previously without issues. To troubleshoot, the solution was tested on two other computers: one with Visual Studio 2019 and another with…

Developer technologies | Visual Studio | Debugging
asked Jun 27, 2025, 7:11 AM
Sean Kozen 0 Reputation points
commented Jul 25, 2025, 9:42 AM
Adiba Khan 95 Reputation points Microsoft External Staff
1 answer

How can I fix the 'Unable to download installation files' error in Visual Studio Installer? (Theres no Internet issue)

just downloaded the installer from the site , clicked on the installer , after a few seconds , this , and btw there is no issue with internet

Developer technologies | Visual Studio | Setup
asked Jun 29, 2025, 6:48 PM
Rafay Butt 5 Reputation points
answered Jul 25, 2025, 9:34 AM
Adiba Khan 95 Reputation points Microsoft External Staff
1 answer

Help fixing template logging code

In the line return $log, "testVoid4"; I'm getting this compile error: 'void' function returning a value I don't understand why when $log, is called with just a single argument void_wrapper is returning anything else than void. How I could make…

Developer technologies | C++
asked Jul 16, 2025, 6:42 AM
Lilo 40 Reputation points
commented Jul 25, 2025, 9:29 AM
Varsha Dundigalla(INFOSYS LIMITED) 400 Reputation points Microsoft External Staff
1 answer

How to trigger GPS location popup (Enable Location Services) in .NET MAUI for Android

I recently upgraded my MAUI project to .NET 9, and I noticed that the code I previously used to show the (GPS) popup on Android has stopped working. Any ideas ?

Developer technologies | .NET | .NET MAUI
asked Jul 24, 2025, 9:06 AM
Etien Ducka 30 Reputation points
answered Jul 25, 2025, 9:26 AM
Tony Dinh (WICLOUD CORPORATION) 490 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
edited an answer Jul 25, 2025, 9:24 AM
Gade Harika (INFOSYS LIMITED) 90 Reputation points Microsoft External Staff
1 answer

Delayed RecyclerView Binding & Layout

I am working on a .NET for Android app, and most of my RecyclerViews are not being displayed. In the OnResume method of the AndroidX.Fragment.App.Fragment, I call the SetLayoutManager & SetAdapter methods of each of the RecyclerViews. The page (which…

Developer technologies | C#
asked Jul 21, 2025, 12:30 AM
Nathan Sokalski 4,111 Reputation points
commented Jul 25, 2025, 9:21 AM
Susmitha T (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
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
6 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, 8:29 AM
Erland Sommarskog 123.3K Reputation points MVP Volunteer Moderator
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

How to load Langauge Server (LSP) when loading the extension package

I have a requirement of loading the Language Server (LSP) explcitly without opening any file (of the Language Server's content type). But currently the Langauge Server gets loaded only when a file of this content type is opened. Is there a way to load…

Developer technologies | Visual Studio | Extensions
asked Jul 14, 2025, 2:45 PM
Sajith 26 Reputation points
commented Jul 25, 2025, 6:51 AM
Varsha Dundigalla(INFOSYS LIMITED) 400 Reputation points Microsoft External Staff
2 answers

Get error deploying to analysis services via VS 2022 Community to SQL 2019

Hello All, Hope you can help. I get an error trying to deploy my tabular package to SQL 2019 from VS 2022 community. I get a JIT error

Developer technologies | Visual Studio | Debugging
asked Jun 25, 2025, 10:28 PM
Cherise Woods 5 Reputation points
answered Jul 25, 2025, 5:52 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff