54,538 questions with Developer technologies-related tags

Sort by: Updated
1 answer

How to enable IntelliSense on external unity projects?

Hey there. Recently I started working on unity projects with teammates and I encountered a problem where the IntelliSense is disabled on projects from other people. At first VS Code notified me that the workspace isn't trusting this file, so I added the…

Developer technologies | Visual Studio | Extensions
asked Oct 7, 2025, 6:44 AM
Tal Mishan 0 Reputation points
commented Oct 10, 2025, 11:40 AM
Varsha Dundigalla(INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff
1 answer

Usage of Singleton HTTPClient in server to server commutation for complex scenario

Hello! With .Net 8.0 I have created a web server application that exposes REST APIs. Some of these APIs need to call other endpoints via HTTPClient: public (internet) APIS that have different authorization types (Bearer for example, no…

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
1,288 questions
asked Oct 2, 2025, 3:06 PM
Florin P 0 Reputation points
commented Oct 10, 2025, 11:38 AM
Varsha Dundigalla(INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff
0 answers

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
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
5,379 questions
asked Oct 10, 2025, 11:33 AM
Juan Antonio Ortega 0 Reputation points
1 answer One of the answers was accepted by the question author.

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++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,008 questions
asked Oct 9, 2025, 2:13 AM
Jiaxin Zhang 40 Reputation points
commented Oct 10, 2025, 11:27 AM
Varsha Dundigalla(INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

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
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,906 questions
asked Oct 7, 2025, 4:52 PM
RogerSchlueter-7899 1,506 Reputation points
commented Oct 10, 2025, 11:25 AM
Varsha Dundigalla(INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff
1 answer

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
asked Oct 9, 2025, 10:56 PM
Tom Weir (CONTSBW) 20 Reputation points
answered Oct 10, 2025, 11:19 AM
Varsha Dundigalla(INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff
1 answer

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#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,633 questions
asked Oct 5, 2025, 8:07 PM
Henrik Lagerstam 15 Reputation points
commented Oct 10, 2025, 10:23 AM
Henrik Lagerstam 0 Reputation points
1 answer

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
asked Oct 3, 2025, 6:18 AM
Matt Lovell 0 Reputation points
commented Oct 10, 2025, 10:15 AM
Gade Harika (INFOSYS LIMITED) 1,035 Reputation points Microsoft External Staff
3 answers One of the answers was accepted by the question author.

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
asked Sep 16, 2025, 9:18 PM
Kim Strasser 1,471 Reputation points
answered Oct 10, 2025, 10:09 AM
Alexander Hailfinger 0 Reputation points
1 answer

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
asked Oct 6, 2025, 6:05 AM
Abhijith R. Shastry 5 Reputation points
commented Oct 10, 2025, 10:09 AM
Gade Harika (INFOSYS LIMITED) 1,035 Reputation points Microsoft External Staff
2 answers

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
asked Oct 7, 2025, 5:42 AM
Kaushal 0 Reputation points
answered Oct 10, 2025, 10:06 AM
Kaushal 0 Reputation points
3 answers

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#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,633 questions
asked Oct 9, 2025, 4:45 PM
Tom Spence 5 Reputation points
answered Oct 10, 2025, 10:03 AM
Tom Spence 5 Reputation points
1 answer

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
asked Oct 9, 2025, 3:50 PM
Leanderson Leon 0 Reputation points
answered Oct 10, 2025, 9:46 AM
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 645 Reputation points Microsoft External Staff
0 answers

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#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,633 questions
asked Oct 10, 2025, 9:35 AM
Vishal Singh 0 Reputation points
0 answers

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
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,906 questions
asked Oct 10, 2025, 9:34 AM
Marco Gregori 41 Reputation points
1 answer

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
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,510 questions
asked Oct 10, 2025, 9:00 AM
KrishnanBalaji-1844 0 Reputation points
edited an answer Oct 10, 2025, 9:34 AM
Lizzy Dinh (WICLOUD CORPORATION) 155 Reputation points Microsoft External Staff
1 answer

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++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,008 questions
asked Jul 21, 2022, 3:37 PM
Bryan Kelly 516 Reputation points
answered Oct 10, 2025, 9:10 AM
Charles Gilley 0 Reputation points
1 answer

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
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,614 questions
asked Sep 24, 2025, 10:31 AM
Arpit Tandon 0 Reputation points
commented Oct 10, 2025, 8:42 AM
Arpit Tandon 0 Reputation points
4 answers

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
asked Oct 9, 2025, 8:35 AM
ajayi dayo 0 Reputation points
answered Oct 10, 2025, 8:27 AM
Susmitha T (INFOSYS LIMITED) 660 Reputation points Microsoft External Staff
1 answer

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
asked Oct 8, 2025, 8:31 PM
Bruce Clegg 0 Reputation points
answered Oct 10, 2025, 7:30 AM
Gade Harika (INFOSYS LIMITED) 1,035 Reputation points Microsoft External Staff