Base solution for your next web application

Activities of "geovanimartinez"

Geezzz! I'm sorry, not sure how I overlooked that. Thanks.

Hello, I would like to implement the Bottom Navigation bar, such as in <a class="postlink" href="https://blog.xamarin.com/exploring-androids-bottom-navigation-view/">https://blog.xamarin.com/exploring-andr ... tion-view/</a> , I have the same question as this fellow <a class="postlink" href="https://forums.xamarin.com/discussion/104925/header-and-navigation-footer">https://forums.xamarin.com/discussion/1 ... ion-footer</a> (I would like to know both since top nav bar might be a requirement in the future).

I am able to do so, following the guides referenced but ONLY on a non aspnetzero(default VS Project Template) template project, when I attempt to do so using the AspnetZero Xamarin - Android project (referencing the guides) I can' seem to render the results I want, I just get a blank page, I am missing something but not sure how to proceed.

Could I get an example using the aspnetzero xamarin project (android for now)?. Appreciate your time and efforts.

Thank you!. I will follow the guide and reference the code. I do believe something like this should be implemented on the aspnetzero xamarin app thou.

After upgrading just above everything works as expected except for when we visit Administration -> Users - The UI shows "An internal error occurred during your request and the logs show the following error

ERROR 2024-03-23 12:59:55,160 [orker] oft.EntityFrameworkCore.Database.Command - Failed executing DbCommand (100ms) [Parameters=[@__ef_filter__p_0='?' (DbType = Boolean), @__ef_filter__CurrentTenantId_1='?' (DbType = Int32), @__userIds_0='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
SELECT [a].[Id], [a].[CreationTime], [a].[CreatorUserId], [a].[RoleId], [a].[TenantId], [a].[UserId]
FROM [AbpUserRoles] AS [a]
WHERE (@__ef_filter__p_0 = CAST(1 AS bit) OR [a].[TenantId] = @__ef_filter__CurrentTenantId_1) AND [a].[UserId] IN (
    SELECT [u].[value]
    FROM OPENJSON(@__userIds_0) WITH ([value] bigint '$') AS [u]
)
ERROR 2024-03-23 12:59:55,174 [orker] Microsoft.EntityFrameworkCore.Query      - An exception occurred while iterating over the results of a query for context type 'solution.EntityFrameworkCore.solutionDbContext'.
Microsoft.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near the keyword 'WITH'.
Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.
Showing 11 to 14 of 14 entries