55,021 questions with Developer technologies-related tags

Sort by: Updated
1 answer

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,705 questions
asked 2025-12-12T12:46:40.74+00:00
Michael P 0 Reputation points
answered 2025-12-12T12:46:52.5433333+00:00
Q&A Assist
2 answers

Visual Studio 2022 - not fire unit tests in debug mode

Hi, Please see: https://app.screencast.com/YwqnKkUGuwlR4 How is can be solved? Thanks,

Developer technologies | Visual Studio | Debugging
asked 2025-12-11T18:51:22.27+00:00
Dani_S 4,836 Reputation points
commented 2025-12-12T12:26:12.6566667+00:00
Susmitha T (INFOSYS LIMITED) 1,790 Reputation points Microsoft External Staff
1 answer

Visual Studio 2022- File Ignored always ignore when adding to class librarar

Hi, Please see the following screenshot, why adding a new new file I always need to use Git/Add ignore file (right click on the file) ? It happened in class library as follow: TargetFramework>netstandard2.0</TargetFramework> Thanks in advance,

Developer technologies | Visual Studio | Extensions
asked 2025-12-11T17:39:46.8933333+00:00
Dani_S 4,836 Reputation points
answered 2025-12-12T12:19:23.12+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,205 Reputation points Microsoft External Staff
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
edited the question 2025-12-12T12:08:35.83+00:00
Captain56022 25 Reputation points
0 answers

GIS - Convert from one format to any formats.

Hi, 1.In continue to: https://dori-uw-1.kuma-moon.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,705 questions
asked 2025-12-12T10:13:08.8933333+00:00
Dani_S 4,836 Reputation points
commented 2025-12-12T11:49:00.62+00:00
Dani_S 4,836 Reputation points
1 answer

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,705 questions
asked 2025-12-11T17:53:15.8566667+00:00
Dani_S 4,836 Reputation points
commented 2025-12-12T11:47:51.9533333+00:00
Dani_S 4,836 Reputation points
6 answers

How do you fix Intellisense errors in a CMake project when Visual Studio is connected to WSL:Ubuntu?

I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code builds and runs fine but I get hundreds of…

Developer technologies | Visual Studio | Debugging
asked 2025-12-03T12:38:18.0166667+00:00
Brandon Davies-Sekle 0 Reputation points
edited an answer 2025-12-12T11:07:12.8966667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,885 Reputation points Microsoft External Staff
0 answers

GIS CLI commands

Hi, I would like to ask the following questions regarding my GIS CLI command in program file. The GIS CLI commands used once by end-user. 1.Does the ShowHelp method is a good practice in CLI if not please fix. I used in this case to show it: // If no…

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,705 questions
asked 2025-12-12T11:02:22.9333333+00:00
Dani_S 4,836 Reputation points
1 answer

Update/Set SignatureHTML with ExchangeService for Office 365 Users

Hello, Could you please confirm if the code below is not working? If so, I need guidance on how to change the OWA user signature globally, as we plan to reflect the company branding for all users. The OWAConfig does not include any key related to user's…

Exchange Online
Exchange Online
A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
6,813 questions
Microsoft Security | Microsoft Graph
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,705 questions
asked 2024-04-18T23:50:59.3966667+00:00
Akmal Eldahdouh 0 Reputation points
commented 2025-12-12T10:32:17.9333333+00:00
C. I. Nilsson 6 Reputation points
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-12T10:28:21.08+00:00
Michael Le (WICLOUD CORPORATION) 6,420 Reputation points Microsoft External Staff Moderator
0 answers

Crash in Blazor app when accessing WebAssembly pages via mDNS (.local) hostname

