Questions tagged [.net-maui]

This tag is redundant. For now, use "maui" instead, because most such questions are there. While ".net-maui" is a superior tag, because more explicit, its been over six months since it was requested that the two tags be merged.

548 questions
-1
votes
2 answers

> to System.Collections.Generic.IEnumerable

I am busy with a project where I want to get a list of lecturers to display inside a picker for the admin to assign a lecturer to a subject. I get all off the staff in a list : public interface IStaffService { //Initialize CRUD…
Pieter Venter
  • 43
  • 1
  • 11
-1
votes
1 answer

Unable to Pair to Mac with Visual Studio 2022 17.3 - .NET MAUI

I'm trying to pair with my Mac to build the iOS version of a MAUI application. I'm running VS2022 17.3 on both PC and Mac but getting this: Kind of stumped as to why on a brand new Windows install and fresh versions of VS this basic function…
Stephen York
  • 1,247
  • 1
  • 13
  • 42
-1
votes
1 answer

What are the PC hardware requirement for developing Cross Platform Applications using .Net MAUI

I wants to develop cross platform application using .NET MAUI, May I know what will be the PC hardware requirement(Like RAM, Windows Version etc..) to developing Cross Platform Applications using .NET MAUI
difi brasad
  • 289
  • 2
  • 13
-1
votes
1 answer

.NET MAUI fails to run on Windows

The project builds successfully. When trying to start it says there are deployment errors Error DEP0600: Deployment failed. EntryPointNotFoundException - Unable to find an entry point named 'IsWow64GuestMachineSupported' in DLL 'kernel32.dll'.…
Chris
  • 305
  • 4
  • 19
-1
votes
2 answers

Can we build WPF application in .Net MAUI

As we know there is no direct approach to create WPF application in MAUI, is there any other way around to create WPF applications using .NET MAUI ?
difi brasad
  • 289
  • 2
  • 13
-2
votes
1 answer

Create a Stream in .NET Maui for Writing to a File

I need to save a StringBuilder object to a file and be able to retrieve it later. I have a simple StringBuilder object that I am trying to serialize in my .NET Maui app. But I am having trouble finding the correct FileHelper method that will save…
Trey Balut
  • 1,355
  • 3
  • 19
  • 39
-2
votes
1 answer

Inline if statement in xaml view .net maui

Hello I am doing a form in .net maui where I want to have certain elements not be visible when a input has a certain value. I tried the following but it doesn't work and I am struggling to find any documentaion that mentions inline if statements in…
Pieter Venter
  • 43
  • 1
  • 11
-3
votes
1 answer

Could not find JSON file, File.ReadAllText

I have JSON file in /resources/raw but when im trying to load i have error: System.IO.FileNotFoundException: 'Could not find file '/drinks.json'.' Code: string drinksJsonData = File.ReadAllText("drinks.json"); var drinks =…
Zwolak9
  • 1
  • 1
1 2 3
36
37