19,015 questions with Developer technologies-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'.

I get this error in Visual Studio Version 17.14.8 when I want to start debugging my iOS project on my iPad: The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'. Please install it or try setting a…

Developer technologies | .NET | .NET MAUI
asked Jul 11, 2025, 9:32 AM
Kim Strasser 1,346 Reputation points
accepted Jul 14, 2025, 11:06 AM
Kim Strasser 1,346 Reputation points
1 answer One of the answers was accepted by the question author.

start foreground service not be called in .net android?

I am using .net android and I want to create foreground service. but it not be called. in OnCreate StartForegroundService(new Intent(this, typeof(XyOpService))); public class XyOpService : Service { public override Android.OS.IBinder? OnBind(Intent?…

Developer technologies | .NET | .NET MAUI
asked Jul 11, 2025, 1:42 AM
mc 5,571 Reputation points
edited a comment Jul 13, 2025, 2:51 PM
mc 5,571 Reputation points
1 answer One of the answers was accepted by the question author.

Flyout separators

Hello So, I am trying to clone this design Note the shell will only be visible on windows Note: the red square, is becouse of privacy reasons if you read this…

Developer technologies | .NET | .NET MAUI
asked May 8, 2025, 11:32 AM
Eduardo Gomez 3,711 Reputation points
accepted Jul 11, 2025, 11:32 PM
Eduardo Gomez 3,711 Reputation points
1 answer One of the answers was accepted by the question author.

Error while submitting an Xamarin.iOS app to App Store

I am following the instructions given in this doc to upload my iOS app to App Store from VS 2019. I don't know why I am unable to upload image files today here. So I will just explain. The project properties are set as shown in the referenced doc…

Developer technologies | .NET | Xamarin
asked Feb 14, 2021, 9:32 PM
Shantimohan Elchuri 721 Reputation points
commented Jul 11, 2025, 10:10 PM
Anton M 1 Reputation point
4 answers One of the answers was accepted by the question author.

Publishing file to Apple App Store Failed "Unable to validate archive"

I successfully created the ipa file but receive a message Publishing Failed - Unable to validate archive. There is no additional information and I am unable to determine what is the problem.

Developer technologies | .NET | Xamarin
asked Nov 13, 2021, 4:11 AM
Bruce Krueger 331 Reputation points
commented Jul 11, 2025, 9:25 PM
Anton M 1 Reputation point
1 answer One of the answers was accepted by the question author.

Integrate CMDITabBar into MDI MFC app

I would like to use CMDITabBar (from WinMerge) into a MFC MDI test application. Here is the test app: https://1drv.ms/u/c/dedcb6ef190b8fd4/ESppBUOCT-hJog-OyL43QXsBooSUM0liWkY9PHAeQo1FBw?e=BeSIzC The code for integration (CMainFrame header): protected: …

Developer technologies | C++
asked Jul 10, 2025, 10:45 AM
Flaviu_ 1,051 Reputation points
commented Jul 11, 2025, 4:39 PM
Varsha Dundigalla(INFOSYS LIMITED) 235 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

The RuntimeIdentifier platform 'iossimulator-x64' and the PlatformTarget 'arm64' must be compatible

Hello, I am encountering the following error when running the application on my MacBook. However, when I connect the MacBook to a Windows laptop and run it from there, it works fine. The issue only occurs when I try to run the application directly on…

Developer technologies | .NET | .NET MAUI
asked Jul 9, 2025, 4:17 PM
Bhuwan 971 Reputation points
edited a comment Jul 11, 2025, 3:38 PM
Ananda Biswas 5 Reputation points
1 answer One of the answers was accepted by the question author.

can't find my certificate pdf

i have passed an exam in c# 70-483. i have downloaded the transcript and the badge but i cant find the certificate to downloaded. where can i find my certificate? my certification id is 17085903

Developer technologies | C#
asked Jul 10, 2025, 7:46 AM
Spyridoula Avrilioni 20 Reputation points
accepted Jul 11, 2025, 12:55 PM
Spyridoula Avrilioni 20 Reputation points
1 answer One of the answers was accepted by the question author.

Aspire Dashboard is not showing the updated start time of the containers and unable to start/stop containers using PS command line

I have deployed Dotnet Aspire Project using azure developer cli.- Multiple deployments are completed but the start time is not updating with each new deployment.- However active revision time is updated when i check it from Azure Portal.- How can i…

Developer technologies | ASP.NET | ASP.NET Core
Windows for business | Windows Server | User experience | PowerShell
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
704 questions
asked Jan 17, 2025, 9:52 AM
Faisal Riaz 40 Reputation points
accepted Jul 11, 2025, 11:28 AM
Faisal Riaz 40 Reputation points
2 answers One of the answers was accepted by the question author.

is there a path algorithm?

I am using .net android and I want to ask that is there any path algorithm? I have 3 line intersected I want to find a way from A to B and remove the other line

Developer technologies | .NET | .NET MAUI
asked Jun 23, 2025, 12:38 PM
mc 5,571 Reputation points
edited an answer Jul 11, 2025, 9:10 AM
Tony Dinh (WICLOUD CORPORATION) 390 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Alert header not seen well

Hi, After installing the app as exe in windows .NET 9, the alert header go to right and button change order. bool answer = await Application.Current.MainPage.DisplayAlert("Format USB", "Are you sure you want to format the USB…

Developer technologies | .NET | .NET MAUI
asked Apr 22, 2025, 12:52 PM
Dani_S 4,521 Reputation points
accepted Jul 11, 2025, 7:16 AM
Dani_S 4,521 Reputation points
3 answers One of the answers was accepted by the question author.

How do I convert a UWP application to use Azure Maps?

I maintain a large UWP application that uses MapControl (from Windows.UI.Xaml.Controls.Maps). I didn't know that Bing map tokens were being retired until I started seeing a "MapServiceToken not specified" warning in my map views a few days…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 9, 2025, 8:59 PM
Frank LaRosa 21 Reputation points
commented Jul 11, 2025, 2:40 AM
Harry Vo (WICLOUD CORPORATION) 320 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

how to start a foreground service in .net android?

I am using .net android and I am using media projection to capture screen I find that it is very slow when I minimize my APP so I want to ask that how to create a foreground service so I can run it not slow. .

Developer technologies | .NET | .NET MAUI
asked Jul 8, 2025, 1:00 PM
mc 5,571 Reputation points
commented Jul 11, 2025, 1:14 AM
mc 5,571 Reputation points
1 answer One of the answers was accepted by the question author.

String compare using Regex

I have a list of strings and I want to filter below combinations using Regex 1) It should give me all the strings ending with ABC 2) It should give me all the strings starting with ABC 3) It should give me all the strings containing ABC

