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
what certificate path for azure developer are best starting at beginner level
What Azure courses show a new developer take, what is the correct path.
Developer technologies | ASP.NET | ASP.NET Core
Making the Most of Microsoft’s Training Resources — Which Ones Helped You the Most?
Hi everyone! I’m fairly new to the Microsoft ecosystem and recently discovered how many training platforms and learning resources Microsoft offers — things like Microsoft Learn, LinkedIn Learning, Docs tutorials, certification paths, and even community…
Developer technologies | Small BASIC
Problem in Parsing JWT token.
I have an API service webapp. The JWT token used for authorization has 13 claims. The main deployed web app parses all the claims correctly. I deployed a test version of this webapp without any changes in the jwt auth module. Now 3 claims are not being…
Developer technologies | ASP.NET | ASP.NET API
[UWP] Gamepad navigation RB/LB is broken on ROG Ally Xbox
I am developer of UWP apps. UWP apps support gamepads natively well. But I noticed that gamepad support in UWP apps on Rog Ally Xbox is totally broken. For example RB makes 'A' press instead of navigation in Navigation View. On regular Windows 10 an 11…
Developer technologies | Universal Windows Platform (UWP)
How to Create a Shared Mailbox Using Microsoft Graph
As a Java developer integrating Microsoft Graph with Spring Boot, I need to create a shared mailbox but haven't found a relevant API. Are there any APIs available to add a shared mailbox directly without creating a user? I have already registered an…
Developer technologies | C#
What should I change in my Android .csproj file before uploading it to Google Play?
I created a new Android project in VS Insiders and I added my files from my old VS 2022 Android project to the new project. But I have not changed my new .csproj file. My new .csproj file in VS Insiders looks like this and debugging on my Android device…
Developer technologies | .NET | .NET MAUI
VS2022 Not recognize form as a Windows Form
Hi, Im new to the forums and new into the VB.net world as well, i use to code in excel vba but i decided to made the jump to something newer and better. Iv been designing my app using the latest VS2022 version 17.14.19, using Windows Forms, i have 2…
Developer technologies | Visual Basic for Applications
How to fix - You must install or update .NET to run this application
root@ubuntu:/etc/systemd/system# /usr/bin/dotnet /var/www/MinAPI/WebApi.dll You must install or update .NET to run this application. App: /var/www/MinAPI/WebApi.dll Architecture: x64 Framework: 'Microsoft.AspNetCore.App', version '5.0.0' (x64) .NET…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
where will i find the asl compiler executable
i have been led to believe that microsft provides an acpi asl compiler that may be part of the windows driver develpoment kit. dowloaded kit not able to find the program
Developer technologies | Universal Windows Platform (UWP)
Unsafe-inline and unsafe-eval
Hi All, We have an application developed in ASP.NET (.NET Framework 4.6.2). Understand from the below article that we need unsafe-inline and unsafe-eval settings in order to run the…
Developer technologies | ASP.NET | Other
App Pool memory issue
Our web API's app pool is consuming an excessive amount of memory, and while we've attempted to debug the memory dump using Visual Studio, we aren't receiving the assistance we need. We are seeking additional support to resolve this issue.
Developer technologies | C#
Processes cannot communicate by COM
I have a program called ProgramA which is a desktop program (GUI) hosting a COM server. This program is started and kept running. I have another desktop (WPF) program called ProgramB, written in C#. The ProgramB instantiates an out-of-process COM…
Developer technologies | C#
Multi applications, open last position.
Is there an easy way to open multiple ( 1 and 2 ) applications in the last position? Yes, there is. in C# WinForms in C# WPF Thanks.
Developer technologies | C#
CancellationTokenSource - Stream - problem
I want an event when the disconnect button is pressed or the server closes. I can't get into the cancellation. Why? What's wrong? The problem is I can't get there. Disconnect and abort. Why not? What's wrong? try { …
Developer technologies | C#
.NET Core Window not showing correct content
I've created a WPF application targeting .NET core. I have a GUI defined in a file named MainWindow.xaml The Main window displays fine when the program is executed. When the GUI runs there's, a button named "About". When the…
Developer technologies | .NET | Other
Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP
We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…
Developer technologies | C++
Visual Studios 2019 installer no longer allows me to install offline. MSFT says a revocation check stops it
Offline install of VS2019 fails still a problem on 9/9/2025 I have been creating layouts for about 6 years so not an issue there I can download the files online and used to just install it offline. Found this below: from…
Developer technologies | Visual Studio | Setup
Clarification on Mapping Subscription Data with /subscribedskus API Response
Hi Team, I am currently integrating the API that returns the availableUnits value: https://learn.microsoft.com/en-us/partner-center/developer/get-a-list-of-available-licenses The API is returning the product and license details correctly. However, the…
Developer technologies | ASP.NET | Other
Graph API RevokeSignInSessions not invalidating refresh tokens
I am trying to use MS Graph RevokeSignInSessions to invalidate a user's refresh tokens to enforce the user to login when the existing access token expires. I set the lifetime of access token to 5 mins. In my tests, when the request completes…