Forum Widgets
Latest Discussions
A strange run issue
I encountered a strange operational issue. After packaging my software in. msixbundle format, I installed and tested it locally. When clicking on the program icon in the start menu, an error occurred and a DLL could not be found. However, after confirmation, the main interface of the program can be opened. In fact, this DLL and the program's exe are in the same directory. But in the program files \ windows app \ myapp directory, clicking on this exe will allow the program to execute normally. My program is a. NET 8 winform program. How should I do?bill_quDec 19, 2024Copper Contributor5Views0likes0CommentsMaui.NET and XCode validation
My application is developed on a Windows PC using Visual Studio 2022 (ver. 17.12.1) and .NET MAUI framework (ver. 9). After a successful build and testing using a virtual iPhone interface, Visual Studio connects remotely to the MacBook (Mac OS 15.1) sending the necessary project files to Xcode 16.1 targeting iOS version 18. The files are sent to Xcode successfully. However, Xcode validation fails with 4 errors. No matter what I change, the same errors persist. These validation errors are preventing me from deploying the code to TestFlight. Apple support refuses to help stating it is a problem with Visual Studio compilation of the package for Xcode. While I am not 100% confident, I suspect that the entries in the plist.info file contained within the project do not agree with where the files are physically located (even though they appear correct. However, I cannot see the key values in the plist file in the Xcode IPA package. I also notice that Maui opted to create entries in the plist.info file for “Assets.xcassets/AppIcon.appiconset”, but according to apple this is not how it should be done anymore. Could anyone provide thespecific changes in detail that need to happen to this project to have a successful XCode validation? I have been at this for two weeks with no solution in site. Below is a link to the referenced resources. Screenshots and Error documents Your help is greatly appreciatedmrwww76Dec 02, 2024Copper Contributor35Views0likes0CommentsAutomation testing for ToastNotifications
I am testing a WPF application, and I want to access a button on a Toast Notification. I am using the Microsoft UI Automation framework, but cannot locate the Notification window in the RawView tree or from the RootElement (.Find*). However tools like Inspect do find the Notification window. => what is the issue here? I could use NotificationListener, but that doesn't give access to any button. Correct me if I'm wrong. So how can I access those Toast Notifications with MS UI Automation?deschatrNov 29, 2024Copper Contributor32Views0likes0Comments- arupbhattacharyaNov 26, 2024Copper Contributor44Views0likes2Comments
How can I find CPE of dll in .NET?
For example, System.IO.Packaging 8.0.0 hav weakness. https://www.nuget.org/packages/System.IO.Packaging/8.0.0 I have Vulnerability Management tool, I can receive notice of the weakness by registering CPE. I want to obtain CPE of System.IO.Packaging, but where is it available from? ThanksHTKNov 20, 2024Copper Contributor11Views0likes0CommentsBest design software for personal project
I'm starting to develop a WPF software, with some components like Ribbon Menu and Docking Layouts,but I find an intuitive design, better organized and cleaner, an interface that does not seem to be WinForms. Does anyone know of any components or frameworks that can do this type of design? My cordial greetings.SirioAstarotOct 29, 2024Copper Contributor79Views0likes0CommentsEnviar archivo PDF a contacto de WhattsApp con C Sharp.
Hola, una consulta, tengo desarrollada una aplicación de escritorio Windows Forms con C Sharp y me están requiriendo que desde la misma se pueda enviar documentos PDF a contactos de WhttsApp. Estuve buscando información en la web, pero no encontré información certera. Desde ya muchas gracias. Saludos.joseespindolaOct 24, 2024Copper Contributor73Views0likes0CommentsHow to print on Bluetooth printer in dotnet maui
Dear All Can any one tell mw how can I access Blutooth printer in dotnet maui. Can we use Bluetooth printer as COM/LPT port so that we can send text file to print on that port. Or we should use It as Binary writer to print any graphics or PDF file on it. ThanksashokhurkatDec 13, 2024Copper Contributor13KViews1like4CommentsMAUI APP does not run, android-API34 issue ?
Hi everyone, i'm facing a problem using dotnet 8.0 and Maui. I read that an android api is automatically associated to a dotnet version. So for .Net 8.0 the android api is 34.0 I installed the Maui workload and created a new project, then i ran(build) it without any modifications and all the necessay packages installed without issues But when i go to the generated bin folder and run windows app it does'nt even show up, For android part i installed the signed-apk in virtual device and here is what i get : I found somewhere that this was the api 34 issue, i tried to install .Net 7.0-API 33 and .Net 9.0-API 35.0 but facing the same problem. What should i do now... please help me THNKS!!!BobdevOct 19, 2024Copper Contributor377Views0likes2Comments
Resources
Tags
- .NET MAUI147 Topics
- Windows Forms60 Topics
- Android51 Topics
- iOS35 Topics
- Xamarin.Forms32 Topics
- Blazor31 Topics
- WPF25 Topics
- Console Apps24 Topics
- macOS17 Topics
- UWP17 Topics