56,256 questions with Developer technologies-related tags

Sort by: Updated
0 answers

Windows WPF Kiosk Application – Platform and Local Storage Clarification

Hi Team, We are planning to develop a kiosk application for a touchscreen tablet running either Windows 10 or Windows 11. We would like to clarify the following regarding the recommended Microsoft-supported approach: WPF Kiosk Application - Can we…

Developer technologies | Windows Presentation Foundation
asked 2026-09-10T16:45:51.09+00:00
lakshmi 821 Reputation points
2 answers

How to ask questions using all-MiniLM-L6-V2?

I am using .net android and how to ask questions using Microsoft.ML.Tokenizers? I have get InferenceSession and I do not know how to do it? the repo:https://github.com/ljzj2/XMedicalAndroid there will be error when I run _session.Run(inputs);

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-09-10T07:26:58.4466667+00:00
mc 7,361 Reputation points
answered 2026-09-10T14:59:52.95+00:00
Bruce (SqlWork.com) 85,276 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,817 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
2 answers

I am facing a breakpoint/debugging issue in Visual Studio 2026 with a C# application that uses C++/CLI managed layers.

My application architecture is: C# application → C++/CLI managed layer → Native C++ code There are two C++/CLI managed layers in the solution. Breakpoints work correctly when debugging through one managed layer (Graphics managed layer), but breakpoints…

Developer technologies | Visual Studio | Debugging
asked 2026-09-09T06:35:40.4066667+00:00
Mourya K V 5 Reputation points
commented 2026-09-10T11:30:50.8333333+00:00
Mourya K V 5 Reputation points
2 answers

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,025 Reputation points
edited a comment 2026-09-10T10:57:50.4066667+00:00
Nguyen Dam (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff Moderator
3 answers

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,546 Reputation points
commented 2026-09-10T10:07:34.54+00:00
Hong 1,546 Reputation points
1 answer

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,025 Reputation points
commented 2026-09-10T10:06:36.22+00:00
Nguyen Dam (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff Moderator
2 answers

Address in, GPS coordinates returned; GPS coordinates in, address returned

I am looking for Visual Basic code or a Visual Studio control that can accept a world-wide mailing address as input, and return GPS coordinates. I am looking for Visual Basic code or a Visual Studio control that can accept GPS coordinates as input, and…

Developer technologies | Visual Basic for Applications
asked 2026-08-27T16:16:52.89+00:00
Ronald Chandler 41 Reputation points
commented 2026-09-10T08:44:31.85+00:00
Jay Pham (WICLOUD CORPORATION) 4,435 Reputation points Microsoft External Staff Moderator
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
2 answers

VS 2026 will not show form designer after creating a new VB Windows Forms App targeting .NET 10 Framework

I am trying to create a new Visual Basic Windows Forms App for .NET 10.0 in Visual Studio 18.9.2. Once the new project is created, I cannot get a Form Designer opened. I have found a number of possible solutions to this on the web, but nothing I try has…

Developer technologies | Windows Forms
asked 2026-09-08T15:06:41.3833333+00:00
Mike Larson 0 Reputation points
commented 2026-09-10T06:33:42.63+00:00
Viorel 127.3K Reputation points
0 answers

Request for Refund – Visual Studio Professional Subscription

I am requesting a refund for my recent Visual Studio Professional subscription purchase. I purchased the subscription specifically to access legacy Visual Studio 2015 components required for maintaining my existing native Android projects. The…

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,836 questions
asked 2026-09-10T04:47:36.7166667+00:00
Pete Palmer 0 Reputation points
1 answer

MarkDown Hover text from a custom Langauge Server (LSP)

I develop an extension in Visual Studio that implements a Language Server (LSP) and support Hover (textDocument/hover) on keywords in editor. I was using MarkupKind.Markdown for the Hover Contents type. hover = new Hover { Contents = new…

Developer technologies | Visual Studio | Extensions
asked 2026-09-09T14:56:13.9533333+00:00
Sajith 86 Reputation points
edited an answer 2026-09-10T04:44:54.7833333+00:00
Jay Pham (WICLOUD CORPORATION) 4,435 Reputation points Microsoft External Staff Moderator
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
1 answer

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 90 Reputation points
edited a comment 2026-09-10T02:21:36.45+00:00
Gatlin Le (WICLOUD CORPORATION) 5 Reputation points Microsoft External Staff Moderator
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,817 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,276 Reputation points
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-10T02:14:56.6933333+00:00
Tony Thach (WICLOUD CORPORATION) 1,120 Reputation points Microsoft External Staff Moderator
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,836 questions
asked 2026-09-09T00:46:19.34+00:00
Rod Falanga 1,156 Reputation points
accepted 2026-09-10T01:46:20.31+00:00
Rod Falanga 1,156 Reputation points
0 answers

Tools for solving Linker errors

I've spent a lot of time lately modifying project files to solve linker errors involving additional dependencies. The issue I solved seems like a problem that could be solved via scripts using modern tools. Are there any plugins to help solve Linker…

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
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,836 questions
asked 2023-07-10T18:03:31.5133333+00:00
plborgprograms 20 Reputation points
0 answers

Why is there duplicate schema text in the appsettingsschema.json?

An application that I've help write and now maintain, is putting this text into Visual Studio 2026's Output window: There are problems with this document's schema impacting one or more items in the document. Please report this issue to schema owner. …

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,836 questions
asked 2026-09-09T17:17:22.54+00:00
Falanga, Rod, DOH 1,190 Reputation points
2 answers

How to set up VS code and use python on new surface laptop? (Processor: Snapdragon X2 Elite @ 4.03 GHz (4.03 GHz))

I bought a new surface laptop for grad school (computer details at the end of the post) in July 2027. My program requires us to learn python. We used VS code in our first class to complete assignments. However, the professor, TAs, and I had issues…

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,836 questions
asked 2026-08-17T05:02:11.2833333+00:00
Allen Cardenas 0 Reputation points
commented 2026-09-09T14:30:39.3733333+00:00
Marcin Policht 106.8K Reputation points MVP Volunteer Moderator