Visual Studio 2026 Upgrade to 18.1.1 with GIT
Hi, I upgrade my Visual Studio 2026 from version 18.1.0 to 18.1.1 today morning. I don't know if it from the upgrade. But the folders of the projects change from Gis to Git and also solutions and all namespaces in all the files as follow: I renamed…
Developer technologies | Visual Studio | Other
Calculating the percentage value from value of label and displaying the percentage output in a label control
How can I find the percentage from thhe value of a label control, and display it in another label? For instance, I have 4 Label controls, each label have values. I want to diplay the percentage for each label value in a label. e.g. These are the Labels…
Developer technologies | ASP.NET | Other
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
Move from .Net 9 to .Net 10
Hi, I have Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.14.8 supports .NET 9. I want to move to .NET 10, what I need to do ? Update VS 2022 or install a new VS 2025? Thanks,
Developer technologies | Visual Studio | Other
VS 2026 development of MAUI apps for mobile IS NOT POSSIBLE
This is a total mess - I just upgraded to VS 2026 community and .NET MAUI development is totally broken - it's not possible to install SDKs, it's keep failing with license acceptance error, of course I click "Accept" but it does not work. I…
Developer technologies | Visual Studio | Other
Whenever I try using 'c' in vs code editor it always have some random problem in compilation or at any other point and I am not able to fix it
Like I installed the vs code editor mingw and added it to the path but now yet after that I am not able to run is the issue with my device or am I missing something Moved from: Community Center | Discuss the Volunteer Moderator program
Developer technologies | Visual Studio | Other
Why does the verb [HttpDelete] make my screen go blank (404)?
I have an anchor: <a class="btn btn-primary ms-4" asp-Controller="Home" asp-action="Delete"> Delete</a> the controller has a Delete method that works, but when I include the verb [HttpDelete] it never sees the…
Developer technologies | C#
VS 2026 Error when running a .Net 10 console app in Debug
Getting this error on a .Net 10 console app in VS 2026. I am just trying to run a basic console application with only Hello World in the Console. I haven't added anything to it. Can someone please help because VS 2026 is useless without being able to…
Developer technologies | Visual Studio | Debugging
SQL Sorting by Non-Aggregate Field
Hello everyone and thank for the help in advance. I have a SQL Server table that tracks incoming phone calls with the phone number and time entered. I want to create a query where I can also retrieve a count of the number of times a phone called, but…
Developer technologies | Transact-SQL
Using IIS 10 with SQL Server Management Studio, Can't Connect SSL from Go Daddy
IIS 10 refuses to accept an SSL cert from Go Daddy/Starfield Tech. Self-signed won't allow an SQL connection. What have I done wrong? I have worked through SSL Certificate portal with a crt request, inserted at Go Daddy, received back new cert, used the…
Developer technologies | ASP.NET | ASP.NET Core
Command doesn't trigger
I Updated the xaml with a swipeView I fixed the button, but the swipe dosent work <?xml version="1.0" encoding="utf-8" ?> <syncfusion:SfPopup x:Class="Scan2Cart.Views.PopUps.CartPage" …
Developer technologies | .NET | .NET MAUI
Issue to MAUI app
Hi, Is Azure the best option for DB of Maui app? Any samples for having few forms on one Maui project?
Developer technologies | .NET | .NET MAUI
Extension method must be defined in a non-generic static class
I get the error Extension method must be defined in a non-generic static class in my Azure Function project in Visual Studio Code. But I cannot change public class NewFunction to public static class NewFunction because then I get 'NewFunction.log':…
Developer technologies | .NET | .NET MAUI
DLL entry list
I am trying to determine how 2 versions of the ACEOLEDB.DLL differ (I suspect that a function entry is present in one, but not the other). This because one of themcrashes an application that I am developing. The other allows the application to function…
Developer technologies | Visual Studio | Debugging
Visual Studio 2022- File Ignored always ignore when adding to class librarar
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
In refinitiv how to get divested banks details
I need to obtain details of banks where any form of divestment has taken place. Please outline the steps to identify and compile this information
Developer technologies | .NET | Other
Platform Theme not changing when switching UserAppTheme
Hello, I wanted to dynamically switch the theme in my app (https://learn.microsoft.com/en-us/dotnet/maui/user-interface/system-theme-changes?view=net-maui-10.0#set-the-current-user-theme), but realized that the platform-specific UI still has the theme…
Developer technologies | .NET | .NET MAUI
WebView does not load on Windows
Hello, I have a WebView component, which has a Source, WidthRequest and HeightRequest attribute, but it doesnt show up when im debugging on Windows Machine. The component works on Android perfectly. Is there some setting I have to enable for it to be…
Developer technologies | .NET | .NET MAUI
AMSI.DLL stack overflow exception is shown in MFC VC++ based desktop application unexpected crash
SUMMARY Our MFC VC++ based desktop application (OmniServer) is crashing unexpectedly and showing the errors related to amsi.dll, and our application crashes in the Windows event viewer logs and application crash dump logs, indicating a stack overflow…
Developer technologies | C++
Access is denied. (Exception from HRESULT: 0x80070005) on AddPackageByAppInstallerFileAsync
I am using the AddPackageByAppInstallerFileAsync method on several UWP apps. It has worked on all of the apps except recently for one of the apps. I get a "Access is denied. (Exception from HRESULT: 0x80070005)" exception.…