19,894 questions with Developer technologies-related tags

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

Play Store Warning: This release no longer support xxxx devices that were supported in your previous release.

I am getting the below warning for my MAUI app from play store: My Previous version was .net 8 with minSdkVersion 21 and targetSdkVersion 35. My current version is .net 10 with minSdkVersion 23 and targetSdkVersion 36. I am getting below error when I…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-09-10T09:55:05.64+00:00
Sreenivasan, Sreejith 1,065 Reputation points
commented 2026-09-15T06:38:27.1866667+00:00
Sreenivasan, Sreejith 1,065 Reputation points
3 answers One of the answers was accepted by the question author.

Null data not handled properly

I am reading data from a SQL Server database with this code: Dim rdr As SqlDataReader = cmd.ExecuteReader While rdr.Read() evnt = New MyEvent With { .EventID = If(IsDBNull(rdr.GetInt32("EventID")), Nothing,…

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,943 questions
asked 2026-09-13T16:06:35.95+00:00
RogerSchlueter-7899 1,801 Reputation points
commented 2026-09-15T02:40:49.04+00:00
Gatlin Le (WICLOUD CORPORATION) 320 Reputation points Microsoft External Staff Moderator
4 answers One of the answers was accepted by the question author.

Windows Update breaks WPF TrueType font subsetting (Calibri.ttf format specification error) KB5120708

When printing in .NET Framework 4.8 application WPF, it seems to have broken the XPS printing. See stack trace below. If I uninstall the KB5120708 update, it works again. It has broken our printing functionality on our business application. Can any one…

Developer technologies | Windows Presentation Foundation
asked 2026-08-13T13:40:20.81+00:00
ISIMobile 116 Reputation points
edited a comment 2026-09-14T03:02:38.7033333+00:00
Tony Thach (WICLOUD CORPORATION) 1,120 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

How share header & source codes in VC++

Hi In Visual C++, I have several headers and sources that I want use them in several projects and they are common. I put them in a folder named 'Common' in my projects folder like below: [My Projects] +--[Common] +--MyCode.h …

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,107 questions
asked 2026-09-06T05:14:59.1+00:00
drjackool 1,016 Reputation points
commented 2026-09-14T02:19:03.0733333+00:00
Tony Thach (WICLOUD CORPORATION) 1,120 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

The project doesn't know how to run the profile with name 'machine-name' and command 'MsixPackage'

Hi, My laptop has just upgraded from an older Windows 10 laptop to a newer Windows 11 laptop. The Visual Studio Community also updated itself to 18.9.2. Unfortunately, now when attempting to build and debug this UWP C# app (either for the local laptop or…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-09-03T19:10:10.0733333+00:00
WoodManEXP 110 Reputation points
accepted 2026-09-12T13:32:15.09+00:00
WoodManEXP 110 Reputation points
2 answers One of the answers was accepted by the question author.

Struggling with upgrade a ASP.NET app from .NET 8 to .NET 10

This is a problem I've encountered before but have never found a satisfactory solution. I'm taking a Pluralsight course which came out 2 years ago. Thus, it was written using .NET 8, which was the latest, at that time. I'm trying to upgrade it to .NET 10…

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,837 questions
asked 2026-09-09T00:46:19.34+00:00
Rod Falanga 1,176 Reputation points
accepted 2026-09-11T12:47:56.26+00:00
Rod Falanga 1,176 Reputation points
2 answers One of the answers was accepted by the question author.

MAUI iOS: Keyboard hides the entry on iOS platform.

I have and entry like below: <ctrl:BorderLessEntry x:Name="_borderlessEntry" Text="{Binding Text, Source={x:Reference this_flow_text}}" BackgroundColor="Transparent" Placeholder="{Binding Title,…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-09-07T11:11:17.2133333+00:00
Sreenivasan, Sreejith 1,065 Reputation points
accepted 2026-09-11T09:24:22.62+00:00
Sreenivasan, Sreejith 1,065 Reputation points
3 answers One of the answers was accepted by the question author.

How to migrate UWP .Net Native to UWP AOT

I read the official document on "Modernize your UWP app with .NET and Native AOT". The instructions for migrating .Net Native UWP to the new modern UWP are sketchy. It seems that one can just edit the existing .csproj to do the…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-09-08T14:08:26.9033333+00:00
Hong 1,566 Reputation points
accepted 2026-09-11T02:58:41.39+00:00
Hong 1,566 Reputation points
2 answers

I need these keys for his Western Union: WU_CLIENT_ID ✓ WU_CLIENT_SECRET ✓ WU_ENV = Production

I need these keys for his Western Union: WU_CLIENT_ID ✓ WU_CLIENT_SECRET ✓ WU_ENV = Production

Developer technologies | .NET | .NET CLI
asked 2026-09-04T13:58:14.68+00:00
fuad 5 Reputation points
answered 2026-09-10T22:03:46.81+00:00
Emran Eranza 0 Reputation points
1 answer One of the answers was accepted by the question author.

Code issue to check the file correctly

Hi, On VS, I used the code like to validate one text file like https://1drv.ms/t/c/17ec75244bac022f/IQAv8sYzgXglT6bKMX4jK8FkAbKw3lgfAxDf9rlJNLMgDR0?e=gXMrqB it is wrong now as it does show the above message even if all lines are having CR LF. How to…

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,816 questions
asked 2026-09-10T09:25:14.9366667+00:00
Jonathan 380 Reputation points
accepted 2026-09-10T14:25:46.74+00:00
Jonathan 380 Reputation points
1 answer One of the answers was accepted by the question author.

exception when I add package of Microsoft.ML.OnnxRuntime?

Android.Runtime.JavaProxyThrowable: '[System.NotSupportedException]: Could not activate JNI Handle 0x7ff647d7d0 (key_handle 0xd084f07) of Java type 'crc646e4b5c24e03cdbf9/MainActivity' as managed type I am using .net application 10.0 and I add package…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-09-09T13:11:02.18+00:00
mc 7,361 Reputation points
commented 2026-09-10T07:25:07.2366667+00:00
mc 7,361 Reputation points
3 answers One of the answers was accepted by the question author.

How to use all-MiniLM-L6-v2 in .net android?

I am using .net android (android application) and I want to ask that how to use all-MiniLM-L6-V2 in it? I want to feed a txt to it and ask questions about the txt.

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-09-08T14:12:58.5733333+00:00
mc 7,361 Reputation points
accepted 2026-09-10T04:34:32.9366667+00:00
mc 7,361 Reputation points
3 answers One of the answers was accepted by the question author.

conformance to ECMA-334 or ISO/IEC 23270

Does Microsoft’s C# compiler within Visual Studio Community conform to the standards described in ECMA-334 and/or ISO/IEC 23270?

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,816 questions
asked 2026-09-08T23:33:22.7833333+00:00
Jo Rumpus 25 Reputation points
answered 2026-09-10T02:15:52.1633333+00:00
Bruce (SqlWork.com) 85,281 Reputation points
5 answers One of the answers was accepted by the question author.

How to achieve separate heap handling in VS 2022 C++ DLLs ?

Earlier Visual Studio versions (e.g. VS2010) used separate heap for each C++ DLLs and the main application (also C++). In VS2022 the main application and the loaded DLLs share the same heap.   We would like to restore the original behavior: separate heap…

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,107 questions
asked 2026-08-27T11:24:49.96+00:00
Muduli, Rupamudra 25 Reputation points
commented 2026-09-09T10:15:07.43+00:00
Danny Nguyen (WICLOUD CORPORATION) 8,725 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

How to use flan-t5-small or all-MiniLM-L6-v2 in .net iOS?

I am using .net iOS (iOS application) not .net MAUI and I want to ask that how to use all-MiniLM-L6-v2 or flan-t5-small in it? I want to feed a txt to it and ask questions about the txt ?

Developer technologies | .NET | .NET Machine Learning
Developer technologies | .NET | .NET Machine Learning

.NET: Microsoft Technologies based on the .NET software framework. Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.

165 questions
asked 2026-08-22T06:10:58.17+00:00
mc 7,361 Reputation points
commented 2026-09-09T08:46:33.63+00:00
Danny Nguyen (WICLOUD CORPORATION) 8,725 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Will migrating a .sln solution to .slnx cause problems with the .slnlaunch file?

I'm working with a Visual Studio solution which has 9 Visual Studio projects in it. It was written using .NET 8. I want to migrate it to .NET 10 where I can continue working with it with VS 2026. I had changed the solution to launch multiple projects…

Developer technologies | Visual Studio | Setup
asked 2026-09-07T13:13:45.04+00:00
Rod Falanga 1,176 Reputation points
accepted 2026-09-09T00:52:41.83+00:00
Rod Falanga 1,176 Reputation points
3 answers One of the answers was accepted by the question author.

Visual Studio 2026 usually locks up when opened

I've been using the Insiders version for a while without any issues but since installing the release version it locks up when I start it and I have to start Task Manager to shut it down. If I run it again it's usually OK. I tried uninstalling it 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,837 questions
asked 2025-12-06T13:30:28.3633333+00:00
Tony Whitley 40 Reputation points
commented 2026-09-07T14:16:54.74+00:00
MarcusNilsson-8584 0 Reputation points
2 answers One of the answers was accepted by the question author.

the android quit when I first run the APP in .net MAUI?

I am using .net MAUI 9.0 and when I first debug the APP will crash/quit in android. and then I debug it runs well. and when I uninstall it and then debug again it will crash/quit again. how to find the error of it? there is no exception I run it on my…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-08-03T12:39:00.46+00:00
mc 7,361 Reputation points
edited the question 2026-09-06T00:44:00+00:00
mc 7,361 Reputation points
2 answers One of the answers was accepted by the question author.

Split One row into two

I need to split one row into two: One for R_GrossAmt and one for S_GrossAmt. Also, for R_GrossAmt. I use an Union to do that, but was wondering whether this can also be done using CROSS APPLY? If so, how will be my query. DECLARE @TableA TABLE (UID…

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,717 questions
asked 2021-05-06T16:48:41.87+00:00
SQL 321 Reputation points
commented 2026-09-05T15:01:14.41+00:00
Lisa real 0 Reputation points
4 answers One of the answers was accepted by the question author.

In wpf with vb, there is no closing of a popup opened from another popup with the Staysopen property set to true.

Hello, In WPF with VB, I have a main window representing a toolbar. A button in the main window opens a popup with the StaysOpen property set to True. From a button in the popup, I open a second popup with StaysOpen set to False. After the first time the…

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,943 questions
asked 2026-08-08T17:23:32.26+00:00
jacky Perpète 216 Reputation points
answered 2026-09-05T04:22:35.0333333+00:00
jacky Perpète 216 Reputation points