43,134 questions with Developer technologies-related tags

Sort by: Updated
8 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 15, 2025, 8:40 PM
Marc George 191 Reputation points
1 answer

OpenTelemetry with App Insights Profiler

Hello, We migrated our project to OpenTelemetery from application Insight. Of course, AppInsight is our Exporter now. However, I don't want to lose the "Service Profiler". So I installed ONLY…

Developer technologies | ASP.NET | ASP.NET API
asked Apr 7, 2025, 11:40 AM
Ruslan Nigmatullin 0 Reputation points
commented Jul 15, 2025, 8:12 PM
Alex McCool 0 Reputation points
1 answer

Has anyone successfully targeted Android API Level 35 in a .NET MAUI app?

I recently got a critical warning from Google Play Console: "2 of your apps are targeting an old version of Android. Google Play requires all apps to meet target API level requirements before August 31, 2025." I'm currently targeting:…

Developer technologies | .NET | .NET MAUI
asked Jul 7, 2025, 11:11 AM
Aayush Rawat 0 Reputation points
commented Jul 15, 2025, 5:12 PM
Fung Kam 0 Reputation points
1 answer

Nuget restore task failed

I am seeing following error in the restore task: (command is restore ) C:\azp\agent\_work\1\s\source\R2T2CoreTests\R2T2CoreTests.csproj : error NU1101: Unable to find package Microsoft.VisualStudio.Web.CodeGeneration.Design. No packages exist with this…

Developer technologies | .NET | Entity Framework Core
asked Jun 25, 2025, 2:59 PM
tarun k 450 Reputation points
answered Jul 15, 2025, 3:55 PM
Bruce (SqlWork.com) 78,311 Reputation points Volunteer Moderator
1 answer

Code problem

Hi, It is the issue to have 2 "strong" below is it owing to the last 2nd line below. How to correct it?

Developer technologies | ASP.NET | Other
asked Jul 15, 2025, 9:56 AM
Peter_1985 2,736 Reputation points
edited an answer Jul 15, 2025, 3:49 PM
Bruce (SqlWork.com) 78,311 Reputation points Volunteer Moderator
2 answers

Kudu/SCM Failure on Azure Functions Flex Consumption - Deployment Blocked (404)

Update [Date - e.g., 2025-04-27]: We have since successfully migrated the application to the Classic Consumption plan, where Kudu/SCM is accessible and deployment works as expected (after resolving separate build/runtime issues detailed elsewhere).…

Developer technologies | .NET | .NET Runtime
asked Apr 25, 2025, 5:16 PM
James Newlin 20 Reputation points
commented Jul 15, 2025, 2:43 PM
Luis Pimentel 0 Reputation points
1 answer

Open app from another app

Hi experts Working on 2 separate WinForms apps (.NET Framework 4.8 with VB) and going to msix bundle them to store. Once they both are installed how can I run one of them from within the other one? They are not associated with any file type, just need to…

Developer technologies | Windows Forms
asked Jul 8, 2025, 7:15 AM
StewartBW 1,830 Reputation points
commented Jul 15, 2025, 1:35 PM
RLWA32 49,666 Reputation points
2 answers One of the answers was accepted by the question author.

What is the differences between Object class and Lock class in mutual exclusion in C#?

Hello, When should I use the Lock class and when should I use the Object class? What is the differences between Object class and Lock class in mutual exclusion in C#? using System.Globalization; namespace ConsoleApp3 { internal class Program { …

Developer technologies | C#
asked Jun 1, 2025, 2:20 PM
Shervan360 1,681 Reputation points
accepted Jul 15, 2025, 12:40 PM
Shervan360 1,681 Reputation points
1 answer

how to use notation in .net android?

how to play music notation in .net android? I have searched c++ lib to play notation but there is no android how to play it?

Developer technologies | .NET | .NET MAUI
asked Jul 13, 2025, 3:06 PM
mc 5,571 Reputation points
commented Jul 15, 2025, 11:06 AM
Tony Dinh (WICLOUD CORPORATION) 470 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 Jul 15, 2025, 10:52 AM
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
2 answers

how to replace a .NET Framework dll with .NET Core dll in a legacy app

Hello, Could someone please provide the steps involved in replacing a .NET Framework dll with a .NET Core dll in a target framework 4.6.2 app? I am getting many conflicts. I am also using Visual Studio Community 2022. William Johnston

Developer technologies | ASP.NET | ASP.NET Core
asked Jan 2, 2025, 4:50 PM
William Johnston 106 Reputation points
commented Jul 15, 2025, 10:49 AM
Jack Dang (WICLOUD CORPORATION) 535 Reputation points Microsoft External Staff
2 answers

purpose of the services in building asp.net mvc app

builder.Services.AddScoped<IMyScopedService, MyScopedService>();

Developer technologies | ASP.NET | ASP.NET Core
asked Jan 24, 2025, 5:57 AM
Aayush Sharma 0 Reputation points
commented Jul 15, 2025, 10:48 AM
Jack Dang (WICLOUD CORPORATION) 535 Reputation points Microsoft External Staff
1 answer

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 21 Reputation points
edited an answer Jul 15, 2025, 10:33 AM
Varsha Dundigalla(INFOSYS LIMITED) 235 Reputation points Microsoft External Staff
1 answer

Snowflake MFA Key - Pair authentication for Powerbi

Problem: Snowflake enforces Multi-Factor Authentication (MFA) on all users, in line with our security policies. Power BI does not support key pair authentication, which Snowflake offers for M2M scenarios Power BI's supported auth methods to…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 11, 2025, 7:13 AM
Hariharan R 0 Reputation points
edited a comment Jul 15, 2025, 10:14 AM
Harry Vo (WICLOUD CORPORATION) 325 Reputation points Microsoft External Staff
3 answers One of the answers was accepted by the question author.

SendKeys Is Not Working In Windows 10

I am creating a program in Visual Studio with C#. I want to send some keystrokes to another application running on my same laptop. I will post the code I am using below. Nothing happens when I click the button. I have proved with break points that it…

Developer technologies | Windows Forms
asked Jul 17, 2022, 12:44 AM
The Steve Gaines Laptop Band 21 Reputation points
edited a comment Jul 15, 2025, 9:25 AM
Shadow_ 0 Reputation points
1 answer

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 15, 2025, 9:24 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 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
answered Jul 15, 2025, 8:29 AM
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
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
answered Jul 15, 2025, 8:22 AM
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
1 answer

How to disable white background when breakpoint hits

(C#) Someone know which option set these lines background white? i tried several options and cant find how to disable this annoying thing Its always when a breakpoint hit in an async scope.

Developer technologies | Visual Studio | Other
asked Jul 15, 2025, 6:01 AM
Lilo 40 Reputation points
commented Jul 15, 2025, 7:47 AM
Lilo 40 Reputation points
2 answers

Publishing a .NET MAUI app fails with error message "You must include a valid app package manifest file named AppxManifest.xml in the source."

I'm trying to publish a .NET MAUI app. The source code contains a "Package.appxmanifest" file. When I try to publish, it fails with the following error messages: You must include a valid app package manifest file named AppxManifest.xml in…

Developer technologies | .NET | .NET MAUI
asked Jul 3, 2025, 8:53 AM
Andreas Stavropoulos 5 Reputation points
commented Jul 15, 2025, 7:07 AM
Tony Dinh (WICLOUD CORPORATION) 470 Reputation points Microsoft External Staff