Content
Conditional Format expiration dates
Hello, I am trying to conditional format my excel worksheet to highlight a colour when the certification is expired. The expiry dates in this case would be 3 years or 1095 days from date of certification. For example if I received a certification on…


Problem with SQLConnection class on MAUI for Android
I'm using Visual Studio 2022 for developing app in MAUI. My app shold have direct connection with Microsoft SQL server. I'm using Microsoft.Data.SQLClient package . On Windows everything works ok, but on Android emulator i cant connect . Errror is…


How to properly manage multiple versions of dotnet SDKs
I have to build an F# project which requires dotnet 7.0.201. I have dotnet 7.0.302 globally installed. The command could not be loaded, possibly because: * You intended to execute a .NET application: The application 'run' does not exist. *…


Does anybody know if MAUI has a utility or package for handling HEIF image format?
High Efficiency Image File Format (HEIF) is a new container format for storing digital images and increasingly replacing the JPEG format. As JPEG is still in use, there is usually the need to convert from HEIF to JPEG format. I looked around for…
CollectionView template not support RTL
Hi, CollectionView template not support RTL. I attached the file:עברית.txt Please see the code: The results is: txt.עיברית <CollectionView ItemsSource="{Binding Data}"> <CollectionView.ItemTemplate> …
net maui how to create collection view as menu and carouselview as content working like tabs ?
net maui how to create collection view menu and carouselview content working like tabs ? Platform Android and Ios
Visual Studio 2022 C# project templates does not create a project
After installing Visual Studio 2022, I attempted to create a new project using the C#/.NET/MVC standard template. When the project is created, it is empty, there are no files created and no project within the new solution.


How to remove outer border of the searchbar in MAUI
Need to hide the outer border.


How To download from ftp site using http client
I cannot find a SIMPLE EXAMPLE anywhere that shows how to use (recommended) HTTPCLIENT to replace the now OBSOLETE WebCclient, WebRequest etc. I cannot find a SIMPLE EXAMPLE anywhere that shows how to use (recommended) HTTPCLIENT to replace the now…


MAUI Maps Zoom Event
How can I listen for a MAUI Map Zoom Event? I would like to detect when the user has zoomed out of a MAUI Map and perform actions depending on the zoom event. Reason: On Android Google Maps api will only allow for plotting 10 PinPoints at once. When a…
remote debugging on Linux over SSH does not load modules
I am using Visual Studio 17.6.2 to develop a .net6 (C#) app for an ARM32-linux environment. For testing the problem below, I made a 5-line console program with a loop. After publishing the app as 'Debug'/'Self-contained'/'linux-arm' onto a folder and…


Is it possible to delete a WMI/CIM class using the Microsoft.Management.Infrastructure?
Every time I write a script, or code that uses WMI extensively, I tend to use the System.Management API. It's straight forward, flexible, and intuitive. However, This time I decided to use the Microsoft.Management.Infrastructure API, which contains the…




I can't find ASP.NET Web Application (.NET Framework) with c#
Hello I want to use ASP.NET Web Application (.NET Framework), and I have downloaded Visual Studio Community 2019 v16.11.3, and i have clicked the ASP.NET and web devleopment before i download it but I can't find the one i needed, I don't want the…


The. net call to refresh the tray area code in the win11 system does not take effect when clearing residual icons
The relevant code for refreshing the tray area is called in the win11 system code, and it does not take effect occasionally The residual icon still exists, it can disappear when the mouse hovers over it The code is as follows: const uint WM_MOUSEMOVE =…


how to custom title view in maui?
I am not using shell MainPage=new MainPage(); how to custom the title view and the closebutton?
Why are settings in web.config not inherited by child path applications?
I have a folder, Container, with a web.config file: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <aspNetCore> <environmentVariables> …


3 annoying issues that I can't find
The reports works fine, but 3 little issues that I can't fix, the image will tell you all of them, I attach a text file with this question. Thanks all for your time, Claude from Quebec, Canada ClientsReports.txt


Create database from SQL script from .NET 6 WinForm application
Hi All, We recently started working on a .NET 6 WinForm application which will be deployed locally on the client machine. This application will depend on the SQL database for persisting data. The SQL instance will be already available on the machine…


[Closed] impossible to uncheck WebDAV
Hi, I publish my app on IIS; So there is some trouble with PUT; POST method. apparently I have to uncheck WebDAV here Services >> World Wide Web Services >> Common HTTP Features and uncheck the “WebDAV Publishing” My probem is it is not…