54,123 questions with Developer technologies-related tags

Sort by: Updated
2 answers

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
asked 2025-07-07T08:04:32.67+00:00
Subhash cherian 1 Reputation point
answered 2025-07-13T02:32:23.1233333+00:00
Subhash Cherian 0 Reputation points
2 answers

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
asked 2025-07-12T12:36:54.6433333+00:00
rajesh yadav 231 Reputation points
commented 2025-07-13T01:47:34.2766667+00:00
SurferOnWww 4,721 Reputation points
1 answer

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
asked 2025-07-12T19:38:58.8833333+00:00
Mugsy's RapSheet 196 Reputation points
answered 2025-07-12T19:59:44.9866667+00:00
Mugsy's RapSheet 196 Reputation points
1 answer

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 2025-07-11T01:42:59.01+00:00
mc 5,551 Reputation points
answered 2025-07-12T16:45:53.6633333+00:00
Bruce (SqlWork.com) 78,236 Reputation points Volunteer Moderator
1 answer

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 2025-07-11T09:32:56.96+00:00
Kim Strasser 1,326 Reputation points
commented 2025-07-12T11:20:43.4833333+00:00
Alex409 Alex409 0 Reputation points
0 answers

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 2025-07-08T07:15:00.48+00:00
StewartBW 1,830 Reputation points
edited a comment 2025-07-12T08:23:47.52+00:00
RLWA32 49,666 Reputation points
0 answers

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#
asked 2024-02-28T05:54:46.73+00:00
Anubhab Saha 10 Reputation points
edited a comment 2025-07-12T02:03:43.6066667+00:00
Jash 0 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 2025-05-08T11:32:46.38+00:00
Eduardo Gomez 3,711 Reputation points
accepted 2025-07-11T23:32:36.8433333+00:00
Eduardo Gomez 3,711 Reputation points
1 answer

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
asked 2025-07-08T03:13:08.76+00:00
Kurt K 176 Reputation points
commented 2025-07-11T22:39:00.57+00:00
Kurt K 176 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 2021-02-14T21:32:43.697+00:00
Shantimohan Elchuri 721 Reputation points
commented 2025-07-11T22:10:19.6533333+00:00
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 2021-11-13T04:11:06.27+00:00
Bruce Krueger 331 Reputation points
commented 2025-07-11T21:25:03.2166667+00:00
Anton M 1 Reputation point
0 answers

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)
asked 2025-07-11T18:53:05.24+00:00
McMillen, Buom 0 Reputation points
0 answers

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)
asked 2025-07-11T18:13:28.9966667+00:00
McMillen, Buom 0 Reputation points
edited the question 2025-07-11T18:24:06.0333333+00:00
McMillen, Buom 0 Reputation points
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 2025-07-10T10:45:15.25+00:00
Flaviu_ 1,051 Reputation points
commented 2025-07-11T16:39:16.47+00:00
Varsha Dundigalla(INFOSYS LIMITED) 235 Reputation points Microsoft External Staff
1 answer

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
asked 2025-07-11T08:26:04.7333333+00:00
Sashikanta 0 Reputation points
answered 2025-07-11T15:56:43.2366667+00:00
jhonnmick 0 Reputation points
2 answers

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
asked 2025-06-29T01:41:47.34+00:00
Chris Grossman 15 Reputation points
commented 2025-07-11T15:52:30.7933333+00:00
Carlos Moreno 0 Reputation points
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 2025-07-09T16:17:44.4866667+00:00
Bhuwan 966 Reputation points
edited a comment 2025-07-11T15:38:26.85+00:00
Ananda Biswas 5 Reputation points
2 answers

Xbox dev mode registration bug

Im trying to activate dev mode for my xbox, but when creating a publisher display name it always says it's not available.

Developer technologies | Small BASIC
asked 2025-07-09T15:02:09.61+00:00
zack moore 10 Reputation points
edited an answer 2025-07-11T15:35:34.7366667+00:00
Ananda Biswas 5 Reputation points
4 answers

What can I do with white space in the connection string?

I wrote a small application in VB.NET (VS 2022), and it worked well with the connection string without white space. When I put it in the folder with spaces and that is where I have issues with it. How do I solve this issue with the white space? I do…

Developer technologies | VB
asked 2025-07-10T14:15:11.6133333+00:00
Bob Vu 0 Reputation points
commented 2025-07-11T15:15:27.6533333+00:00
Viorel 122.8K Reputation points
1 answer

Good installer for visual studio 2019 c# projects

Still using Visual Studio 2019 professional. I have several independent solutions (single project solutions). I need to create an installer that installs 6 different projects on a computer. Right now, I have a single deployment project in each…

Developer technologies | C#
asked 2025-06-30T15:27:24.5566667+00:00
Darryl Hoar 181 Reputation points
commented 2025-07-11T13:09:35.42+00:00
RLWA32 49,666 Reputation points