Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "edarib"

What is the best approach to upload a file or photo from a MAUI XAML App?

We are using an ASP.NET Core MVC solution.

Thanks,

Ed

It's an empty string.

Using ASP.NET Core MVC & Jquery Version v13.1.0-rc.1

After enabling Quick Theme selection and selecting a theme, I get a System.NullReferenceException

Answer

What version are you migrating from?

It's explained here:

Multi-tenancy url

Hi @hra

@edarib is right about the User Role.

For example if you enable LDAP, users will be able to login with their windows credentials but they won't have any access until you explicitly grant it.

Another use case: If you allow Self-Registration, you want to first review the request before assigning a role with access to your application.

"User" role is the out of the box static default role with no permissions. You can define what access it provides for your application. When you create a user that's the role they get by default which can be changed.

Have you looked at this documentation?

https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Core-Mvc-Elsa-Integration

Try adding Encrypt=False to the connection string instead of TrustServerCertificate=True

That's one of the breaking changes in .NET 7: https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/breaking-changes

The MAUI project only includes iOS and Android platforms.

You get the error "Program does not contain a static 'Main' method suitable for an entry point" if you are trying to run it under Windows.

It will work on Windows, if you target Android.

Showing 1 to 10 of 36 entries