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
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
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
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
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
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
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++
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
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
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++
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
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
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
RUNONCE registry setting
Has the ! sign influence the RUNONCE registry setting?
Developer technologies | Visual Studio | Other
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
documented feature by Microsoft
for RunOnce, is the ! prefix a documented feature by Microsoft
Developer technologies | C++
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
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#
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
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
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…