55,047 questions with Developer technologies-related tags

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

netstandard2.0 to netstandard2.1

Hi, 1.I'm using VS 2026. 2.My current class library is: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> </PropertyGroup> 3.I see option only to move…

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,591 questions
asked 2025-12-15T09:43:34.6233333+00:00
Dani_S 4,836 Reputation points
commented 2025-12-15T12:18:14.59+00:00
RLWA32 51,456 Reputation points
1 answer One of the answers was accepted by the question author.

GIS - TryCreateForInput

Hi, 1.I used GIS API . 2.There are 15 formats: EsriJson GeoJson GeoJsonSeq Kml/Kmz Shapefile OsmXml Gpx Gml FileGdb TopoJson MapInfoInterchange MapInfoTab Csv GeoPackage. 3.This is my main function: TryCreateForInput that gisInputFilePath-Path to a…

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,708 questions
asked 2025-12-11T17:53:15.8566667+00:00
Dani_S 4,836 Reputation points
commented 2025-12-15T12:12:18.4833333+00:00
Dani_S 4,836 Reputation points
2 answers

Manufacturer Obsolescence date / EOL Date

Microsoft_Components (1).pdf Hi team, I need the official End‑of‑Support (EOL) / manufacturer obsolescence dates for Microsoft components to satisfy SBOM/compliance. Please confirm the authoritative way to obtain dates. We have 100+ components which I…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,150 questions
asked 2025-12-15T10:59:06.3466667+00:00
Aditya Shah 20 Reputation points
answered 2025-12-15T11:59:18.4233333+00:00
Aditya Shah 20 Reputation points
2 answers One of the answers was accepted by the question author.

Issue with navigation of pages

My home page is implemented as a FlyoutPage, with the detail page set as a TabbedPage and the flyout serving as the menu page. The TabbedPage contains three tabs in the order of Alerts, Home, and Menu. The issue occurs when I select the first option,…

Developer technologies | .NET | .NET MAUI
asked 2025-12-11T13:13:28.14+00:00
Sreenivasan, Sreejith 395 Reputation points
commented 2025-12-15T11:34:25.97+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,205 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

MAUI: Issue with loading pdf and image files in webview handler

I am migrating a Xamarin Forms project to MAUI. I have a custom webview for showing the pdf and image files in Xamarin Forms and I migrated it to a handler in MAUI. But the pdf and images are not visible on the UI in MAUI. When opening the pdf, the page…

Developer technologies | .NET | .NET MAUI
asked 2025-10-08T06:38:32.7333333+00:00
Sreenivasan, Sreejith 395 Reputation points
commented 2025-12-15T11:22:42.0633333+00:00
Sreenivasan, Sreejith 395 Reputation points
0 answers

PDF and Image visibility issue

I am migrating a Xamarin Forms project to MAUI. I have a custom webview for showing the pdf and image files in Xamarin Forms and I migrated it to a handler in MAUI. But the pdf and images are not visible on the UI in MAUI. Using this thread I have…

Developer technologies | .NET | .NET MAUI
asked 2025-12-15T11:17:58.5866667+00:00
Sreenivasan, Sreejith 395 Reputation points
1 answer

Detected package version outside of dependency constraint: Xamarin.AndroidX.Activity.Ktx 1.10.1.3 requires Xamarin.AndroidX.Activity (>= 1.10.1.3 && < 1.10.2) but version Xamarin.AndroidX.Activity 1.11.0 was resolved.

I changed my Android project´s target framework from .NET 9.0 to .NET 10.0 and then I installed all the NuGet package updates. I can debug my Android project on my Google Pixel 8a (Android 16.0 - API 36) and I don´t get an error. But I get this…

Developer technologies | .NET | .NET MAUI
asked 2025-12-14T10:59:07.7333333+00:00
Kim Strasser 1,711 Reputation points
commented 2025-12-15T11:17:56.5833333+00:00
Kim Strasser 1,711 Reputation points
2 answers

Connect .Net (4.6.2) to Dataverse using the Dataverse plugin

Hi Microsoft Tech Community, We have a Dataverse environment in our tenant, and I have its URL. I'm building a .NET application and need to connect it to Dataverse for data access. From the Learn docs, ChatGPT, and Copilot, it seems I need to use an App…

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,708 questions
asked 2025-12-09T07:21:59.17+00:00
Ajay Mahajan 0 Reputation points
commented 2025-12-15T11:06:19.37+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,960 Reputation points Microsoft External Staff
1 answer

GIS - Convert from one format to any formats.

Hi, 1.In continue to: https://learn.microsoft.com/en-us/answers/questions/5657151/gis-trycreateforinput In this ticket the output was the selected converter. Now the focus on the converter. 2.List of GIS converters: EsriJson (.esrijson, .json) GeoJson…

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,708 questions
asked 2025-12-12T10:13:08.8933333+00:00
Dani_S 4,836 Reputation points
commented 2025-12-15T11:03:33.35+00:00
Michael Le (WICLOUD CORPORATION) 6,420 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

redirect using HttpContextAccessor