Developer technologies | C#
asked Feb 12, 2021, 7:36 PM
Shweta Lodha 46 Reputation points
accepted Jul 10, 2025, 8:45 PM
Shweta Lodha 46 Reputation points
3 answers One of the answers was accepted by the question author.

.net Maui, viewModel alternative to OnAppearing

I notice that in .net MAUI OnAppearing doesn;t work. I need to find a way to open up a "DisplayAlert" as soon as the app appears and it must be triggered from the ViewModel. Thank you in advanced.

Developer technologies | .NET | .NET MAUI
asked Mar 3, 2023, 7:42 PM
Heinz Deubler 181 Reputation points
answered Jul 10, 2025, 5:53 PM
Burak Ozlik 0 Reputation points
2 answers One of the answers was accepted by the question author.

After updating my Asp.Net Core MVC application from .NET 6 to 8, I have to include Encrypt=false in the SQL connection string

EncryptError.pngWhile running my Asp.Net Core MVC application on .NET 6, the SQL server connection string didn't have any value regarding the "Encrypt". After updating to .NET 8, I have to include Encrypt=false in the connection string saved in…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 9, 2025, 5:53 PM
Sherpa 346 Reputation points
accepted Jul 10, 2025, 1:49 PM
Sherpa 346 Reputation points
1 answer One of the answers was accepted by the question author.

Hello, After updating to the latest version of Visual Studio, I am encountering an error and am unable to connect Windows to my Mac device. MSBuild was unable to connect to the Mac with Address=‘xx.xxx.xx.xxx’ and User=‘MacDeviceBh’. This connection is

Hello, After updating to the latest version of Visual Studio, I am encountering an error and am unable to connect Windows to my Mac device. MSBuild was unable to connect to the Mac with Address=‘xx.xxx.xx.xxx’ and User=‘MacDeviceBh’. This connection is…

Developer technologies | .NET | .NET MAUI
asked Jul 9, 2025, 2:28 PM
Bhuwan 971 Reputation points
accepted Jul 10, 2025, 11:27 AM
Bhuwan 971 Reputation points
1 answer One of the answers was accepted by the question author.

Maui project not build after added this plugin "Plugin.Firebase.Analytics"

Maui project not build after added this plugin "Plugin.Firebase.Analytics" Create New Project -> Update All Packages -> Add "Plugin.Firebase.Analytics" NuGet package -> After clean Project -> Rebuild the project and it'…

Developer technologies | .NET | .NET MAUI
asked May 27, 2025, 9:10 AM
Bhuwan 971 Reputation points
accepted Jul 10, 2025, 7:28 AM
Bhuwan 971 Reputation points
1 answer One of the answers was accepted by the question author.

Binding null, but is working

In have my viewModel using System.Collections.ObjectModel; namespace FireChat.ViewModels; public partial class AppShellViewModel : BaseViewModel { readonly FirebaseAuthClient _authClient; readonly WeakReferenceMessenger _messenger; …

Developer technologies | .NET | .NET MAUI
asked May 9, 2025, 11:45 PM
Eduardo Gomez 3,711 Reputation points
accepted Jul 10, 2025, 5:56 AM
Eduardo Gomez 3,711 Reputation points
2 answers One of the answers was accepted by the question author.

Getting this error: Msg 3609, Level 16, State 1, Line 88 The transaction ended in the trigger. The batch has been aborted.

So I'm trying an exercise Trigger Code that would send an email if someone tries to insert into the adventure database a special offer that is equal to or greater than 80%, My Code goes Like this: ----------------------- The…

Developer technologies | Transact-SQL
SQL Server | Other
asked Dec 11, 2021, 12:01 PM
salma dodin 96 Reputation points
commented Jul 9, 2025, 4:47 PM
Niarchos Ioannis 0 Reputation points