your system is getting an error exporting cert
I am trying to export an app certificate and your system keeps giving an error
.NET MAUI
how to change the color of the rippleDrawable of button in .net android?
I am using .net android and how to edit the color of the rippleDrawable of button in .net android? I have set the colorstatelist of enabled but it not changed.
.NET MAUI
Supportability of XBAP + ClientFormsAuthenticationMembershipProvider + WCF Message Security + TLS 1.2-only in IE11 / PresentationHost.exe (.NET 4.8)
We are troubleshooting the following architecture scenario: Client: XBAP application (.xbap) running in IE11 / PresentationHost.exe on Windows Server 2022 WCF Service Binding: wsHttpBinding with Security mode="Message" (certificate used for…
.NET Runtime
Scrolling Issue on Tabbed Page in iOS When Adding Dynamic Labels
I am experiencing a scrolling issue on a tabbed page in iOS when dynamically adding labels. In most cases (approximately 8 out of 10 times), I am unable to scroll down after adding the labels. This issue occurs on both real and simulator devices. …
.NET MAUI
Can I use getManufacturerSpecificData in StartDiscovery in .net android?
how to use getManufacturerSpecificData in StartDiscovery not StartLeScan?
.NET MAUI
Databricks serving endpoint stops working today
Hi We need help ASAP. Today our pipelines stop working. We get request errors. This was not an issue before today. What has changed? Please help me to get some contact with databricks.
.NET Runtime
Net Maui Android debug on Physical device
I should debug an android app to verify the correct functioning of the InAppBilling package by james Montemagno, as per instructions (https://jamesmontemagno.github.io/InAppBillingPlugin/TestingAndTroubleshooting.html) I have to debug on a physical…
.NET MAUI
faild to write to usb sd card in .net android
I am using .net android and I want to write to the usb sd card. var sm = (Android.OS.Storage.StorageManager)GetSystemService(Android.Content.Context.StorageService); if (sm == null) { return; } var path = sm.StorageVolumes?.FirstOrDefault(x =>…
.NET MAUI
net maui find one tree control for free thanks!
请大神介绍一个树形控件,免费的开源的。谢谢。类似syncfusion的treeview但这个是收费的。Uranium 这个里面有免费开源的吗。只要树形控件就可以。
.NET MAUI
getting run error after use Plugin.firebase
Hello, I am getting below error after use plugin.firebase Java.Lang.RuntimeException: 'Unable to get provider com.google.firebase.provider.FirebaseInitProvider: java.lang.IllegalStateException: The Crashlytics build ID is missing. This occurs when…
.NET MAUI
Problem building for Android: Resources\values\colors.xml : error APT2126
Hi, I've made a MAUI app using VS Code that works on Windows and now I want to run it in an.....
.NET MAUI
Issues integrating custom code snippets into Markdown in .NET MAUI docs
Hi, I'm working on a documentation tool to assist new developers with integrating custom code snippets into Markdown files used in .NET MAUI projects. I'm testing different approaches for syntax highlighting and formatting, and I'm referencing examples…
.NET MAUI
alignment in chat app
I am doing a chat app with Maui, but I need help with alignment <ContentView x:Class="FireChat.Controls.ChatView" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
.NET MAUI
Undefined symbol when calling AudioToolbox function in native C static library in iOS MAUI
Hi all, I'm integrating a native C static library (libmylib.a) into my .NET MAUI iOS project. The library exposes several C functions. One of them uses the VideoToolbox framework and works fine. Another function uses AudioToolbox, but causes a linker…
.NET MAUI
Implementation FireBase push notification in maui app (.net 8)
Currently i am working in maui app(.net 8) in this app i want to implement Firebase push notification but the problem is when i try to use Xamrin firebase then this is not support .net 8. so can anybody let me know how i can do this with any another way…
.NET MAUI
How to create a Keyboard shortcut for a particular page and listen it continuously until the page disappears in .NET MAUI
For example there is a Main Page. i need to activate a function when the user hit on "Ctrl+s"
.NET MAUI
unable to debug and connect to a real IOS device while running my MAUI app from windows
Hi, i had created a MAUI app on windows .netSDK 8.0 and using IOS xcode16 to debug and deploy that on to my real IOS mobile device, but unable to do that and getting a 'self signed root' error while im debuging the same. Tried changing the .netSDK to…
.NET MAUI
Exception thrown: 'System.NotImplementedException' in Plugin.BLE.dll Exception thrown: 'System.NotImplementedException' in Plugin.BLE.dll An exception of type 'System.NotImplementedException' occurred in Plugin.BLE.dll but was not handled in user code
I am migrating my project from Xamarin forms to Maui.In my project we have Bluetooth functionality implemented using Plugin.BLE. We didn't used Plugin.BLE nuget package instead we used plugin.Ble source code like projects . We are adding those projects…
.NET MAUI
How do I enable “JIT Debugging” for Microsoft .NET Framework In Windows 7?
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at…
.NET Internet of things
Parser Error: Could not load type 'TP.RDLCReports' after converting WSP to WAP
Hello everyone, I recently converted an ASP.NET Web Site Project (WSP) to a Web Application Project (WAP) using Visual Studio. Most pages are working correctly after the conversion, but I’m having an issue with one specific page: RDLCReports.aspx, which…