While launching the WinUI application in unpackaged scenario the application icon is not shown in the TaskBar
Hello, We are working on a WinUI application targeting .NET 8 and .NET 9, and our goal is to launch the app via the .exe directly. To achieve this, we've updated our launchSettings.json and .csproj as follows: In LaunchSettings.json "profiles":…
Developer technologies | Universal Windows Platform (UWP)
how to install visual studio
Hello, I’m trying to install Visual Studio on Windows 11, but I get an error at the start of the installation saying: “Sorry, something went wrong.” I’ve tried several solutions, but nothing has worked so far. I would really appreciate your help.…
Developer technologies | Visual Studio | Setup
Visual Studio Installer Hang while try to connect to a disconnected pipe
I'm trying to install Visual Studio 2026 v18.1.1 using an offline layout in a new windows 10 installation, after selecting the workloads and press install (whether its Install while downloading or Download all, then install) I get the installation…
Developer technologies | Visual Studio | Setup
Mongo DB - update server to a new version
Hi, 1.I'm using Maui app in version 9, in VS 2026 , last update. 2.I'm using Mongo: with this app as follow: Server: version 7.0.3. Client (compass): version 1.42.2 There is vulnerability in server version, please see , and use Google Translate to…
Developer technologies | C#
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
during app review process, how do i get test username and password to certification team
i have an app that failed certification, requiring TEST credentials. Q: How do i provide such? (what field do i put that in) ?
Developer technologies | VB
Can I use the same app in App Store Connect and Google Play Console for testing and publishing?
I have one app in App Store Connect and one app in Google Play Console that I use for uploading test builds. What happens with my test builds when I launch the app(from App Store Connect and Google Play Console) in the Apple App Store and Google Play…
Developer technologies | .NET | .NET MAUI
one question pissble in future to this this
Hi there microsoft its possible to new future to add html files inside a script or class file and use on the form like use on browser i have this file here made in html accordion and i would like to use on the winforms and load data from database …
Developer technologies | Visual Basic for Applications
Visual Studio 2022- File Ignored always ignore when adding to class libraray
Hi, Please see the following screenshot, why adding a new new file I always need to use Git/Add ignore file (right click on the file) ? It happened in class library as follow: TargetFramework>netstandard2.0</TargetFramework> Thanks in advance,
Developer technologies | Visual Studio | Extensions
Display Alert is not shown in MAUI IOS other than OnAppearing of a page
I am trying to test my MAUI app in IOS and noticed that display alert does not work in any other place other than OnAppearing() , it works fine in Android . I tried the following options , added delay before display alert await Task.Delay(100) used…
Developer technologies | .NET | .NET MAUI
WPF window render freezing on windows 11 update 25H2
Hello. Our client is reporting worrying problems that started happening after updating windows 11 to version 25H2 (it is possible it was also happening with 24H2, not sure at this moment), but it is definetly not happening in 22H2. Everything else is the…
Developer technologies | Windows Presentation Foundation
How do I move from Tests Explorer to my code using Go To Code?
Hi, Please look on: https://app.screencast.com/M0S7MDU6bVP9T When test failed, I right click on tests and pressed "Go To Test", but is not working ? why ? Thanks in advance,
Developer technologies | Visual Studio | Testing
Alternative to AsTask() for awaiting IAsyncOperation in VB.NET (.NET Framework 4.7.2)?
I’m working on a WinForms VB.NET app targeting .NET Framework 4.7.2, using Windows.Services.Store APIs like GetAppLicenseAsync() and RequestPurchaseAsync(). These return IAsyncOperation(Of T), and the documented way to await them is via…
Developer technologies | VB
Swagger setup error after upgrade
builder.Services.AddSwaggerGen(c => { var securityScheme = new OpenApiSecurityScheme { Name = "Authorization", Type = SecuritySchemeType.Http, Scheme = "bearer", BearerFormat = "JWT", In =…
Developer technologies | .NET | Other
"Feature 'XXX' is currently unavailable due to an internal error."
Visual Studio 2022 recently started (for absolutely no reason) displaying the following message(s) at the top of the Visual Studio 2022 window: Feature 'Diagnostic analyzer runner' is currently unavailable due to an internal error. Similar…
Developer technologies | Visual Studio | Other
How to use a non GUI class in a GUI project
I created a project using MFC and Windows Desktop Application. There are several GUIs and they all work. Then I realized that a major section of code should not be a GUI, just a regular class. To test it I created a class then tried to call it from…
Developer technologies | C++
Windows Media Player - visualization stops after the first track in the playlist
When a playlist is played back or when "Play all music", the set visualization stops after the 1st track. If you play the titles individually or switch on with a click of the mouse, the visualization works normally. This is only for mp3 tracks,…
Developer technologies | Windows Presentation Foundation
how to insert values to array?
I want to insert values. var ax=[0x01,0x05,0x06] and I want to insert per times and if the per=3 then it will be: [0x01,0x01,0x01,0x05,0x05,0x05,0x06,0x06,0x06] and the array maybe 150kb so is there best practice to do it?
Developer technologies | .NET | .NET Runtime
How to remove the listView pressed/activated ripple drawable to the entire row
I have a listview like below to show the question and answers. <ListView HasUnevenRows="True" HorizontalOptions="FillAndExpand" ItemsSource="{Binding ItemsSource, Source={x:Reference this_flow_picker},…
Developer technologies | .NET | .NET MAUI
how to get the keys in .net maui ?
I am using .net maui and I want to get the :1. android cert md5 2.ios cert SHA-1 3.public key of android and ios. how to get them? the first I searched that there is no md5 in keytool -printcert