We are facing .NET MAUI deployment issues, need some help.
Hello Community, We are trying to get our VS Xamarin App migrated to .NET (9) MAUI. Build for each sub project and main entire project fails with the following error. Need some help to get our app going from Xamarin forms to MAUI. Unable to get…
Developer technologies | .NET | .NET MAUI
Effective Way to Detect Whether an Android Device is Rooted Using MAUI
I’m currently working on a MAUI-based application and need an effective way to detect whether an Android device is rooted. I’ve tried a couple of approaches, but none seem to work reliably. Here’s what I’ve attempted so far: 1. Simple Approach Using su…
Developer technologies | .NET | .NET MAUI
Issues with MAWI .NET and SQLite on Android
Hello, I'm using the latest visual studio with MAUI .NET and SQLite, I'm not using EF Core, just SQLite.NET. My app works fine on Windows, but on android some pages show data and others don't. The issue seems illogical and I don't know why this…
Developer technologies | .NET | .NET MAUI
Need assistance and git hub code for multifactor authentication in core mvc or mvc project.
Need assistance and git hub code for multifactor authentication in core mvc or mvc project. regrads vinayak
Developer technologies | ASP.NET | ASP.NET Core
UWP OcrEngine does not support Ukrainian language
Hello. I am working with OcrEngine from the "Windows.Media.Ocr" namespace in UWP. It seems that this engine has a limited number of languages it supports. My app includes Ukrainian in the list of available languages, which apparently is not…
Developer technologies | Universal Windows Platform (UWP)
vruntme140d.dll msvcp140d.dll vruntime140_1d.dll ucrtbased.dll missing
vruntme140d.dll msvcp140d.dll vruntime140_1d.dll ucrtbased.dll missing in win64
Developer technologies | C++
How to convert Aspx pages to Razor Pages and also how to convert .Net framework 4.8 to Dot Net Core.
I am trying to migrate .aspx pages to Razor pages from .Net Framework 4.8 to Dot Net. Is any tool available to convert those pages. I had lot of user control and Web Forms, so please let me give some suggestions how to target the applications in…
Developer technologies | ASP.NET | ASP.NET Core
customer's add-on UI not showing on their screen
We have a user that is having problem with the add-on UI on their installation. Many many other users this works just fine. For some reason, the purchase dialog does not appear when prompted. He is getting this with our application and another…
Developer technologies | Universal Windows Platform (UWP)
Some of the items size in collectionview is not aligned with values provided, How to fix this
I am capturing images and adding it to CollectionView. Sometimes 1st,3rd,5th,7th,9th images are changing in size after capturing 2nd,4th,8th,10th images. Below the code I am using <CollectionView ItemsSource="{Binding Model.CapturedImages}"…
Developer technologies | .NET | .NET MAUI
After update to Visual Studio, designer quit working. Says base class could not be loaded.
Developing a Windows Application using Visual Studio 2019 Version 16.11.50. I was able to use designer for all forms prior to updating to latest version. I have a base class for forms that provides the information necessary to connect to database. The…
Developer technologies | Windows Forms

code error
Option Explicit Sub Merge_Latest_CSVs() Dim folderPath As String, pasteRow As Long Dim mainSheet As Worksheet, headers As Variant Application.ScreenUpdating = False Application.DisplayAlerts = False Application.Calculation =…
Developer technologies | Visual Basic for Applications
How to fix Azure recomendation "Windows servers should be configured to use secure communication protocols"
Hi I want to fix recomendation "Windows servers should be configured to use secure communication protocols" on Azure but the provided link in Defender for Cloud could not help me. This the link ->…
Developer technologies | .NET | Other

Visual Studio Professional 2022 offline installation fails (not starts) version [17.14.9 , 17.14.10 , 17.14.11)
Hi, in my company , on a developer machine, we can as usual download visual studio professional 2022, offline. Currently using latest bootstrapper vs_Professional.exe 17.14.36401.2. After successful download, offline installation failing, see below…
Developer technologies | Visual Studio | Other
What does the error message mean: DataTable internal index is corrupted: '5' ?
What does the error message mean: DataTable internal index is corrupted: '5' ?
Developer technologies | C#

Dev Centre request denied
We applied for access to the Dev Centre so we could use M365 and Teams SDK to complete our App build. We were denied an account and cannot find out how to fix it / make contact with a human to assist. All digital links either are not answered or support…
Developer technologies | C#
System.Management currently is only supported for Windows desktop applications.
I use ManagementObject which is in System.Management.dll(4.6.0) in a class library The class libray 's TargetFramework is netstandard2.0. Then I reference the class library in a service whick is based on BackgroundService, when I run the service , there…
Developer technologies | .NET | .NET Runtime
How to write a Visual Studio extension that injects environment variables into a .NET 4.8 application on debug launch
I want to write a Visual Studio 2022 extension, that injects environment variables into a debugged application when launching the debugger. The debugged project is a .NET 4.8 application, so I cannot set additional environment variables via debug…
Developer technologies | Visual Studio | Extensions
Trace the source
Hi, VS 2022 is Open source right? Any way to trace its source?
Developer technologies | C#
The correct CChildFrame is not activated after the predecessor is closed.
MFC MDI application. Opened several CChildFrame s. (To illustrate better my issue I identified every CChildFrame with an unique id.) Opened, lets say, 5 CChildFrame. 1, 2, 3, 4, 5. List the order of the CChildFrame by menu: About: List…
Developer technologies | C++
Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP
We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…