BACK BUTTON VS NET 10
Platform: Android With NET MAUI 9.0, pressing the 'hardware' Back Button generates the following events: When the current page is MainPage: OnSleep Android – OnStop Android – OnDestroy shut down the app When the current page is any other page: Go…
Developer technologies | .NET | .NET MAUI
Validate a Manifest for add in
Hello, Whenever I add VersionOverrides to the manifest I keep getting same errors when I validate the manifest I have tried everything but still nothing works, is there another way to know the exact reason other than validating the manifest and what…
Developer technologies | XAML
Haven an issue related with asyncronious DbContext actions in unit tests.
Haven an issue related with asyncronious DbContext actions when run unit tests for ASP.NET MVC Controller. The error message is: "System.ArgumentException : Argument expression is not valid"
Developer technologies | ASP.NET | ASP.NET Core
Does a website built on asp.net have a Content Management System (CMS)?
I have a client that is using an agency that is using asp.net to build their website. I've never heard of this before. My agency provides SEO and I'm trying to find out if the new website will have a Content Management System and logins so my team can do…
Developer technologies | ASP.NET | Other
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
Theming ToolStrip buttons using Image service
I am trying to use images for ToolStrip buttons using Image service following this- https://learn.microsoft.com/en-us/visualstudio/extensibility/image-service-and-catalog?view=vs-2022 But this is not working with changing themes. I have tried setting the…
Developer technologies | Visual Studio | Extensions
Error NETSDK1112: The runtime pack for Microsoft.NETCore.App.Runtime.win-x64 was not downloaded when building MAUI Windows app
Hi everyone, I have a .NET MAUI project configured as follows in my .csproj: <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) ==…
Developer technologies | .NET | .NET MAUI
Best Practices for Building and Hosting a Scalable eCommerce App on Microsoft Azure
Hi everyone, I’m planning to build or migrate an eCommerce application to Microsoft Azure, and I want to make sure it’s scalable, reliable, and cost-efficient from day one. I’m particularly interested in learning from the community about: Architecture…
Developer technologies | Small BASIC
a VS2019 installation from a win10 system to a win11 system
I had a VS2019 installation on a older system, and want to install on a win11 system so I can migrate older VS2010 projects to VS2022 but I cannot download from the MS site. I have copied the files from the original system but there is no setup.exe or…
Developer technologies | Visual Studio | Setup
Reporting mail
Hi, I haven’t received my reporting mail yet after choosing Community Skillers. May I know when it will be sent or if there’s any update?
Developer technologies | Visual Basic for Applications
IOS app crashing when typing long text in a textarea on html page that is called inside webview HybridWebViewHandler : ViewHandler<IHybridWebView, WKWebView>
Hi, I am using .Net 9 using webiew -source html page to chatserver that using communication through liveswitch. Its working fine if no long text has been typing on textarea specially in release mode.Can someone help to solve this? Crash report iphone 11…
Developer technologies | C#
How to increase bandwidth for any cryptocurrency (TRX)
In TRX, the amount of bandwidth available per user for free transactions is very low. What if I want to allow a user to buy bandwidth and increase their bandwidth periodically? Is there an API or something that can increase the bandwidth for each…
Developer technologies | C#
Convert list of files to GEOGJON
Hi, 1.I need to convert these files to GEOJSON: ArcGIS Package Files |lpkx|Layer package — bundles a layer’s data, symbology, and metadata for sharing. Used in ArcGIS Pro. |.lyrx|Layer file — stores map layer properties, such as symbology and labeling,…
Developer technologies | C#
iOS project error: IL Trimmer has encountered an unexpected error.
I get two errors when I debug an empty iOS project on my iPad Air in Visual Studio Community 2026 Insiders 11123.170. IL Trimmer has encountered an unexpected error. Please report the issue at https://aka.ms/report-illink The file…
Developer technologies | .NET | .NET MAUI
App can not quit and blocked in NtTerminateProcess
Here is the call stack: # Child-SP RetAddr : Args to Child : Call Site 00 000000a9`de2ffaa8 00007ff9`762918ab : 00000000`00000000 00000000`00000000 ffffffff`fffffffe…
Developer technologies | C++
.NET MAUI App and Community Toolkit MVVM NotifyPropertyChangedFor
I am testing some visual elements for a .NET MAUI Application. I imagined using something like the Community Toolkit Expander and have a page use "mutually exclusive" containers. The user taps a header and that section opens, while all other…
Developer technologies | .NET | .NET MAUI
fast farward curson vs while loop on @table
hi, need to known weather fast farwand cursor is faster than a while loop made on @table variable haveing less than 15 rows that means 15 iteration. pls tell me which one is faster.
Developer technologies | Transact-SQL
Help me please >>The Windows SDK version 10.0.22000.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages
Hello, Today was a very bad day for me, i tried for 7 hours since morning to solve this problem by uninstalling, reinstalling multiple times, watching all YouTube videos and reading a lot of articles to try to solve this problem but nothing comes :( :(…
Developer technologies | Visual Studio | Setup
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
Developer technologies | Visual Studio | Other
LINK : fatal error LNK1105: cannot close file 'my.exe'; error code 1224
VS 2022 Pro 17.14.19 This only started happening recently and doesn't happen on other systems in my office. When building the Release version of my C++ (MFC) dll & exe, I get the following error message. It doesn't happen on my Debug builds. I've…
Developer technologies | Visual Studio | Other
How to deploy ViserBank – Digital Banking System on Microsoft Azure?
Hello, I’m currently working on ViserBank, a digital banking and financial management system developed by ViserLab. It’s a Laravel-based web application that includes features like user accounts, transaction management, and multi-level admin control. I’d…