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
Sandbox Access Blocked Despite Completing Power BI Learn Module
Hello Microsoft team, I've joined the Microsoft 365 Developer Program and completed relevant Learn modules, including "Get started with Power BI," earning badges and XP. My profile preferences are updated with technologies such as Microsoft…
Developer technologies | Visual Studio | Other
SOLVED: No controls available when creating a new form.
When I try to create a new "Windows Forms" application in Visual Studio 2022, the Control Box is empty and I get a message about needing to "enable binding" (???). Am I doing something wrong? Help. TIA.
Developer technologies | Visual Studio | Other

Xamarin.Forms app to .NET MAUI
I'm upgrading a Xamarin.Forms app to .NET MAUI. I need guidance on handling project structure, 3rd-party packages, and iOS build configuration. Can someone from the support team assist with code-level migration blockers?
Developer technologies | XAML
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
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
if Task.Run runs a task in async then why and when i should write async in Task.Run(async () => {})
q1) does Task.Run creast async task? (it is writen it runs on an other thread.) q2) if it does create async task then why and when we need Task.Run(async ()={}). pls explan with examples.
Developer technologies | ASP.NET | ASP.NET Core

Issue in publishing through Visual Studio 2022
Support Team, while publishing on Azure web application through Visual Studio 2022 we face issue the Subscription and Resources Group - UnKnown Error Popup SSL Connection could not be established. Please let me know how to excalate further…
Developer technologies | Visual Studio | Setup
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
How will I get minecoins from Microsoft rewards? Im from India and i can't find the option for minecoins.
I play Minecraft, so I opened Microsoft rewards for 330 minecoins gift card.. As I am from India , I can't find the option for the minecoins , as well as Xbox gift cards. Is there any other ways where I can get free minecoins? When will this feature come…
Developer technologies | F#
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
How do I recover from .net maui error NU1105 ... The property PackageVersion was expected to have a single value across all target frameworks, but instead...
This happened after I upgraded Microsoft.Maui.Controls from 9.0.70 to 9.0.81 using the NuGet Package Manager. Full error message: NU1105 Unable to read project information for '<MyProject>': The property PackageVersion was expected to have a single…
Developer technologies | .NET | .NET MAUI
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
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
Why aren’t the capabilities defined in a sideloaded line-of-business (LOB) UWP app retained after installation?
Our organization have defined the following capabilities in a custom LOB UWP application: <uap:Capability Name="userAccountInformation"/> <uap3:Capability Name="userNotificationListener"/> <rescap:Capability…
Developer technologies | Universal Windows Platform (UWP)
How can sideloaded UWP app update the version installed in a device
Our organization has developed a line-of-business (LOB) application for use on Panasonic mobile tablets. The app is distributed via sideloading, with the installation package hosted on a shared UNC path. Installation is handled using a .appinstaller…
Developer technologies | Universal Windows Platform (UWP)
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++
How to get Device Location in .NET 8 WPF App without Internet
Hi Community , Is it possible to obtain the device's location coordinates in a .NET 8 WPF application without requiring an internet connection? The goal is to access the location without relying on WINRT, as this only supports up to .NET 5. What…
Developer technologies | Windows Presentation Foundation
DLL file not found when invoking function from Excel/VBA
I'm running Windows 11 with 64-bit MS/Office 2021. I have a very large (>25KSLOC) Excel/VBA application with a helper DLL written in C and compiled by Visual Studio 2022. The last time I used the app was May 4, 2025, and it worked perfectly. Today,…
Developer technologies | Visual Basic for Applications
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…