Activities of "zhongfang"

hi

Can you get the same exception on a new 8.0.5 template project?

It is very normal. I have created a new application with ABP Suite 8.0.5 just now.

Thanks! It has worked for my.

OH, i have "Reply to" noreply@abp.io.

I have sent again to liming.ma@volosoft.com just now.

I have sent mail to you. The mail includ a webtransfer short link.

Perhaps you can find in Junk box. I have sent successfully by qq mail. And I didn't receive a refund mail.,

I have sen you my Module project. Perhaps it has been created by ABP Suite 4, after update to 5, then to 6, then to 7, then to 8.0.0, then to 8.0.2... 8.0.4 I delete all involved module, and then packege for you to reproduce the error.

yes, I hav runned abp install-libs in proper path.

but how to check for leptonx updates while upgrading?

  1. I use new package.json to run abp install-libs I always use new version Abp Suite to create a new Application. Then I got this package.json from new 8.0.4 newest Application under Blazor project:
{
  "version": "1.0.0",
  "name": "my-app",
  "private": true,
  "dependencies": {
    "@volo/abp.aspnetcore.mvc.ui.theme.leptonx": "~3.0.3",
    "@volo/aspnetcore.components.server.leptonxtheme": "~3.0.3",
    "@volo/cms-kit-pro.admin": "~8.0.4",
    "@volo/account": "~8.0.4",
    "@volo/language-management": "~8.0.4"
  }
}
  1. two LeptonX packages are version 3.0.4.

a very old Module. And it can run correctly under my ABP 8.0.3 in the morning.

I upgrade my ABP from 8.0.3 to 8.0.4. Then I got above error.

I see a information in browser console. I pasted as below.

blazor.server.js?_v=638411564080000000:1 [2024-02-23T14:26:04.460Z] Information: Normalizing '_blazor' to 'https://localhost:44313/_blazor'.
localhost/:1 Third-party cookie will be blocked. Learn more in the Issues tab.
blazor.server.js?_v=638411564080000000:1 [2024-02-23T14:26:04.490Z] Information: WebSocket connected to wss://localhost:44313/_blazor?id=FsS-vjaaPLj9VmpNuguOJw.
utilities.js?v=1.4.1.0:303 Thank you for using the free version of the Blazorise component library! We're happy to offer it to you for personal use. If you'd like to remove this message, consider purchasing a commercial license from https://blazorise.com/commercial. We appreciate your support!

May I need to purchase a Blazorise comercial lisense?

Answer

My problem has been resolved. Thanks for you quick reply.

Answer
{
  "Id": "e1e644ee-3e78-4fd8-850d-d1bd4fe005d6",
  "Name": "RuleGroup",
  "OriginalName": "RuleGroup",
  "NamePlural": "RuleGroups",
  "DatabaseTableName": "RuleGroups",
  "Namespace": "Public.RuleGroups",
  "Type": 1,
  "MasterEntityName": null,
  "MasterEntity": null,
  "BaseClass": "FullAuditedAggregateRoot",
  "MenuIcon": "file-alt",
  "PrimaryKeyType": "Guid",
  "PreserveCustomCode": false,
  "IsMultiTenant": true,
  "CheckConcurrency": false,
  "ShouldCreateUserInterface": true,
  "ShouldCreateBackend": true,
  "ShouldExportExcel": false,
  "ShouldAddMigration": true,
  "ShouldUpdateDatabase": true,
  "CreateTests": true,
  "Properties": [
    {
      "Id": "eeb67653-e276-4c2a-97b0-763f035007eb",
      "Name": "Index",
      "Type": "int",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": false,
      "AllowEmptyStrings": false,
      "IsTextArea": false,
      "MinLength": 0,
      "MaxLength": 99999999,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "",
      "EmailValidation": false,
      "ShowOnList": true,
      "ShowOnCreateModal": true,
      "ShowOnEditModal": true,
      "ReadonlyOnEditModal": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "91caa501-4342-4bd5-b9c4-f293c36ee4ad",
      "Name": "GroupName",
      "Type": "string",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": true,
      "AllowEmptyStrings": false,
      "IsTextArea": false,
      "MinLength": 2,
      "MaxLength": 50,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "",
      "EmailValidation": false,
      "ShowOnList": true,
      "ShowOnCreateModal": true,
      "ShowOnEditModal": true,
      "ReadonlyOnEditModal": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "48d9d1ff-2497-4938-b1de-8331a52533df",
      "Name": "IsEnabled",
      "Type": "bool",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": false,
      "AllowEmptyStrings": false,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "",
      "EmailValidation": false,
      "ShowOnList": true,
      "ShowOnCreateModal": true,
      "ShowOnEditModal": true,
      "ReadonlyOnEditModal": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "886c6504-0350-45da-a8f1-cdc876c7baad",
      "Name": "Desc",
      "Type": "string",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": false,
      "AllowEmptyStrings": false,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": 200,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "",
      "EmailValidation": false,
      "ShowOnList": true,
      "ShowOnCreateModal": true,
      "ShowOnEditModal": true,
      "ReadonlyOnEditModal": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "2ab33cc4-642e-4f3e-8e43-dfe1c314379e",
      "Name": "Priority",
      "Type": "int",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": true,
      "AllowEmptyStrings": false,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "",
      "EmailValidation": false,
      "ShowOnList": true,
      "ShowOnCreateModal": true,
      "ShowOnEditModal": true,
      "ReadonlyOnEditModal": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    }
  ],
  "NavigationProperties": [
    {
      "EntityNameWithDuplicationNumber": "RuleSystem",
      "EntitySetNameWithDuplicationNumber": "RuleSystems",
      "ReferencePropertyName": "RuleSystem",
      "UiPickType": "Modal",
      "IsRequired": true,
      "Name": "RuleSystemId",
      "DisplayProperty": "Name",
      "Namespace": "Yee.Change.Rms.Public.RuleSystems",
      "EntityName": "RuleSystem",
      "EntitySetName": "RuleSystems",
      "DtoNamespace": "Yee.Change.Rms.Public.RuleSystems",
      "DtoEntityName": "RuleSystemDto",
      "Type": "Guid"
    }
  ],
  "NavigationConnections": [],
  "ChildEntities": [],
  "PhysicalFileName": "RuleGroup.json"
}
Showing 1 to 10 of 101 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11