Content
Logging in C# - To a text file
I am creating a console application and I understand that I need to use ILoggerFactory for logging purpose, but how can I get it to be written to a text file instead to the debug section or the console window.
removing focus from buttons
Hello , this is the what the main exit form looks when it loads . i found that when it loads the yes button has focus on it by default . Although i had hard coded that when the user presses enter here , the application should gets closed but what i am…

Image inside a DataGrid in a FixedDocument Error
I have created this small demonstration project to highlight a problem I have encountered when working with an Image within a DataGrid created in C# and then utilised within a FixedDocument. Everything appears to work as expected until the mouse goes…
System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
Hi, Everybody!... I am trying to parse the following XML…
Why does hosting a grpc service in a Windows service fail?
I have a gprc service which runs perfectly when hosted on asp.net core in a console app. I create the same service in the same way (slightly different place in the code) in a Windows service and it throws an exception 'Stopped without starting'. The…
How to build Xamarin iOS after iOS MAC is discontinue in 2024
Being that MAC Visual Studio 2024 is being discontinued in August of 2024, those of use with an Xamarin app, how we continue to build the iOS portion?
iOS Error: clang++ exited with code 1:
Hi, Why i am suddenly getting this error: Xamarin.Shared.Sdk.targets(3,3): Error: clang++ exited with code 1: Undefined symbols for architecture arm64: "_OBJC_CLASS_$_OSInAppMessage", referenced from: objc-class-ref in registrar.o …
Server 2022 - Maui app with net .7 is not working
Hi, I installed Maui app on server 2019 with this command and its works but on server 2022 its not work: dotnet publish -f net7.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…
How to fix double permission popup in xamarin ios web view
When I am trying to use camera in a web view, there are two permissions that are asked in iOS. One is the popup created from browser and the other is created from the Phone. Are there are any ways to avoid the browser popup for camera permission? …
What is net Maui class library ?
Hi, What is net Maui class library ? Thanks,
Archive for Publishing not creating archive file
Hi Visual Studio Mac. MAUI app builds fine however Archive for Publishing does not create an archive file without any apparent error message. Checked under XCode->Organize->Window as well just to be sure. What can I do to fix this issue and get the…
MAUI: How to add splash screen in android platform
I am trying to add splash screen on my new MAUI application. I tried the implementation on this blog but the image is in circle (Android 12 device) and only showing black and white color on the icon. Is there anyway to show the real color of the icon on…
Finding parent form and tablelayoutPanel
hello , private void TDlloading_error_Load(object sender, EventArgs e) { HideButtonsInParentFormTableLayoutPanel(); } private void HideButtonsInParentFormTableLayoutPanel() { // Access the parent…
ArgumentNullException on add-migration com.
Hello, I'm still on my app dev which is a Blazor Wasm with it's API (developped with .Net core 7.0) and I try to create an EF Core migration, but I've got an issue. N.B.: I use environment variables to set my connection string (to change it…


How to deploy or use .Net MAUI Blazor app in Tizen browser instead of native apk or .tpk (direct browsing in tizen tv)?
Is it possible to publish or host the .net maui blazor app to the server and browse it in the Tizen TV internet like browsing ? Or Is it only possible by creating .tpk and installing it in developer mode on tizen tv as a native app ?
Why ScrollView in .Net MAUI can not show its content
in this code for example : <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …
LINQ and VB 2015 : Select Distinct in Sub-List of Objects...
Hi, this is a simple example about my task. I have a List of Objects, let's say a group of Persons and each Person has a Property which is a List of other type of Objects, let's say Colors. I'd like to get a Distinct List of all Colors kept by all…
Which is the latest version of Microsoft Report Viewer Runtime which is compatible with Windows server 2019 and .Netframework 4.7?
Which is the latest version of Microsoft Report Viewer Runtime which is compatible with Windows server 2019 and .Netframework 4.7?
Which is the latest version of Microsoft Report Viewer Runtime which is compatible with Windows server 2019 and .Netframework 4.7?
Which is the latest version of Microsoft Report Viewer Runtime which is compatible with both Windows server 2019 and .Netframework 4.7?

issue in opacity of the parent form and panel
Hi , my other problem is there is a scenario in which i have a form named child which is opened inside a panel of a form named father . what i am trying is when i press F2 on my keyboard a new form opens asking for current date . at this moment i want…