Hi, I am trying to redirect to my login page on a condition using IHttpContextAccessor. Here is my code : if (condition) { _signInManager.SignOutAsync(); …

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,708 questions
asked 2025-12-12T12:46:40.74+00:00
Michael P 20 Reputation points
commented 2025-12-15T10:59:57.01+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,960 Reputation points Microsoft External Staff
1 answer

JWT Authorization ICON in .NET 10 Issue

(Moved from: Community Center | Discuss the Q&A site | Site suggestion) I'm implementing JWT authorization in .NET 10, but I noticed that the [Authorize] attribute and the lock icon are missing. Has anyone encountered this issue, or does anyone have…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,150 questions
asked 2025-12-15T09:30:53.0633333+00:00
Marjan 20 Reputation points
edited the question 2025-12-15T10:58:40.1766667+00:00
Gérard Oomens 113.8K Reputation points Volunteer Moderator
3 answers One of the answers was accepted by the question author.

Request for official EOL/“manufacturer obsolescence” dates for Microsoft components (SBOM compliance)

Hi team, I need the official End‑of‑Support (EOL) / manufacturer obsolescence dates for Microsoft components to satisfy SBOM/compliance. Please confirm the authoritative way to obtain dates (and how to interpret “obsolescence” for Modern‑Policy…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,150 questions
asked 2025-12-09T07:15:11.4166667+00:00
Aditya Shah 20 Reputation points
commented 2025-12-15T10:57:28.6666667+00:00
Aditya Shah 20 Reputation points
2 answers

IIS App Pool Shows “Running” but Site Becomes Unresponsive Until Manual Recycle

Hello, We're dealing with a super frustrating IIS issue and I'm hoping someone here has seen this before... THE PROBLEM: Our Application Pool shows as "Running" in IIS Manager, but the site is completely DEAD. Not responding at all. The only…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-12-09T20:10:48.14+00:00
Captain56022 25 Reputation points
commented 2025-12-15T10:57:11.6333333+00:00
Raymond Huynh (WICLOUD CORPORATION) 3,955 Reputation points Microsoft External Staff Moderator
2 answers

how to make full screen of the splash screen of android in .net maui?

I am using .net MAUI 9.0 and I want to make the splash screen full screen. in android and it is not full screen

Developer technologies | .NET | .NET MAUI
asked 2025-12-13T03:48:17.95+00:00
mc 6,396 Reputation points
edited a comment 2025-12-15T10:54:43.2833333+00:00
Jack Dang (WICLOUD CORPORATION) 5,960 Reputation points Microsoft External Staff Moderator
1 answer

Getting Value not valid for 'RowPositon' in Visual Studio when moving a designer control

In Visual Basic (VS 2017 / 2019 / 2022, including 2017 Express), I keep encountering a strange issue when working with the WinForms designer. Whenever I move or drag a control (e.g., a TextBox) in the designer, and then start the debugger, Visual Studio…

Developer technologies | Visual Studio | Debugging
asked 2025-12-08T04:38:31.7233333+00:00
test code 21 Reputation points
commented 2025-12-15T10:53:15.88+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,960 Reputation points Microsoft External Staff
1 answer

iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_

I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…

Developer technologies | .NET | .NET MAUI
asked 2025-11-04T21:08:44.2066667+00:00
Kim Strasser 1,711 Reputation points
commented 2025-12-15T10:52:45.5666667+00:00
Michael Le (WICLOUD CORPORATION) 6,420 Reputation points Microsoft External Staff Moderator
1 answer

Command doesn't trigger

<?xml version="1.0" encoding="utf-8" ?> <syncfusion:SfPopup x:Class="Scan2Cart.Views.PopUps.CartPage" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …

Developer technologies | .NET | .NET MAUI
asked 2025-12-13T21:53:04.53+00:00
Eduardo Gomez 4,156 Reputation points
commented 2025-12-15T10:48:47.7666667+00:00
Jack Dang (WICLOUD CORPORATION) 5,960 Reputation points Microsoft External Staff Moderator
1 answer

How to fix C# uwp packaging error

I encountered this error while packaging my C# UWP project. I've tried some methods, but none of them worked. Could you please help me resolve this issue? My visual studio version is 17.14.19. Compile error information: The…

Developer technologies | Universal Windows Platform (UWP)
asked 2025-11-11T06:41:05.6366667+00:00
Eason Iron 0 Reputation points
commented 2025-12-15T10:41:55.9866667+00:00
Raymond Huynh (WICLOUD CORPORATION) 3,955 Reputation points Microsoft External Staff Moderator
6 answers

DLL entry list

I am trying to determine how 2 versions of the ACEOLEDB.DLL differ (I suspect that a function entry is present in one, but not the other). This because one of themcrashes an application that I am developing. The other allows the application to function…

Developer technologies | Visual Studio | Debugging
asked 2025-12-13T16:04:38.7366667+00:00
David Lightstone 5 Reputation points
answered 2025-12-15T10:31:17.6433333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,960 Reputation points Microsoft External Staff
0 answers

Issue with navigation of menu options from first tab of the flyout page

In my MAUI app, the homepage is implemented as a FlyoutPage, with the flyout serving as a menu and the detail section as a TabbedPage. The TabbedPage contains two tabs: "Alerts" and "Home." Both tabs include a menu button that opens…

Developer technologies | .NET | .NET MAUI
asked 2025-12-15T07:21:38.0933333+00:00
Sreenivasan, Sreejith 395 Reputation points
commented 2025-12-15T10:13:42.6133333+00:00
Jack Dang (WICLOUD CORPORATION) 5,960 Reputation points Microsoft External Staff Moderator