Free MySQL plugin for .NET MAUI.
Is there any free MySQL plugin for .NET MAUI? I found one but it cost, dotConnect for MySQL.
Developer technologies | .NET | .NET MAUI
documented feature by Microsoft
for RunOnce, is the ! prefix a documented feature by Microsoft
Developer technologies | C++
SQL Server 2022 install on Windows 10 fails with error that .NET is not installed, but it is installed and up to date
I have installed SQL Server 2022 Developer edition successfully on a Windows 10 and 11 virtual machine. The issue is that I cannot install it on a physical machine. During the install, I get the following fatal error. I have tried to install the latest…
Developer technologies | .NET | Other
SQL Server | Other
Maui Android web handler
I am trying to create a webview handler for android in order to test calling a local web server with a self signed cert. I have seen numerous examples of how to create a client for WebView to capture the OnReceivedSslError methods but it is never…
Developer technologies | C#
How run C# Post method to delete a DB register on confirm to bootstrap modal in Razor Pages web app
Hello (I'm new to the forum) I'm working on an ASP.NET Core Razor Pages web app. It's a CRUD. In my Index.cshtml I have a list of products (as in the DB that is created with EF Core), and in each row after the fields I have an Edit and Delete buttons. I…
Developer technologies | ASP.NET | ASP.NET Core
enable xaml source compilation breaks
I do not know why I cannot post, it tells me I am violating code of conduct Everything in my .NET MAUI app works correctly until I enable: <MauiEnableXamlCBindingWithSourceCompilation <tabView:SfTabView IndicatorBackground="{x:Binding…
Developer technologies | .NET | .NET MAUI
Visual Studio Code no sincroniza extensiones
Resulta que tengo 3 ordenadores y tengo en los tres instalados el visual studio code. En dos de ellos conseguí que se instalasen las extensiones. Sin embargo en otro ordenador que tengo, no consigo que se instalen las extensiones de forma automática como…
Developer technologies | Visual Studio | Extensions
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
C# SerialPort.Open hangs up for a long time when the serial port is not in correct status
Hello, I have a WPF application on Win10 which will select and open a serial port. I already know the serial port is in a status which can be listed but can not communicate normally. I try to open it use SerialPort.Open(), but the thread will just hang…
Developer technologies | C#
Linker reporting unresolved symbols
I have been using the Digital Mars(DM) C++ compiler for many years. I decided to use the MSVC Community C++ compiler because there are a number of SDK functions I would like to use and they are not accessible with DM. Below is my attempt to create a…
Developer technologies | C++
Signing into Azure Resources in Visual Studio Code when you have multiple microsoft accounts connected to Windows
Hi all, As the title says, I am trying to sign into Azure Resources in my school environment. I have a work account attached to my Windows for obvious reasons. When trying to sign into said environment I am prompted with my work account and not my school…
Developer technologies | Visual Studio | Extensions
I'm not able to build EXE in visual studio.
I'm Mallika from the IT Support Team. I am writing regarding an issue with Visual Studio. Recently, I have been unable to build EXEs using Visual Studio 2022. Previously, this was working without any issues. I have raised an incident INC***[Removed…
Developer technologies | Visual Studio | Setup
Firebase Release Monitoring Not Updating for Android in .NET MAUI (net9.0)
Hello, I am working on a .NET MAUI (net9.0) project. For Android, I am using the following NuGet packages: <ItemGroup Condition="'$(TargetFramework)' == 'net9.0-android'"> <PackageReference…
Developer technologies | C#
generating a device‑related identifier
I’m working on a UWP application where we need to associate a device with app‑specific logic (for example, licensing tied to a device). We previously used an API that generated a device‑related identifier, but its stability has changed on some Windows…
Developer technologies | Universal Windows Platform (UWP)
Failed to acquire token
I am getting this error while consuming any azure service from the visual studio MsalClaimsChallengeException: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance. Trace ID:…
Developer technologies | Visual Studio | Setup
Error when building a project in Microsoft Visual Studio 2026
I have just upgraded from Visual Studio 2022 to Visual Studio 2026 and, when I'm trying to compile my projects, I'm receiving the error message code MSB4018 with the text: The "GenerateDepsFile" task failed…
Developer technologies
Is an offline installation of visual studio 2026 possible with remote layout ?
Hi everyone, I also get an issue with offline installation. I already download the layout and store it on a server. I have to make the installation of many PC so I don't download the layout on every machines but I set the path of the layout to my remote…
Developer technologies | Visual Studio | Setup
Migrating from Oracle.DataAccess (unmanaged) to Oracle 23ai – Need Confirmation on Version 23.26.100
Dear Team, I am currently using unmanaged Oracle.DataAccess.dll with an Oracle 19c database in my .NET Framework 4.7 application. I now want to migrate the application to Oracle Database 23ai, and I would like guidance on how to upgrade my data access…
Developer technologies | .NET | Other
Could not start Visual Studio due to an error. StreamJsonRpc.ConnectionLostException: The JSON-RPC connection with the remote party was lost before the request could complete.
Getting the following error while launching the newly installed visual studio 2022
Developer technologies | Visual Studio | Setup
how can i disable text editor purple indicator at vs2026
As you can see, the location is not correct, so it is difficult to code. Is there any way to disable or fix that feature?