What changes I would need to release Application for Android 16KB in Xamarin.Android?
Hi, in order to meet the "Android 16 KB Memory Page Requirement", is it mandatory to move the app from Xamarin to MAUI or is there any way to do it in Xamarin? Many thanks. Regards.
Developer technologies | .NET | Xamarin
How to test my C++ function
How to test a C++ function? My function returns wrong results. I’m debugging. The only way I can think of is creating a new console application, then copy the function into it and input test data one by one using keyboard. Do you have better…
Developer technologies | C++
Effect of an AddHandler
Consider this code: Private Sub LoadMe(sender As Object, e As RoutedEventArgs) Handles Me.Loaded cvsPeople = CType(Resources("cvsPeople"), CollectionViewSource) cvsPeople.Source = ocPeople AddHandler lbxPeople.SelectionChanged, AddressOf…
Developer technologies | VB
Update SharePoint multi choice field programmatically
Need help with updating a multi-choice field in a SharePoint List using VBA. Key points: I'm using an ADODB.connection object to update a SharePoint list. I am successful opening the connection, building the necessary SQL Update command and running…
Developer technologies | Visual Basic for Applications
OIDC discovery metadata inconsistent across regions — PKCE field missing on build 2.1.22024.3
Since Oct 3 2025, our applications using Microsoft Entra ID (Azure AD) OpenID Connect have seen intermittent authentication failures. We discovered that different ESTS clusters behind…
Developer technologies | C#
No way to cancel pay as you go VS Pro subscription
There is no way to cancel the visual studio subscription. When i follow the steps, its says I dont have correct permissions to access the azure billing. And yet I am the only person in the organisation and the administrator. It seems that switching…
Developer technologies | Visual Basic for Applications
This version of .NET for iOS (18.5.9219) requires Xcode 16.4. The current version of Xcode is 26.0.
Today, I have installed iPadOS-Version 26.0 and macOS Tahoe 26.0 on my MacBook Air. After that I got this error in Visual Studio Community 2022 (64-bit) Version 17.14.15 when I tried to debug my iOS project on my iPad: This version of .NET for iOS…
Developer technologies | .NET | .NET MAUI
Visual Studio 2017 unable to install on SharePoint 2019 App Server, no errors thrown.
Hello Team, As part of an overhaul process of upgrading from SharePoint 2019 to SSSE, we are planned to convert SP Designer workflows using Visual Studio. We have chosen to install 'Visual Studio 2017 Pro' for this activity and we are stuck with the…
Developer technologies | Visual Studio | Setup

Geolocation Speed Not Working Reliably on iOS
Hello, I’m facing an issue with getting speed using Geolocation.GetLocationAsync in a .NET MAUI app on iOS. Most of the time, the speed value is not returned (null or 0). Sometimes it starts updating after running the app for 5–10 minutes, but even then…
Developer technologies | .NET | .NET MAUI
Problem with NuGet Microsoft Data SqlClient library
Microsoft Data SqlClient is referenced in the Visual Studio C Sharp project. Code throws an error ' The type 'IDbColumnSchemaGenerator' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data.Common,…
Developer technologies | C#
Como solucionar ,The feature you are trying to use is on a CD.ROM or other removable disk that is not available . Insert the microsof visual c++2022x86 minuim . runtime -
Hello, I've been having this problem on my computer and it appears that I need the vc_runtimeMinium_x86.msi but when I try to install it the image thing appears and it won't let me install it. Because x86 doesn't work. Please someone help me solve this…
Developer technologies | Visual Studio | Setup
Custom SSO/Form based authentication for PowerBI Onpremise Report Server
We have a Unified Portal and that Portal has its own SSO authentication. That portal consist of many other portals within and now we are thinking about adding Analytics to the same. What we need is when a user logs in via SSO they can go to analytics and…
Developer technologies | C#
Problem with string encoding from Web when showed in VB 2015 or VB 2022 Application.
Hi, Simple question : I use Reverse Geocoding to get info from a GPS Point. I get a Response string ( XML or JSON ) which is always correct in every browser I use. When I use VB Application to build Request String I get some strange Chars in…
Developer technologies | VB
How to Fix Visual Studio 2026 Crashed while pulling the changes from Azure Github
How to Fix Visual Studio 2026 Crashed while pulling the changes from Azure Github Event Viewer Error: Faulting application name: devenv.exe, version: 18.0.11104.47, time stamp: 0x40b76635 Faulting module name: git2-3f4182d.dll, version: 1.8.4.0, time…
Developer technologies | Visual Studio | Other
CPU going over 100%
Hello, I have a Kogan Atlas G700 (mini pc) and whenever I opened a single application, Somehow it goes past 100% CPU percentage and I need to give that because it's almost my classmates birthday. I need to make it go under 100% and it's still past 100%,…
Developer technologies | Windows Forms
Create a wxWidgets solution
Windows 11, VS 2019, C++, wxWidgets 3.2.0 But first: When I click Ask a Question, there are no options to select the forum to post in. How do I do that with these relatively new MS forums? Summary The goal is just to get a wxWidgets project…
Developer technologies | C++
How to resolve infinite loop issue in Azure AD authentication in Asp.Net MVC application
We have an Asp.Net MVC application running on v4.6.1. We are implementing SSO authentication using Azure AD. We are using Microsoft.Owin.Security.OpenIdConnect library for cookie based authentication. Below is our auth configuration - public void…
Developer technologies | ASP.NET | Other
Data importation from excel promblem
How can i solve this in my SQL data importation TITLE: SQL Server Import and Export Wizard ------------------------------ The operation could not be completed. ------------------------------ ADDITIONAL INFORMATION: A network-related or instance-specific…
Developer technologies | .NET | .NET CLI
Will Integration Services projects work with Visual Studio Professional 2022 on Windows 11.I
I recently changed from VS Enterprise to VS Professional, and then upgraded to Windows 11. I am now unable to install Microsoft Data Tools Integration Services. I receive Error 0xe0434f4d: Failed to execute EXE package.
Developer technologies | Visual Studio | Extensions
How to fix VS code debug failure for python
This is what my VS code is displaying even when i try to debug a simple python file of print("Hello World"). I have used Vs code for about a year now and it has never happened. I even re-installed it but it still displays the same. I have even…