Why the buttons blocks themselves?
I have a Xamarin App and when I press fast the buttons on a form they chance the color (more dark and 3D) and don't respond no longer. The problem is that they block the entire App. How can I can solve this problem? In normal use this fact does not…
Developer technologies | C#
Unable to access Azure Dev Tools for Teaching with GCU student account.
I am a Grand Canyon University student trying to access Azure Dev Tools for Teaching using my GCU email. When I sign in, I receive a “You do not have access” error stating my account cannot be validated. I need access to download Windows Server 2022 for…
Developer technologies | Universal Windows Platform (UWP)
How to format USB stick to work with audio in Honda Prologoue
I have a USB that I would like to download music onto and use in my 2025 honda prologue. I uploaded music onto the USB but my car is saying it is not compatible. How do i format this so it works with my vehicle audio system?
Developer technologies | Visual Studio | Other
Converting Existing ASP.NET Core Web Application to a Local Desktop Application?
Hello everyone, I currently have a working ASP.NET Core (.NET 8) web application. My goal is to preserve the application's existing HTML/CSS/JavaScript interface and C# business logic (DI, Services, EF Core, etc.) while transforming it into an…
Developer technologies | .NET | Blazor
How to fix MyDell attempting to use EOL/Unsupported .NET 6
I am receiving Qualys vulnerabilities alerts due to assets having "EOL/Obsolete Software: Microsoft .Net Version 6 Detected" I removed .Net 6.0.36 from a test asset and resolved the vulnerability. After restarting my device, I receive the…
Developer technologies | .NET | .NET Runtime
visual studio community version 2022 is not available to download
my students need to install 2022 for a project it needs 2022 and haven't been updated for 2026 yet and there is no place to get the 2022 community version installer and its not available in the installer as well
Developer technologies | Visual Studio | Setup
[[likely]] attribute not working with MSVC
C++20 has introduced the [[likely]] attribute, I wanted to see the difference is the assembly and wrote a simple code: int If (bool pFlag) { if (pFlag) return 3214; else return 19862; } int IfLikely (bool pFlag) { if (pFlag)…
Developer technologies | C++
Git with VS 2022 and SourceTree
Hi, Prerequisites: 1.Git installed in your machine. If not install it from :https://git-scm.com/downloads After config Git in command line: git config --global user.name "Your full name" git config --global user.email "Your full…
Developer technologies | Visual Studio | Other
GIS - TryCreateForInput
Hi, 1.I used GIS API . 2.There are 15 formats: EsriJson GeoJson GeoJsonSeq Kml/Kmz Shapefile OsmXml Gpx Gml FileGdb TopoJson MapInfoInterchange MapInfoTab Csv GeoPackage. 3.This is my main function: TryCreateForInput that gisInputFilePath-Path to a…
Developer technologies | C#
GIS - Convert from one format to any formats.
Hi, 1.In continue to: https://quic.hkg1.meaqua.org/en-us/answers/questions/5657151/gis-trycreateforinput In this ticket the output was the selected converter. Now the focus on the converter. 2.List of GIS converters: EsriJson (.esrijson, .json) GeoJson…
Developer technologies | C#
GIS CLI commands
Hi, I would like to ask the following questions regarding my GIS CLI command in program file. The GIS CLI commands used once by end-user. 1.Does the ShowHelp method is a good practice in CLI if not please fix. I used in this case to show it: // If no…
Developer technologies | C#
Visual studio 2026
Hi, Does the VS 2026 is stable, and available? Which features I got with it? Does installing VS 2026 is a separate installation, not harm VS 2022 , and what size of installation is it ? Does all projects before, it supports? Thanks,
Developer technologies | Visual Studio | Other
BLAZOR ROUTE PARAMETER EXCEPTION
Current page directive of Blazor component is like: @page /mypage/{thestate:bool?} When I call the URL localhost:32360/mypage, there is no problem; nevertheless, when I call the URL localhost:32360/mypage/false or localhost:32360/mypage/true, the web…
Developer technologies | ASP.NET | ASP.NET Core
Detected package version outside of dependency constraint: Xamarin.AndroidX.Activity.Ktx 1.10.1.3 requires Xamarin.AndroidX.Activity (>= 1.10.1.3 && < 1.10.2) but version Xamarin.AndroidX.Activity 1.11.0 was resolved.
I changed my Android project´s target framework from .NET 9.0 to .NET 10.0 and then I installed all the NuGet package updates. I can debug my Android project on my Google Pixel 8a (Android 16.0 - API 36) and I don´t get an error. But I get this…
Developer technologies | .NET | .NET MAUI
ViewComponent exception handling
Hi, What is the correct way to handle exceptions in a view component? I would like the user to end up being redirected to an error page. My ViewComponent looks like this : public async Task<IViewComponentResult> InvokeAsync() { …
Developer technologies | C#
How to know, whether a cell in Excel has a comment?
How can I find out, whether a comment is placed in a Excel Cell with VBA. The property .Comment is offerd, but throws a faliure. Example Range("B64").Select Range("B64").Comment (illegal use of propterty Mod moved from : …
Developer technologies | Visual Basic for Applications
Can't reuse types for WCF Service Reference in Visual Studio 2022 .NET Framework 4.8 project
Trying to add a WCF service reference in a .NET Framework 4.8 project. We have a package that includes the data types the Web Service uses and would like to reuse them. However, we can't seem to reuse the types. I have the NuGet package installed. I have…
Developer technologies | .NET | Other
“My VS Code integrated terminal is completely blank and doesn’t load PowerShell or CMD, even though both shells work normally outside VS Code.”
Screenshot 2025-12-01 160917.png Screenshot 2025-12-02 154146.png My VS Code integrated terminal stays completely blank and does not load PowerShell or CMD. CMD and PowerShell work perfectly outside VS Code, so the issue is only inside VS Code. I…
Developer technologies | Visual Studio | Debugging
how to secure my iphone from hackers
how can l keep my projects private as they are not private and are being shared by others and i can't keep them safe
Developer technologies | Visual Studio | Setup
Project is using out of process designer
This now appears every time I open a form in my FosterTrak application. How do I get rid of this? Should I just ignore this message?