54,965 questions with Developer technologies-related tags

Sort by: Updated
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,671 Reputation points
commented 2025-12-05T01:18:41.5433333+00:00
Kim Strasser 1,671 Reputation points
1 answer

How to automatically redirect to next page after progress bar finish loading

How can I create a progress bar that will be loading, and after it finishes loading, it will automatically redirect to next page after 10 seconds? Here is what I tried, although what I've been able to get is a button such that when the button is clicked,…

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,691 questions
asked 2025-12-03T18:17:55.22+00:00
Donald Symmons 3,066 Reputation points
commented 2025-12-04T23:13:15.2866667+00:00
Bruce (SqlWork.com) 81,971 Reputation points Volunteer Moderator
1 answer One of the answers was accepted by the question author.

How do I fix Microsoft Visual C++ 2022 X64 Minimum Runtime - 14.40.33810?

I have been having an issue on my widows 11 pro. I have been using the PC for a few years now, and all of a sudden when I tried to install a file from Steam a message appeared Microsoft Visual C++ 2022 X64 Minimum Runtime - 14.40.33810 The feature you…

Developer technologies | Visual Studio | Setup
asked 2024-07-08T13:19:38.22+00:00
MK 20 Reputation points
commented 2025-12-04T22:29:39.3766667+00:00
Eric 0 Reputation points
2 answers

How do I get the bins from a purchase order line item from the Business Central APIs?

I have a C# app that calls Business Central APIs. I can use https://api.businesscentral.dynamics.com/v2.0/{{tenantId}}/Sandbox/api/v2.0/companies({{company_id}})/purchaseOrders({{PO}})/purchaseOrderLines?$expand=location to get more data about 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,691 questions
asked 2025-12-04T21:24:59.9433333+00:00
Trevor Leon 25 Reputation points
answered 2025-12-04T21:45:17.2166667+00:00
Q&A Assist
2 answers

Visual Studio 2010 Office Runtime Installation issue

Hello, We have a requirement to install MDS Add in for excel (2019). URL : https://www.microsoft.com/en-us/download/details.aspx?id=58203 As a pre-requisite it shows that we have to install : "Visual Studio 2010 Tools for Office Runtime". URL :…

Developer technologies | Visual Studio | Setup
asked 2024-07-31T07:16:35.26+00:00
Rohit 251 Reputation points
commented 2025-12-04T20:52:51.27+00:00
Jan Phillip Patterson 0 Reputation points
0 answers

Watch Window shows incorrect value for REAL variables in Fortran debug mode (Visual Studio + Intel Fortran)

Hello everyone, I’m facing a strange issue in Visual Studio while debugging a Fortran project. I'm using Intel Fortran (oneAPI) with Visual Studio 2019, and everything works fine except the Watch window in debug mode shows incorrect values for some REAL…

Developer technologies | Visual Studio | Debugging
asked 2025-04-06T08:29:50.78+00:00
saba yazdan 5 Reputation points
commented 2025-12-04T20:31:08.01+00:00
Viorel 125.6K Reputation points
3 answers

Custom debug engines in Visual Studio 2022?

What's the currently accepted way to create a custom debug engine for Visual Studio 2022 or 2026? I've found a tutorial for "Building a Debug Engine Using ATL COM", but it's clearly for an older version of Visual Studio (perhaps 2013). VS 2022…

Developer technologies | Visual Studio | Debugging
asked 2025-12-03T20:24:04.8866667+00:00
Bob 0 Reputation points
commented 2025-12-04T20:25:12.7733333+00:00
Viorel 125.6K Reputation points
3 answers

Global.asa file not being found post server upgrade

We upgraded from Win 2016 to Win 2022. When I try to access the site, I am getting a 404 status code. In the Failed Request Logs folder, the log file is pointing to not finding the global.asa file. Except, it was never there in the first place. The…

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,626 questions
asked 2025-12-02T16:59:41.7033333+00:00
Matt Brown 1 Reputation point
answered 2025-12-04T20:22:48.72+00:00
AgaveJoe 30,396 Reputation points
1 answer

Blazor WebAssembly no soporta AES (System.Security.Cryptography) → obliga a usar librerías externas

