As i see, you should have left the "Application area" field in Project generation page empty. Right? It should not allow you to left it empty. We will fix this.
For your situation, the solution is:
Open "AspNetZeroRadTool\config.json" file and set ApplicationAreaName as "AppAreaName". See screenshot below:
You can create the entity without the VarBinary field and then add it manually.
Yes.
In "AspNetZeroRadTool/" folder in your project, there are your rad entities saved as a json file ("Namespace.EntityName.json"). Just copy them to your new project and then you can regenerate them there.
We are not planning to provide RAD for ASP.NET MVC 5.x & JQuery.
@deltavision
Is entity history enabled in your project?
see https://docs.aspnetzero.com/documents/aspnet-core-mvc/latest/Features-Mvc-Core-Entity-History
make sure you uncomment following line in *.EntityFrameworkCore\EntityFrameworkCore\YourProjectNameEntityFrameworkCoreModule.cs
//Configuration.EntityHistory.Selectors.Add("AbpZeroTemplateEntities", EntityHistoryHelper.TrackedTypes);
Hi,
Thanks for reporting. rows
attribte should be [rows]
in p-paginator tag. We'll fix this in next version.
For you problem, You can do the following changes:
change rows="{{primengTableHelper.defaultRecordsCountPerPage}}"
to [rows]="100"
in *.html file.
add this method to your *.ts file: ngOnInit(): void { this.paginator.rows = 100; }
No.
Why do you need this?
Hi,
We don't have an example for this.