55,429 questions with Developer technologies-related tags

Sort by: Updated
2 answers

Disable title bars in MacOs

I have this method static void MaximizeWindows() { if(Application.Current?.Windows is not { Count: > 0 } windows) return; if(windows[0].Handler?.PlatformView is not { } platformWindow) return; var hwnd =…

Developer technologies | .NET | .NET MAUI
asked 2026-02-10T20:29:59.1566667+00:00
Eduardo Gomez 4,236 Reputation points
edited a comment 2026-02-11T08:18:29.7166667+00:00
Michael Le (WICLOUD CORPORATION) 10,760 Reputation points Microsoft External Staff Moderator
2 answers

Microsoft VS Code Application Issues

Over the past 2–3 weeks, multiple users at this site have experienced issues with Microsoft VS Code. Users report that the application unexpectedly shuts down while they are working. The troubleshooting steps performed so far include: Ending the VS Code…

Developer technologies | Visual Studio | Testing
asked 2026-02-10T06:38:27.8166667+00:00
Mohamedyonus Dhalayat 0 Reputation points
commented 2026-02-11T07:35:15.7666667+00:00
Mohamedyonus Dhalayat 0 Reputation points
1 answer

Should I add screenshots for Chromebook and Android XR on Google Play Console?

I don´t know if I should add screenshots for my game on Google Play Console. I only want to support devices with a touchscreen and I don´t have Android XR headset/glasses or a Chromebook. Is it not necessary to add screenshots for Chromebook and Android…

Developer technologies | .NET | .NET MAUI
asked 2026-01-15T21:04:50.1033333+00:00
Kim Strasser 2,041 Reputation points
commented 2026-02-11T07:32:44.5166667+00:00
Jack Dang (WICLOUD CORPORATION) 11,065 Reputation points Microsoft External Staff Moderator
3 answers

Ensure that the server side is ready

Hi, Further to https://learn.microsoft.com/en-us/answers/questions/5767226/openapi-issue how to ensure that the link like https://localhost:7060/swagger/index.html is ready to be triggered by the client App (or to receive any command from the client…

Developer technologies | ASP.NET | ASP.NET API
asked 2026-02-09T10:04:16.9066667+00:00
Peter_1985 3,071 Reputation points
commented 2026-02-11T06:42:46.8833333+00:00
Jack Dang (WICLOUD CORPORATION) 11,065 Reputation points Microsoft External Staff Moderator
1 answer

How to raise GitLab "Merge Request" from Visual Studio 2022?

How to raise GitLab "Merge Request" from Visual Studio 2022?

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,675 questions
asked 2026-02-11T06:18:58.85+00:00
Ashutosh Agrawal 20 Reputation points
edited an answer 2026-02-11T06:42:20.6366667+00:00
Lukas 0 Reputation points
1 answer

Sort and group and then for each group create a descending order sort

Good Afternoon, Do you happen to have VBA code to make a sort in excel, where I first sort by a field which groups together a category, then for each category group I can sort in descending order a quantity column.

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,921 questions
asked 2026-02-10T20:36:08.2466667+00:00
Jose Cerda 0 Reputation points
answered 2026-02-11T06:39:57.8133333+00:00
Susmitha T (INFOSYS LIMITED) 2,450 Reputation points Microsoft External Staff
1 answer

windows credential provider using PKINIT and implicit mapping

I am developing a windows credential provider aiming at supporting CPUS_LOGON/CPUS_UNLOCK_WORKSTATION using certificate PKINIT and implicit mapping. The certificate used for login is a short-term certificate stored in LocalMachine/My CNG store. My…

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,047 questions
asked 2025-12-08T11:18:59.3233333+00:00
Peter Buus 0 Reputation points
commented 2026-02-11T06:38:57.5633333+00:00
Michael Le (WICLOUD CORPORATION) 10,760 Reputation points Microsoft External Staff Moderator
1 answer

how do I fix this watchdog error

trying to debug on iOS with a Mac machine, I get this error in my logs. I saw a thread that said that this was typical for maui versions that are beyond the scope 0f 8.0 and 9.0.120 so I adjusted to the latter, I can debug on the eimulator but only with…

Developer technologies | .NET | .NET MAUI
asked 2026-02-10T00:46:30.1666667+00:00
jeremy tucker 30 Reputation points
commented 2026-02-11T03:22:56.11+00:00
Nancy Vo (WICLOUD CORPORATION) 0 Reputation points Microsoft External Staff
3 answers

Getting a Microsoft.AspNetCore.App.runtimeconfig.json file is empty error

I'm trying to debug a Blazor app we've been working on. Now, suddenly I am getting this error: Failed to parse file [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\9.0.12\Microsoft.AspNetCore.App.runtimeconfig.json]. JSON parsing exception:…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-02-10T18:50:51.7+00:00
Falanga, Rod, DOH 695 Reputation points
answered 2026-02-11T03:15:46.6233333+00:00
Jack Dang (WICLOUD CORPORATION) 11,065 Reputation points Microsoft External Staff Moderator
1 answer

How to install Microsoft Visual Redistributable package C++ 2019 for VirtualBox 7.2.0

I need Microsoft Visual C++ Redistributable package to install VirtualBox 7.2.0

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,047 questions
asked 2025-09-14T14:04:23.7033333+00:00
Ibrahim Kanneh 20 Reputation points
commented 2026-02-11T03:13:44.4333333+00:00
Chris Paice 0 Reputation points
0 answers

Erroneous caching of SCHANNEL_CRED in .NET Framework leads to TLS handshake failures for clients using a client certificate that is also used as a server certificate

I have discovered a bug in .NET Framework's SSPI SSL/TLS implementation, which implicates the static SslSessionsCache that is used to cache SCHANNEL_CRED handles. The bug can be consistently reproduced on the latest version of .NET Framework 4.8 (I…

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
1,308 questions
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
asked 2022-08-26T12:08:40.713+00:00
Erlend Graff 6 Reputation points
commented 2026-02-11T00:32:30.84+00:00
Nick Westgate 1 Reputation point
1 answer One of the answers was accepted by the question author.

The SDK Microsoft.NET.sdk specified could not be found.

I get this error when I try to create a new project in Visual Studio Community 2022 (64-bit) 17.14.19: The SDK Microsoft.NET.sdk specified could not be found. In addition, when I try to open an existing solution in VS Community 2022 then my iOS and…

Developer technologies | .NET | .NET MAUI
asked 2025-11-10T22:38:41.35+00:00
Kim Strasser 2,041 Reputation points
commented 2026-02-10T21:54:59.9566667+00:00
jpg150 0 Reputation points
2 answers

RUNONCE registry setting

Has the ! sign influence the RUNONCE registry setting?

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,675 questions
asked 2026-02-10T18:59:23.81+00:00
Hector Donolo 0 Reputation points
answered 2026-02-10T21:20:08.8433333+00:00
Viorel 126.3K Reputation points
2 answers One of the answers was accepted by the question author.

Are there other Blazor components that are more ADA compliant?

We're getting close to finishing our first Blazor application, to replace a legacy ASP.NET WebForms app. It's been a struggle, more than I anticipated, but I do love working on a new (to me) technology, Blazor. However, there is one person on the team…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-02-10T15:13:58.5+00:00
Falanga, Rod, DOH 695 Reputation points
edited a comment 2026-02-10T19:44:26.29+00:00
AgaveJoe 30,881 Reputation points
1 answer

documented feature by Microsoft

for RunOnce, is the ! prefix a documented feature by Microsoft

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,047 questions
asked 2026-02-10T19:16:23.4466667+00:00
Hector Donolo 0 Reputation points
answered 2026-02-10T19:16:30.2966667+00:00
Q&A Assist
2 answers

MSDN subscription and product eky

Could you please confirm whether Visual Studio is activated using a product key, and once we obtain an MSDN subscription, whether the product key needs to be removed to avoid any additional cost?

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,675 questions
asked 2026-02-10T10:24:28.7933333+00:00
KC, Salvin (ext) 60 Reputation points
answered 2026-02-10T16:28:04.81+00:00
Bruce (SqlWork.com) 82,606 Reputation points Volunteer Moderator
2 answers One of the answers was accepted by the question author.

How to Send email using Micorsoft Graph API & OAuth2 in C#

Requirements 1)     Our company needs to send notification emails to customers using MS Exchange mail service.  The task needs to be automated using a c# program in Azure or from local machine. 2)     Use share mailbox to save on license cost. It will be…

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,770 questions
asked 2026-01-28T16:16:11.0433333+00:00
Yifang Yang 40 Reputation points
accepted 2026-02-10T13:34:27.18+00:00
Yifang Yang 40 Reputation points
3 answers