Actualmente, en Blazor WebAssembly, el uso de System.Security.Cryptography.Aes falla con el error: Algorithm 'Aes' is not supported on this platform. Esto ocurre incluso con configuraciones básicas como: using (Aes aesAlg = Aes.Create()) {     aesAlg.Key…

Developer technologies | .NET | Blazor
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
1,689 questions
asked 2025-12-04T20:01:00.27+00:00
Alberto Reyes Peralta 0 Reputation points
answered 2025-12-04T20:01:11.19+00:00
Q&A Assist
3 answers

Issue with Teams Bot: Incoming Call Event Not Reaching Bot (App-Hosted Media Sample)

I am developing a Microsoft Teams bot that should be able to join a call initiated from a Teams user. The goal is that when a user places a call to the bot inside Teams, the bot should join the call and handle the audio stream as described in Microsoft’s…

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,691 questions
asked 2025-12-01T21:23:48.1766667+00:00
Chandan 0 Reputation points
answered 2025-12-04T18:29:33.2633333+00:00
Chandan 0 Reputation points
1 answer

Swagger AddSecurityRequirement Fails After Migrating from .NET 8 to .NET 10 — 401 Unauthorized on [Authorize] Endpoints

Hello Team, Hope you are doing well. I previously had a working Swagger configuration in a .NET 8 Web API project. After migrating the project to .NET 10, the existing SwaggerGen and security configuration no longer compile. Below is the original .NET 8…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-12-04T18:12:28.19+00:00
Tirth Shah 0 Reputation points
commented 2025-12-04T18:27:54.8966667+00:00
Tirth Shah 0 Reputation points
1 answer

iOS: Loading Overlay Sometimes Fails to Dismiss After Async Operation

I have a method in my .NET MAUI app that triggers a loading overlay with a spinning sync icon whenever it runs. When execution reaches the finally block, the overlay and icon should be removed. This works consistently on the Windows emulator, but on iOS…

Developer technologies | .NET | .NET MAUI
asked 2025-12-04T15:35:09.68+00:00
Connor Patchett 0 Reputation points
answered 2025-12-04T15:35:27.5533333+00:00
Q&A Assist
1 answer One of the answers was accepted by the question author.

Copilot Code Review in Visual Studio - cannot see generated comments

I use GitHub Copilot Code Review in Visual Studio, it generates some comments but they cannot be viewed. In Visual Studio, in the Git Changes panel, I click on the chat icon above my staged changes. It works for a minute and then displays a message that…

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,573 questions
asked 2025-11-11T22:44:28.8866667+00:00
Y F 30 Reputation points
commented 2025-12-04T15:13:10.4066667+00:00
Y F 30 Reputation points
2 answers

How to fix a 2714 error when trying to install a setup.exe file created in Visual Studio deployment projects (setup project).

Created a C# Windows Forms Application and works fine in debugging, no errors. Then created a setup project to make a setup.exe (msi) file to install my application on a windows computer. Get the following error "The installer has requested an…

Developer technologies | Visual Studio | Setup
asked 2025-12-02T20:53:05.91+00:00
edited a comment 2025-12-04T14:58:28.8166667+00:00
2 answers

How can I create a custom “Order Received” page after checkout in my ecommerce website?

I’ve built an ecommerce website and I’ve already created the checkout page successfully. Now I want to create a custom “Order Received” page that appears after a customer completes the checkout process. My goal is to make it show the order summary,…

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,573 questions
asked 2025-10-19T16:58:25.3833333+00:00
Shahzad Yousaf 0 Reputation points
answered 2025-12-04T14:04:05.3833333+00:00
Amelia Rosewood 0 Reputation points
2 answers One of the answers was accepted by the question author.

MAUI: Fingerprint Authentication UI does not update before navigation

I am working on a .NET MAUI app with biometric authentication. There is a pop-up appear when doing the authentication Issue: When the user taps the fingerprint sensor: The pop-up title should change from "Fingerprint for Native 3" to…

Developer technologies | .NET | .NET MAUI
asked 2025-12-02T09:40:26.5066667+00:00
Sreenivasan, Sreejith 270 Reputation points
commented 2025-12-04T13:29:39.4733333+00:00
Sreenivasan, Sreejith 270 Reputation points
1 answer

MAUI: How we can disable the login form once tab on the login button

I have a login page where user needs to enter email and password. My problem is once the user taps the login button, the email and password fields are still editable. I want to make the email and password disable after tapping the button. After tapping…

Developer technologies | .NET | .NET MAUI
asked 2025-12-01T11:08:46.33+00:00
Sreenivasan, Sreejith 270 Reputation points
commented 2025-12-04T13:21:48.4466667+00:00
Sreenivasan, Sreejith 270 Reputation points
1 answer

MAUI: Red circle is not visible on the UI

I am showing a list of alerts on the UI using a View. If the alert is not read, I need to show a red circle on the left side of it and I need to show the unread count on the tab icon. But currently only a gray circle is showing on the UI and count is…

Developer technologies | .NET | .NET MAUI
asked 2025-12-01T10:11:43.48+00:00
Sreenivasan, Sreejith 270 Reputation points
commented 2025-12-04T13:18:04.9433333+00:00
Sreenivasan, Sreejith 270 Reputation points
0 answers

MAUI Project Builds Successfully but Fails to Launch on Emulator or Physical Device in Visual Studio

I’m encountering an issue where my .NET MAUI project builds successfully in Visual Studio, but the app does not launch on either the Android emulator or a physical device. When clicking Run, the Output window shows messages such as: “Done Building…

Developer technologies | Visual Studio | Debugging
asked 2025-12-04T13:15:06.0066667+00:00
Sreenivasan, Sreejith 270 Reputation points
1 answer

Debugging is not working in Visual Studio Community 2026: The program 'Project iOS' has exited with code 0 (0x0).

My application gets installed on my iPad Air and my application launches on the device but shortly later the application gets terminated. After that I have tried to open the installed application on my device and this works. But debugging gets always…

Developer technologies | .NET | .NET MAUI
asked 2025-12-03T10:43:29.6766667+00:00
Kim Strasser 1,671 Reputation points
commented 2025-12-04T12:46:43.3933333+00:00
Kim Strasser 1,671 Reputation points