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
Catastrophic failure while installing wsl
I was re installing wsl after I had earlier uninstalled it. But while re installing using wsl --install wsl --install -d Ubuntu wsl --install --web-download I got a pop up box saying: Windows ® Installer. V 5.0.26100.1150 msiexec /Option <Required…
Developer technologies | Windows Presentation Foundation
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

How to visit the views of carouselview different item ?
webview will display embed youtube video I need user webview.EvaluateJavaScriptAsync to control the video. Then, how can i visit the webview of different items ? <CarouselView Grid.Row="2" x:Name="cView"…
Developer technologies | .NET | .NET MAUI
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
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
MSAL B2C Login Issue on SourceLab Virtual iOS Device
Hi Team, I am facing an issue with MSAL B2C login when running the app on a SourceLab Virtual iOS Device. The same build works perfectly on real iOS devices. Please find the relevant configuration details below. Entitlements.plist…
Developer technologies | .NET | .NET MAUI
Why is Microsoft Visual Studio Code 1.101.2 looking in the wrong location for my .ssh keys?
Since updating to 1.101.2 my Microsoft Visual Studio Code installation on Windows 11 can no longer pull from my remote repository. On investigation I get a message saying 'cant create /home/<myusername>/.ssh no such file or directory' in the output…
Developer technologies | Visual Studio | Other
how to call a function which should do my job but should not return back.
hi in my web pages i save reports to my databases using savechanges, i want to call a [funciton/etc] after savechanges so that i can save the report's data in a small flat table also in database. but i do not want to wait so that next report can be…
Developer technologies | ASP.NET | ASP.NET Core
UWP BLE not working for authenticated attributes
I can't write to the CCCD on a BLE device that has the authentication flag enabled on the CCCD
Developer technologies | Universal Windows Platform (UWP)
how to handle if async process returns before await.
ifGetStringAsync (and therefore getStringTask) completes before GetUrlContentLengthAsync awaits it, control remains in GetUrlContentLengthAsync. The expense of suspending and then returning to GetUrlContentLengthAsync would be wasted if the called…
Developer technologies | ASP.NET | ASP.NET Core

Which control needs to be used to show loading image for Images.
I'm working with large size images, that will take good amount of time to load the image, So for that thing i want show a dummy image like FFimage loading until the actual image loads, So which control will you suggest for this requirement, I tried with…
Developer technologies | .NET | .NET MAUI
Limitations When Launching .NET MAUI Windows App via Custom URI Scheme
I've added the following entry to the Package.appxmanifest for my .NET MAUI Windows app to support activation via a custom URI scheme: After investigating this setup, I observed the following limitations: Key Findings Windows Focus Restrictions: When the…
Developer technologies | .NET | .NET MAUI
'Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType
I am trying to implement global exception handling in a .NetCore 9 webAPI project. I created a ExceptionMiddlewareExtensions class like so: ExceptionMiddlewareExtensions.cs - public static class ExceptionMiddlewareExtensions { public static void…
Developer technologies | ASP.NET | ASP.NET Core
Blazor WebAssembly not applying culture to DateTime formatting after changing culture
Hi, I recently migrated my Blazor project from Blazor Server to Blazor WebAssembly. In the Blazor Server version, when I changed the culture (e.g., CultureInfo.CurrentUICulture = new CultureInfo("fa-IR")), both the localized texts from .resx…
Developer technologies | ASP.NET | ASP.NET Core
'Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType
I am trying to implement global exception handling using custom middleware in a .NetCore webAPI project. My .NetCore version in 9. I am getting the above exception message when trying to implement it. Let me post the relevant code blocks so you can…
Developer technologies | ASP.NET | ASP.NET Core
In another word can Desk Top Application that build in vb.net Call API that build in C# using HTPP Client
I we wrote desk top application in vb.net and build API in C# can they talk together using HTTP client Please(In another word can Desk Top Application that build in vb.net Call API that build in C# using HTPP Client)
Developer technologies | Visual Studio | Other
error in asp.net
i configoring ny project of asp.net and code vb.net i got this errror Error in project-level import 'app.config' at 'app' : 'app' is not accessible in this context because it is 'Friend'. i dont have in my project a file named app.config how can i…
Developer technologies | ASP.NET | ASP.NET API
Best way to query Azure Synapse serverless/dedicated pool from .Net core 8 API
I am developing a .net core 8 API which retrieves data from Azure synapse dedicated pool and serverless and send as api response. I am using EF core now for the repository which queries the synapse using eager loading. But since the entities are huge and…
Developer technologies | ASP.NET | ASP.NET API
Creating a reusable form using C# custom "User Control"
I'm trying to create a layout / form that can be reused on other forms. I think I'm in the right to utilize a "User Control" (screen captures below). I populate the control with some components, save it, then try to bring it onto the main…
Developer technologies | Windows Forms
