What is the minimum supported iOS version for MAUI .NET10 (10.0.100)?
What is the minimum supported iOS version for MAUI on .NET 10.0.100? I'm seeing conflicting information around OS minimums: The official docs say 12.2 https://learn.microsoft.com/en-us/dotnet/maui/supported-platforms?view=net-maui-10.0. The release…
Developer technologies | .NET | .NET MAUI
Unable to enable .Net Framework 3.5 with error 0x800700C1
I am trying to run my Sims3 game, but when I attempt to launch it, I get a Windows Feature pop-up that says that .Net Framework 3.5 cannot be installed with error 0x800700C1: I then try to enable the .Net Framework 3.5 by checking the boxes in the…
Developer technologies | .NET | Other
ListView events arent always triggered.
Hello, I am not sure if I selected right tag for my topic, but there is not present UWP tag naw. I have problem with ListView. If my ListView has many rows (about 150+), some events are sometime not triggered (but sometime they are triggered as well). If…
Developer technologies | Universal Windows Platform (UWP)
Ajax post with C# Handler and XSRF-TOKEN
This question is for Web pages with .NET, C#, and Ajax. I'm having an issue with a ajax calling working with the XSRF-TOKEN" and it's not calling the handler in the .CS. I think I need to do something with my ajax call to validate the token. In my…
Developer technologies | ASP.NET | ASP.NET Core
Deployed C# API is not accessible, swagger, routes, all return 404
I was able to connect my github repo, github action auto-deployment on commit. Builds and deploys successfully (creating artifact) from the yml script Azure I auto-generated and committed to my repo. Azure overview page says my app is running good, no…
Developer technologies | .NET | .NET Runtime
To upload my msixbundle install file to the Store, I need a silent command line switch
When I try to upload my installation file to the Store, a msixbundle file, it needs a silent switch. Can't figure out what that is?
Developer technologies | Visual Studio | Other
Net maui windows and macos how to remove blue indicator on collectionview ?
After update appear blue indicator on collectionview and listview Net maui windows and macos platform how to remove blue indicator on collectionview ?
Developer technologies | .NET | .NET MAUI
DevicePicker fails to display at the correct coordinates when DPI != 96
I've been struggling with this issue for several days and haven't found a solution despite consulting numerous documentation sources. I'm attempting to invoke DevicePicker.show() to display the DevicePicker at my mouse cursor position. When Windows…
Developer technologies | C++
MapStaticAssets is breaking a background video from playing
I have a rather large Blazor WASM application running on Dot Net 9. The login page has a background video. Everything works well. We are making some significant changes and want to include an upgrade to Dot Net 10. The upgrade results in a…
Developer technologies | .NET | Blazor
Windows Phone Developer Registration
I need an assistance removing the old Windows Phone Developer Registration from my account. This subscription is outdated and is causing issues with my payment settings.
Developer technologies | Windows Presentation Foundation
Visual studio 2026
When i download the visual studio 2026 installer to use it without the internet and putting the files into the pc without internet with a own domain network and try run the command c:\localVSlayout\vs_enterprise.exe --noWeb it open the vs installer…
Developer technologies | Visual Studio | Setup
Still running into problems utlizing OnChange event in Blazor
Earlier I asked The OnChanged event isn't firing for InputNumber which I got an answer for. But I've run into more problems, which irritates me. Here's some code snippets from the Blazor I'm I'm writing using .NET 9. In a Blazor component I've written I…
Developer technologies | ASP.NET | ASP.NET Core
Visual Studio 2026 : Unable to activate licence using StorePID.exe
Hello, I'm facing an issue when I want to activate the licence for Visual Studio 2026 that I installed offline (https://learn.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=visualstudio) using below command…
Developer technologies | Visual Studio | Setup
How to draw pineapple ring and output it as bitmap
This is pineapple ring I wanted to draw using VB code: Imagine the background color is black. Each segment must be same size. The line color can be same for practice purpose. The final image have to output to bitmap file. For those who have no idea how…
Developer technologies | VB
Visual Studio 2026: Outlining, "Collapse To Definitions"
With the latest updated to Visual Studio 2026, I noticed that the "Outlining" option, "Collapse To Definitions", no longer collapses the code within the master "#Region#region" headings but collapses only the coding sections…
Developer technologies | Visual Studio | Other
How much memory allocate when reading save blob with XGameSaveReadBlobData
I'm implementing game save logic and need to write a function that reads data from a single XGameSaveBlob. The documentation for XGameSaveReadBlobData explains how to use it, but it feels incomplete and even partially incorrect. For example, there’s no…
Developer technologies | C++
VSCode with MAUI extension on Mac not loading Solution file
I have been using VSCode for MAUI mobile dev for a while now on a Mac. Up until a couple days ago when I opened the folder with my solution in it it would also load the solution file and show the solution explorer. Now when I open the folder, even using…
Developer technologies | .NET | .NET MAUI
How to install and use my HP Scanjet G2710 on Windows 11 operating system
I use a Windows 11 operating system but I am unable to install and use my HP Scanjet G2710. Please advise me on what to do.
Developer technologies | Universal Windows Platform (UWP)
i want to add the new field to the prodroutetable and data should be show in routeinventprod form but i got field in frontend and save but when i refresh the page data will be disappear why?please give me solution
i want to add the new field to the prodroutetable and data should be show in routeinventprod form but i got field in frontend and save but when i refresh the page data will be disappear why?please give me solution. i tried with table extension with…
Developer technologies | Visual Studio | Extensions
Visusal Studio 2022 F8 for different user
I have two users using VS 2022 on the same PC. For the second user, F8 does not work to step through code. The advice I have found is to re-install PowerShell, but I have verified that both users are running the same installation.