MAUI: Unknown white circle on the UI when tap on Login Button.
I have a login page its xaml added below: <?xml version="1.0" encoding="UTF-8"?> <views:BaseContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
Developer technologies | .NET | .NET MAUI
ContentControl doesnt show data
Hello I defined UserControl in UWP XAML, but It doesnt show any data: <UserControl x:Class="Financial_Planner.BSListView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" …
Developer technologies | XAML
How does EF core tools find my DbContext from my application to generate migration etc
I asked copilot this question, about how EF Core Tool loads my app dll and execute DI service registrations, including builder.Services.AddDbContext(..), then getting my DbContext from DI. In Minimal API program. It answers this: Got it — you’re asking…
Developer technologies | .NET | Entity Framework Core
Difficulty with assigning available licenses to replacement users
We have 5 Visual Studio licenses which were all assigned. Two of the license holders left the company so they were deleted from the "Manage Subscriber" list. When attempting to add the replacement users, I get an error saying: "No…
Developer technologies | Visual Studio | Other
There is a discrepancy between the number of new licenses and renewal licenses for Visutudio.
9月末満了の2ライセンスのうち1ライセンスのみ更新し、別途3ライセンスを新規で購入しました。 LARへの更新1ライセンス・新規3ライセンスの発注は確認済です。 サブスクライバー管理の概要で、23assigned of 25 purchased…
Developer technologies | Visual Studio | Other
how to create aab that support 16 kb memory page
Hello in project net maui i create via the archive the signed aab but unfortunately google console android didn't accept because it does not support 16 kb memory page what you suggest Thanks
Developer technologies | .NET | .NET MAUI
Clarification on Mapping Subscription Data with /subscribedskus API Response
Hi Team, I am currently integrating the API that returns the availableUnits value: https://learn.microsoft.com/en-us/partner-center/developer/get-a-list-of-available-licenses The API is returning the product and license details correctly. However, the…
Developer technologies | ASP.NET | Other
Publishing our UWP app to the MS store
We have been able to publish our app in the past. Suddenly about 5 days ago, publishing stopped working; we get the following error when trying to publish from within VS. Help! Thank you!
Developer technologies | Universal Windows Platform (UWP)
.NET MAUI Android Development: Request for Native UI Controls and Experience
Hello, I am currently developing an application within a .NET MAUI project, primarily targeting the Android platform. I have observed that the standard .NET MAUI UI controls do not fully reflect the native user experience of the target platform. For…
Developer technologies | .NET | .NET MAUI
How to install Visual Studio 2022 offline ?
Hello, I have tried to install Visual Studio 2022 Professional offline and I have encountered the issue with certificate revocation checks describes in this post and comment. I have downloaded 3 days ago the last version of VS Installer (version…
Developer technologies | Visual Studio | Setup
What is the correct way to add files to the Resources of a VB.net project
I have been having trouble getting wave files into the resources of this project. I tried to add the wave files by right clicking on 'Resources' in the Solution Explorer and selecting 'Add' and 'Existing Item' That added the files to the Resources list…
Developer technologies | VB
How to Fix Broken Blazor WASM .razor Pages?
Since the beginning Blazor WASM Hot Reload has been a #Hotmess and has never worked. Recently however, a few updates ago the text editor for Blazor WASM Razor pages has completely broken! I mean literally, it has been rendered to nothing more than a…
Developer technologies | ASP.NET | ASP.NET Core
Visual Studio Installer Error
My laptop is not able to take updates: getting this error: Error : Visual Studio Installer The Visual Studio Installer update failed to download. Make sure that you are connected to the network and try again.
Developer technologies | Visual Studio | Other
The Status property of WiFiDirectAdvertisementPublisher is not updated after the Publisher is initially started
With WiFi switched on (through the Modern UI Settings via the taskbar or via ms-settings:network-wifi) starting the Publisher results in the WiFi Direct network being created and started as expected. Switching the WiFi off while it's in the Started state…
Developer technologies | C#
VS 2026 MAUI Publish an Android app using Distribute ad-hoc UI is not coming.
I am trying to distribute my Android app using the adhoc. Distribute channel GUI is not coming. It's always showing the popup to use the CLI. Ref: https://learn.microsoft.com/en-us/dotnet/maui/android/deployment/publish-ad-hoc?view=net-maui-10.0 …
Developer technologies | Visual Studio | Other
HTTPS Reverse Proxy on IIS 10 – External Access Fails (Timeout) Although Local Requests Work
Hello everyone, I’m currently facing an issue with an IIS 10 reverse proxy configuration on Windows Server, and I would really appreciate your guidance. Environment Windows Server IIS 10 Application Request Routing (ARR) + URL Rewrite enabled Backend…
Developer technologies | ASP.NET | Other
VS code terminal charset is UTF-8, but it can't show chinese characters
as title, tried to reinstal VS code and renew Java version
Developer technologies | Visual Studio | Other
Issue with running Xamarin Forms project on Visual Studio 2022
I have a Xamarin Forms project and I am not able to run it on my Visual studio. The problem is the emulator and physical device are also not showing in the VS to run. VS version: Microsoft Visual Studio Professional 2022 (64-bit) - Current Version…
Developer technologies | .NET | Xamarin
Visual Studio 2026 editor settings
I've installed vs2026 and tried it with our c# solutions. For vs2022 I have sticky scroll, rainbow braces and amazon q For vs2026 I imported settings but sticky scroll does not seem to work. no rainbow braces and I have a copilot option in view drop…
Developer technologies | Visual Studio | Setup
Change run and debug button to run button only, Run cpp file without using code runner
In vs code, for my C/CPP file, i always see run and debug option and I want to change it to run option only, also how to run the cpp file without using code runner Moved from: Community Center | Discuss the Q&A site | Get started on Q&A