I a complete noob when it comes to ASP.Net and Blazor, so please be gentle with me... I have set up the SignalR sample code - as far as I am aware, this is just a template Blazor app - the standard template Home, Counter, Calendar pages (Which are all…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-12-12T09:55:03.0466667+00:00
evilC 0 Reputation points
commented 2025-12-12T10:15:04.3333333+00:00
Jack Dang (WICLOUD CORPORATION) 5,795 Reputation points Microsoft External Staff Moderator
2 answers

Microsoft To Do Graph API: PATCHing recurrence returns “Invalid JSON, Error converting value … to type 'Microsoft.OData.Edm.Date'”

Hi team — I’m hitting a repeatable issue when PATCHing the recurrence of a To Do task via Microsoft Graph. Endpoint: PATCH https://graph.microsoft.com/v1.0/me/todo/lists/{list-id}/tasks/{task-id} What I'm sending (sanitized): { …

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,149 questions
asked 2025-11-02T03:32:30.37+00:00
Paul Smith 60 Reputation points
commented 2025-12-12T10:08:36.94+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,885 Reputation points Microsoft External Staff
1 answer

How can I run a 32-bit COM DLL from a 64-bit application?

I'm updating a WPF application that's written in C# and currently uses .NET Framework 4.6.1, although I hope to upgrade to a more modern version of .NET as part of the update. My development environment is Visual Studio 2023. The application uses 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,705 questions
asked 2025-12-09T17:09:23.65+00:00
James Allen 20 Reputation points
commented 2025-12-12T10:04:09.9166667+00:00
James Allen 20 Reputation points
1 answer One of the answers was accepted by the question author.

How to access a 32-bit COM dll from a 64-bit C# application?

I'm updating a WPF application that's written in C#. My development environment is Visual Studio 2023. The application currently uses .NET Framework 4.6.1, but I'm hoping to upgrade to a more modern version of .NET as part of the update. The…

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,705 questions
asked 2025-12-09T17:52:10.66+00:00
James Allen 20 Reputation points
accepted 2025-12-12T10:02:15.9266667+00:00
James Allen 20 Reputation points
2 answers

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 370 Reputation points
answered 2025-12-12T10:01:43.6033333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,205 Reputation points Microsoft External Staff
2 answers

How do I buy Visual Studio Enterprise - annual

I'm trying to buy Visual Studio Enterprise - annual We currently have an enterprise 365 subscription and 3 licenses of VS Pro - Monthly. If I go to portal.azure.com I can see and manage those three, and it lists VS Pro - Annual, and VS Enterprise Monthly…

Developer technologies | Visual Studio | Setup
asked 2025-12-09T21:44:57.8533333+00:00
Mike Saldivar 40 Reputation points
commented 2025-12-12T09:49:07.92+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,205 Reputation points Microsoft External Staff
2 answers

How to retrieve Oracle long type data using the ODP.NET driver in Visual Studio?

I'm developing a Visual Studio plugin that uses the database connection provided by Visual Studio to retrieve Oracle metadata. However, when the metadata is of type Long (ALL_TAB_COLS.DATA_DEFAULT), the data cannot be retrieved in Visual Studio (it's an…

Developer technologies | Visual Studio | Extensions
asked 2025-12-12T02:28:15.2+00:00
zhihao huang 20 Reputation points
edited an answer 2025-12-12T09:40:18.8233333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,885 Reputation points Microsoft External Staff
2 answers

Run MAUI app

Hi, After having well built one MAUI app, how to run/test it?

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,705 questions
asked 2025-12-09T05:06:29.3266667+00:00
Peter_1985 2,866 Reputation points
commented 2025-12-12T09:22:39.4833333+00:00
Michael Le (WICLOUD CORPORATION) 6,420 Reputation points Microsoft External Staff Moderator
1 answer

Stretch Texts across the entire width of a page

How can I stretch texts to the entire width of the page? Just like in the image below

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,630 questions
asked 2025-12-07T07:51:07.4533333+00:00
Donald Symmons 3,066 Reputation points
edited the question 2025-12-12T09:10:17.59+00:00
Harry Vo (WICLOUD CORPORATION) 3,585 Reputation points Microsoft External Staff Moderator
1 answer

Visual Studio 2022: “Constructor on type 'DocumentWizardInitializer' not found” when editing SSIS Package Configurations

I am unable to edit SSIS Package Configurations in Visual Studio 2022. Whenever I open SSIS → Package Configurations Organizer → Edit, Visual Studio throws an error and the configuration editor does not open. The same SSIS project and the same XML…

Developer technologies | Visual Studio | Extensions
asked 2025-12-01T18:19:02.2733333+00:00
Naresh Pulluri 0 Reputation points
commented 2025-12-12T08:19:27.39+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,205 Reputation points Microsoft External Staff