Base solution for your next web application

Activities of "ngarimalla"

We have a five-level set of master-detail tables.

So, T1 depends on T2 (foriegn key), which depends on T3, which depends on T4, which depends on T5.

In addition, T1 depends on T6.

Can your code autogenerate the CRUD API required for this data model?

Workspace (WID, Name) Calendar Folder (FID, Name, WID) Calendar (CID,FID) Event (EID,CID) Participants (PID, EID)

Location (LID,Name) Event (EID, LID)

Prerequisites

Please answer the following questions before submitting an issue.

  • What is your product version? 10.0.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

Hello Support, We have added new language Tamil (ta) using "Administration => Languages" screen; However, we are unable to change the texts for the newly added language; Getting the "Internal Server Error" in GetLanguageTexts API; Please let us know if you need further information; Your input on this would be greatly appreciated; Thank you;

Error from API Log (For your reference):

INFO 2021-03-03 03:19:54,201 [88 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'FindGood.Localization.LanguageAppService.GetLanguageTexts (FindGood.Application)' INFO 2021-03-03 03:19:54,260 [88 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetLanguageTexts", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task1[Abp.Application.Services.Dto.PagedResultDto1[FindGood.Localization.Dto.LanguageTextListDto]] GetLanguageTexts(FindGood.Localization.GetLanguageTextsInput) on controller FindGood.Localization.LanguageAppService (FindGood.Application). ERROR 2021-03-03 03:19:55,441 [85 ] Mvc.ExceptionHandling.AbpExceptionFilter - Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at System.Collections.Generic.List1.get_Item(Int32 index) at FindGood.Localization.LanguageAppService.<>c__DisplayClass10_0.<GetLanguageTexts>b__2(LocalizedString t, Int32 i) in FindGood\FindGood\aspnet-core\src\FindGood.Application\Localization\LanguageAppService.cs:line 141 at System.Linq.Enumerable.SelectIterator[TSource,TResult](IEnumerable1 source, Func3 selector)+MoveNext() at System.Linq.Enumerable.Count[TSource](IEnumerable1 source) at System.Linq.EnumerableExecutor1.Execute() at System.Linq.EnumerableQuery1.System.Linq.IQueryProvider.Execute[TElement](Expression expression) at System.Linq.Queryable.Count[TSource](IQueryable1 source) at FindGood.Localization.LanguageAppService.GetLanguageTexts(GetLanguageTextsInput input) in FindGood\FindGood\aspnet-core\src\FindGood.Application\Localization\LanguageAppService.cs:line 159 at lambda_method1419(Closure , Object ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) INFO 2021-03-03 03:19:55,447 [85 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2021-03-03 03:19:55,450 [85 ] c.Infrastructure.ControllerActionInvoker - Executed action FindGood.Localization.LanguageAppService.GetLanguageTexts (FindGood.Application) in 1188.9862ms INFO 2021-03-03 03:19:55,450 [85 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'FindGood.Localization.LanguageAppService.GetLanguageTexts (FindGood.Application)'

Hello Support, Our Testing Team is performing the Accessibility Testing (for 508 Compliance) using the WAVE tool; Now we are getting errors on the existing components of Asp Net Zero. Such as Login, Register, Forget Password, Two Factor Authentication, Settings, User, Roles, Organization Units etc., Herewith I've attached the screenshot of the errors that we are getting for Register page for your reference. Kindly review and provide your advise on addressing such issues.

Asp Net Zero Version ; 8.0 (Angular + Asp.net Core)

Please let us know if you required any further info from ourside. Your help on this would be greatly appreciated.

Thank You.

Hello Support, We are evaluating the features of Asp net zero (Asp.net core + Angular). We tested in the local development environment and it is working as expected. However, when we try to deploy it in IIS, we are unable to switch the Tenant mode. It always login as Host. When we review the response of IsTenantAvailable it looks good. However, the GetAll response do not have tenant information in the Session object. Please check and advise us to resolve this hurdle. FYI: Both UI and API has been deployed in two different servers and are https enabled. Also deployed as subsite. We have obtained Ultimate licensing. Your help in this would be greatly appreciated. Please let us know if you require further information from us.

Thank you.

please provide examples and documentation for creating and updating master detail grids

When we attempt to generate code from views, the RAD tool is not displaying all columns in the view - such as ID columns (int, bigint). Can you help us figure this out. The view is "ViewListOfWorkspaces"

Hello -

We have several complex views and tables in our database. We want to reverse-engineer these into C# entities and generate AspNetZero code for these. How can we do this.

What I mean is - we have a complex view in our DB (Source DB). When we select "Load Entity from Database" from the RAD tool menu, we can select this view and specify which columns to include in the Grid. But when this is migrated to the target DB, will it still retain the logic behind the view or will it convert to a new table based on that view? We want to retain the logic behind the view.. Can you help with that?

Hello Support Team,

We know that, we can use "RAD Tool" to generate CRUD pages for ASP.Net Core / Angular. Do you have similar tool to generate Xamarin Mobile App Code as well ? If so, could you please provide some documentation to achieve it ?

Thank you.

Hello Support, We have a requirement to maintain all changes for audit trail purposes. We know that, ASP Net zero doing logical update for DELETE operation. How about UPDATE operation ? Looks like all are PHYSICAL updates. Please advise. This is a key requirement for us to keep the history of all transactions/changes. Thanks in advance.

Hello Support, When I try to use the RAD tool to generate code, noticed that one CustomDtoMapper entry is missing which is required for edit operation. After adding this manually, the error is resolved. Please review and confirm. Thank You.

configuration.CreateMap<{EntityName}, CreateOrEdit{EntityNameDto}>()

Showing 1 to 10 of 15 entries