54,542 questions with Developer technologies-related tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

How to stop Visual Studio's Android emulator displaying off screen.

I'm trying to use Visual Studio 2022 Community Edition to develop a MAUI application for an Android phone. I use a laptop that is sometimes connected to an external monitor. When I'm not connected to an external monitor the Android Emulator that Visual…

Developer technologies | .NET | .NET MAUI
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 2024-09-29T19:33:55.1+00:00
Martin Brown 31 Reputation points
commented 2025-10-10T21:55:56.8266667+00:00
Hood, Toby 0 Reputation points
0 answers

combability of Windows 12 with Microsoft Visual C++ 2022 Redistributable (x64) - 14.30.30708

IS Microsoft Visual C++ 2022 Redistributable (x64) - 14.30.30708 compatible with Windows 12?

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,009 questions
asked 2025-10-10T21:33:56.91+00:00
Santiago Membia Esono Abuy 0 Reputation points
edited the question 2025-10-10T21:52:05.15+00:00
Erland Sommarskog 126.8K Reputation points MVP Volunteer Moderator
1 answer One of the answers was accepted by the question author.

visual studio 2017 on windows 11 for iot core x86 uwp app development

Hi, I was using visual studio 2017 community on win 10 pro host m/c. I am learning uwp app development on windows 10 iot core x86 image running in virtual box. My development interest is only 32bit Embedded products only. Recently due to the resource…

Developer technologies | Universal Windows Platform (UWP)
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 2024-12-31T17:29:21.2133333+00:00
Ketan SHAH 25 Reputation points
accepted 2025-10-10T19:57:19.0266667+00:00
Ketan SHAH 25 Reputation points
0 answers

VS Code on Windows 11 pops the 'Debugger Stopped" message when debugging Python 3.11.

When trying to debug python code in VS Code using a virtual environment, the "Debugger Stopped" message pops up. When I check the launch.json file, it looks ok. There is a debugpy in the type: parameter When I change that to python, the…

Developer technologies | Visual Studio | Debugging
asked 2025-10-10T19:40:56.8666667+00:00
Cary Hutchinson 20 Reputation points
1 answer One of the answers was accepted by the question author.

Keep Advancing VB.NET for Modern Workloads

Visual Basic has been a cornerstone of Microsoft’s developer ecosystem for decades. It continues to power countless business-critical applications, especially in enterprises that rely on stability, readability, and rapid development. While I understand…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,906 questions
asked 2025-10-06T19:12:28.2333333+00:00
Jim Parrish 20 Reputation points
accepted 2025-10-10T18:05:34.13+00:00
Jim Parrish 20 Reputation points
3 answers

What am I doing wrong?? it loads info into the list. only allows one png file for you to see the load

Listinfo.png

Developer technologies | .NET | .NET MAUI
asked 2025-10-09T12:57:57.0966667+00:00
Natale J Montalto 0 Reputation points
commented 2025-10-10T17:50:34.27+00:00
AgaveJoe 30,391 Reputation points
4 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 2025-10-09T16:45:12.52+00:00
Tom Spence 5 Reputation points
edited an answer 2025-10-10T15:55:01.0966667+00:00
Bruce (SqlWork.com) 80,756 Reputation points Volunteer Moderator
1 answer One of the answers was accepted by the question author.

Send email form Gmail account using C#

When sending an email using the followng code, I'm getting an error, I'm asking for your help. Authentication Required. Learn more at string adSoyad = txtAdSoyad.Text; string konu = "Koçaslanlar Web Konu başlığı"; string epostaAdresi =…

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
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 2023-02-03T11:30:34.83+00:00
kadir koçaslan 65 Reputation points
commented 2025-10-10T15:48:40.11+00:00
Pas Argenio 0 Reputation points
4 answers

Looking for SQL Server 2019 Architecture Diagram

I am looking for an Architecture Diagram for SQL Server 2019. Can someone point me to a web site? I cannot find anything current.

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,709 questions
SQL Server | Other
asked 2021-02-19T01:43:00.273+00:00
LCerni 1 Reputation point
answered 2025-10-10T15:34:37.3066667+00:00
long pham 0 Reputation points
2 answers

Git Functionality in Visual Studio 2022 Not Updating Status

When performing Git operations in Visual Studio 2022, such as committing, creating branches, deleting branches, or checking out branches, the Git interface does not refresh to display the latest status after completing the operation. Closing and…

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 2025-01-09T02:06:39.1633333+00:00
Ye, Lemin 5 Reputation points
commented 2025-10-10T15:16:06.67+00:00
William Moore 0 Reputation points
0 answers

IntelliSense doesn't work properly with MSVC standard library and clang-cl compiler

I'm trying to get clang-cl (the compiler I installed via Visual Studio Installer) and IntelliSense to work together. Simple 'Hello world' by C++23 std::println does build and run nicely (even macro __cplusplus is equal to 202302 which indicates that I…

Developer technologies | Visual Studio | Setup
asked 2025-10-10T14:27:44.59+00:00
Misha Kobzar 0 Reputation points
0 answers

Corrigir acesso a extensões (Cline, Gemin, Codex, Deepseek,...) no VSCode.

Estou tendo problemas para aparecer o chat com linha de prompt em todas as IA's que tenho instaladas com (Gemini, Codex, Cline, Deepseek, ... ) no lado esquerdo da tela no VSCode. Estava funcionando e parou. Alguem ja teve esse tipo de erro sem mostrar…

Developer technologies | Visual Studio | Extensions
asked 2025-10-10T14:15:24.38+00:00
Claudio Jacobsen 0 Reputation points
4 answers One of the answers was accepted by the question author.

HTMLHelp Workshop - download for CHM compiler installation failed

Searching for HTML Help Workshop on https://www.microsoft.com/en-us/search?q=HTML+Help+Workshop gives back a link list and the first link is leading to Microsoft HTML Help Downloads. So, there is a misleading note (running one into a loop) on top…

Developer technologies | Windows Forms
Developer technologies | Windows Presentation Foundation
asked 2021-02-09T15:49:23.607+00:00
Ulrich Kulle 31 Reputation points
answered 2025-10-10T14:10:43.3333333+00:00
DUHOT Bastien 0 Reputation points
1 answer

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…

Developer technologies | Visual Studio | Debugging
asked 2025-10-10T05:50:53.7633333+00:00
Farhan Segujja 0 Reputation points
answered 2025-10-10T13:51:24.1766667+00:00
David Cleland 0 Reputation points
3 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 2025-10-09T08:35:15.52+00:00
ajayi dayo 0 Reputation points
commented 2025-10-10T12:21:32.0433333+00:00
Susmitha T (INFOSYS LIMITED) 660 Reputation points Microsoft External Staff
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 2025-10-07T06:44:10.7233333+00:00
Tal Mishan 0 Reputation points
commented 2025-10-10T11:40:30.64+00:00
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 2025-10-02T15:06:33.02+00:00
Florin P 0 Reputation points
commented 2025-10-10T11:38:51.1466667+00:00
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 2025-10-10T11:33:29.5966667+00:00
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,009 questions
asked 2025-10-09T02:13:43.14+00:00
Jiaxin Zhang 40 Reputation points
commented 2025-10-10T11:27:22.6033333+00:00
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 2025-10-07T16:52:50.8433333+00:00
RogerSchlueter-7899 1,506 Reputation points
commented 2025-10-10T11:25:30.91+00:00
Varsha Dundigalla(INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff