Activities of "thanhvl1"

Hi @alper,

Can you share the template's name and content Abp Suite using to generate model ?

Thanks for your support!

Hi alper,

My project name: FPT.DDC.BackendService

UI framework: Angular, Tiered, separated Identitty server DB: EF Core

I have many Entities

A sample of entity

{ "Id": "416c6275-6d00-0000-0000-000000000000", "Name": "Album", "OriginalName": "Album", "NamePlural": "Albums", "DatabaseTableName": "Albums", "Namespace": "DMS.Albums", "BaseClass": "FullAuditedEntity", "PrimaryKeyType": "Guid", "IsMultiTenant": true, "ShouldCreateUserInterface": true, "ShouldAddMigration": false, "ShouldUpdateDatabase": false, "Properties": [ { "Id": "416c6275-6d41-6c62-756d-436f64650000", "Name": "AlbumCode", "Type": "string", "IsNullable": true, "IsRequired": true, "MinLength": 0, "MaxLength": 40, "SortOrder": 0, "SortType": 0 }, { "Id": "416c6275-6d41-6c62-756d-4e616d650000", "Name": "AlbumName", "Type": "string", "IsNullable": true, "IsRequired": true, "MinLength": 0, "MaxLength": 100, "SortOrder": 0, "SortType": 0 }, { "Id": "fce92864-0cd9-bc50-dc84-2d9a004fa496", "Name": "ApplyForCode", "Type": "string", "IsNullable": true, "IsRequired": true, "MinLength": 0, "MaxLength": 40, "SortOrder": 0, "SortType": 0 }, { "Id": "416c6275-6d53-7061-6365-000000000000", "Name": "Space", "Type": "string", "IsNullable": true, "IsRequired": false, "MinLength": 0, "MaxLength": 40, "SortOrder": 0, "SortType": 0 }, { "Id": "416c6275-6d46-726f-6d44-617465000000", "Name": "FromDate", "Type": "DateTime", "IsNullable": true, "IsRequired": true, "MinLength": null, "MaxLength": null, "SortOrder": 0, "SortType": 0 }, { "Id": "416c6275-6d54-6f44-6174-650000000000", "Name": "ToDate", "Type": "DateTime", "IsNullable": true, "IsRequired": true, "MinLength": null, "MaxLength": null, "SortOrder": 0, "SortType": 0 }, { "Id": "416c6275-6d41-6c62-756d-547970650000", "Name": "AlbumType", "Type": "string", "IsNullable": true, "IsRequired": true, "MinLength": 0, "MaxLength": 40, "SortOrder": 0, "SortType": 0 }, { "Id": "416c6275-6d53-7461-7475-730000000000", "Name": "Status", "Type": "string", "IsNullable": true, "IsRequired": true, "MinLength": 0, "MaxLength": 1, "SortOrder": 0, "SortType": 0 }, { "Id": "f8b494d2-48e0-8c1c-3a2f-05c8b51a7c4e", "Name": "Description", "Type": "string", "IsNullable": true, "IsRequired": false, "MinLength": 0, "MaxLength": 1000, "SortOrder": 0, "SortType": 0 } ], "PhysicalFileName": "Album.json" }

HI,

I'm facing a problem that I cannot generate modelbuilder using abp suite v2.3.0. It only generate namespace of model but not anything at all

Hi,

When I modify Abp Suite template I can see what templates is customzied. But if you upgrage abp and update template, how can I combine your updated template and my customized template ?

Thanks. I can update abp suite after remove completely cli and suite

It's weird. I've tried many times logout and login then update again but it didn't work. How can I delete completely ?

HI,

I got the error today that I cannot upgrade Abp Suite to version 2.3.0 after Upgrade Abp.Cli 2.3.0 successfully. Is that problem caused by my PC or network or Abp server ?

After I uninstall Abp Suite, I cannot reinstall it anymore

Regards, Thanh

@hikalkan: I installed the lastest .net core but I still cannot generate CRUD page @alper: Yes maybe I created the solution using abp suite and then change the directory, then I added the existing solution using Suite. How can I handle this ?

I also try to create a new solution without editing anything. And then generate CRUD page but It still shows the same Error above

Question

Hi,

I'm facing a problem that I cannot generate CRUD page using ABP Suite although I can build success the whole solution

Where can I find the log when using ABP Suite ?

Update: After diging, I can find the Abp suite's logs where is %userprofile%.abp\suite\logs

But there is no any Error in the log

2020-03-13 10:19:33.094 +07:00 [INF] Request starting HTTP/1.1 GET http://localhost:3000/api/abpSuite/solutions/DDC.BackendService/is-built application/json 2020-03-13 10:19:33.094 +07:00 [INF] Executing endpoint 'Volo.Abp.Suite.Controllers.AbpSuiteController.IsSolutionBuiltAsync (Volo.Abp.Suite)' 2020-03-13 10:19:33.095 +07:00 [INF] Route matched with {action = "IsSolutionBuilt", controller = "AbpSuite", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task1[System.Boolean] IsSolutionBuiltAsync(System.String) on controller Volo.Abp.Suite.Controllers.AbpSuiteController (Volo.Abp.Suite). 2020-03-13 10:19:33.098 +07:00 [INF] Executing ObjectResult, writing value of type 'System.Boolean'. 2020-03-13 10:19:33.098 +07:00 [INF] Executed action Volo.Abp.Suite.Controllers.AbpSuiteController.IsSolutionBuiltAsync (Volo.Abp.Suite) in 3.5566ms 2020-03-13 10:19:33.098 +07:00 [INF] Executed endpoint 'Volo.Abp.Suite.Controllers.AbpSuiteController.IsSolutionBuiltAsync (Volo.Abp.Suite)' 2020-03-13 10:19:33.098 +07:00 [INF] Request finished in 4.6486ms 200 application/json; charset=utf-8 2020-03-13 10:19:34.111 +07:00 [INF] Request starting HTTP/1.1 POST http://localhost:3000/api/abpSuite/solutions/DDC.BackendService/build application/json 0 2020-03-13 10:19:34.111 +07:00 [INF] Executing endpoint 'Volo.Abp.Suite.Controllers.AbpSuiteController.BuildSolutionAsync (Volo.Abp.Suite)' 2020-03-13 10:19:34.111 +07:00 [INF] Route matched with {action = "BuildSolution", controller = "AbpSuite", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task1[System.Boolean] BuildSolutionAsync(System.String) on controller Volo.Abp.Suite.Controllers.AbpSuiteController (Volo.Abp.Suite). 2020-03-13 10:19:36.844 +07:00 [INF] Executing ObjectResult, writing value of type 'System.Boolean'. 2020-03-13 10:19:36.844 +07:00 [INF] Executed action Volo.Abp.Suite.Controllers.AbpSuiteController.BuildSolutionAsync (Volo.Abp.Suite) in 2732.9898ms 2020-03-13 10:19:36.844 +07:00 [INF] Executed endpoint 'Volo.Abp.Suite.Controllers.AbpSuiteController.BuildSolutionAsync (Volo.Abp.Suite)' 2020-03-13 10:19:36.844 +07:00 [INF] Request finished in 2733.7561ms 200 application/json; charset=utf-8

Hi,

How can I access to abp commercial github because I don't see any guide about it

thanks

Showing 41 to 50 of 50 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11