Output configuration in Visual Studio

How do I configure Visual Studio output to divert .exe files to a temporary local folder instead of OneDrive?

Developer technologies | Visual Studio | Setup
asked 2026-02-06T15:29:00.9+00:00
Tom 0 Reputation points
answered 2026-02-10T13:12:33.5533333+00:00
Pooja Bhati 0 Reputation points
2 answers

Publisher account suspended – unable to access Visual Studio Marketplace (404/500)

Hello Visual Studio Marketplace Support Team, My Visual Studio Marketplace publisher account appears to be suspended. I am unable to access both the publisher dashboard and the official support page. The Marketplace management pages return 404 or 500…

Developer technologies | Visual Studio | Extensions
asked 2026-02-09T14:18:42.4466667+00:00
梓希 王 0 Reputation points
answered 2026-02-10T13:11:26.14+00:00
Pooja Bhati 0 Reputation points
3 answers

How to handle .NET Runtime updates with running applications

Last friday we faced an issue with our application where a user was unable to save their data and got a missing file exception. We believe this might be related to the update of the .NET 8 Runtimes, while our (.NET8) application was running. The User…

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
1,308 questions
asked 2026-01-27T11:00:31.7766667+00:00
Nico-87 0 Reputation points
answered 2026-02-10T13:08:45.4533333+00:00
Pooja Bhati 0 Reputation points