Content
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…


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…


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…
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> …
Force Shell navigation to replace the navigation stack
I have a ShellContent which uses DataTemplateSelector to dynamically select a page to display. Sadly, when I call Shell.Current.GoToAsync with the URI that's active right now (or its child route), it does nothing (or navigates back in the case of the…


autofac dependency injection in .net maui
HI, I am working on migrating xamarin forms application to .net MAUI application. In xamarin froms application i am using autofac dependency injection. can we use autofac dependency injection in .net MAUI. if YES how to re use that code?


How to set the selected itme according the model?
There are many select in the view , and each select's selected value can be get from the model,then how to set the selected item to be related one? <select id='unitID' name='UnitName' > <option value='2'>ms</option> …


How to generate a test or development build of an windows desktop application using c#
I have modified my Windows application developed using c# to open through a URL now I want to share this build with my client for testing so how to create a test build in the visual studio can anyone suggest me an approach ?? Thanks in advance. …


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. *…


Visual studio unresponsive when debugging .net MAUI on Android Emilator
I have a .net MAUI app that works fine when it runs in debug mode. But when I put in a breakpoint in my code and wait for the debugger , Visual studio becomes unresponve and i keep getting the Visual Studio is busy popup But as soon as i close the…


ADO.NET ENTRY MODEL
visual studio installed version 17.6.3 The type or namespace name '' could not be found (are you missing a using directive or an assembly reference?)


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

