Base solution for your next web application

Activities of "InnodelTech"

Ok, So we did that once for Countries entity and it worked. The country page gets added menu and CRUD works. Now when we want to do the same thing for the States entity, it duplicates DbContext rather than overwriting and these errors come. We tried removing everything and re-trying but no luck.

We really don't know what is wrong.

We don't know why DbContext gets duplicated.

Yes, we are unable to attach document files.

This is Country JSON. { "IsRegenerate": false, "MenuPosition": "main", "RelativeNamespace": "LhCountry", "EntityName": "Country", "EntityNamePlural": "Countries", "TableName": "Countries", "PrimaryKeyType": "int", "BaseClass": "Entity", "EntityHistory": false, "AutoMigration": true, "UpdateDatabase": true, "CreateUserInterface": true, "CreateViewOnly": true, "CreateExcelExport": true, "IsNonModalCRUDPage": false, "IsMasterDetailPage": false, "PagePermission": { "Host": true, "Tenant": true }, "Properties": [ { "Name": "Name", "Type": "string", "MaxLength": 100, "MinLength": 1, "Range": { "IsRangeSet": false, "MinimumValue": 0.0, "MaximumValue": 0.0 }, "Required": true, "Nullable": false, "Regex": "", "UserInterface": { "AdvancedFilter": true, "List": true, "CreateOrUpdate": true }, "ViewType": null, "AdditionalData": {} } ], "NavigationProperties": [], "NavigationPropertyOneToManyTables": [], "EnumDefinitions": [], "DbContext": null }

This is State JSON.

{ "IsRegenerate": false, "MenuPosition": "main", "RelativeNamespace": "LhState", "EntityName": "State", "EntityNamePlural": "States", "TableName": "States", "PrimaryKeyType": "int", "BaseClass": "Entity", "EntityHistory": false, "AutoMigration": true, "UpdateDatabase": true, "CreateUserInterface": true, "CreateViewOnly": true, "CreateExcelExport": true, "IsNonModalCRUDPage": false, "IsMasterDetailPage": false, "PagePermission": { "Host": true, "Tenant": true }, "Properties": [ { "Name": "Name", "Type": "string", "MaxLength": 100, "MinLength": 1, "Range": { "IsRangeSet": false, "MinimumValue": 0.0, "MaximumValue": 0.0 }, "Required": true, "Nullable": false, "Regex": "", "UserInterface": { "AdvancedFilter": true, "List": true, "CreateOrUpdate": true }, "ViewType": null, "AdditionalData": {} } ], "NavigationProperties": [ { "Namespace": "Lending_Hub.LhCountry", "ForeignEntityName": "Country", "IdType": "int", "IsNullable": false, "PropertyName": "CountryId", "DuplicationNumber": 0, "RelationType": "single", "ViewType": "Dropdown", "DisplayPropertyNameInfos": { "MergeFormat": "{0}", "DisplayPropertyNames": [ "Name" ] } } ], "NavigationPropertyOneToManyTables": [], "EnumDefinitions": [], "DbContext": null }

We really need help to fix this as soon as we can.

Hello, We downloaded and installed power tools as per documentation and we are having problems. It is not working.

I am encountering the same issue and after create Second MasterPage with Foreign key the code is generated however I get an error while Build Project . This is the error I have.... Metadata file 'E:\Lending_Hub\Lending_Hub\src\Lending_Hub.Application\obj\Debug\net7.0\ref\Lending_Hub.Application.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\src\Lending_Hub.EntityFrameworkCore\obj\Debug\net7.0\ref\Lending_Hub.EntityFrameworkCore.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\test\Lending_Hub.Test.Base\obj\Debug\net7.0\ref\Lending_Hub.GraphQL.Test.Base.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\src\Lending_Hub.Application\obj\Debug\net7.0\ref\Lending_Hub.Application.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\src\Lending_Hub.EntityFrameworkCore\obj\Debug\net7.0\ref\Lending_Hub.EntityFrameworkCore.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\test\Lending_Hub.Test.Base\obj\Debug\net7.0\ref\Lending_Hub.GraphQL.Test.Base.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\src\Lending_Hub.Application\obj\Debug\net7.0\ref\Lending_Hub.Application.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\src\Lending_Hub.EntityFrameworkCore\obj\Debug\net7.0\ref\Lending_Hub.EntityFrameworkCore.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\src\Lending_Hub.Web.Core\obj\Debug\net7.0\ref\Lending_Hub.Web.Core.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\src\Lending_Hub.Application\obj\Debug\net7.0\ref\Lending_Hub.Application.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\src\Lending_Hub.EntityFrameworkCore\obj\Debug\net7.0\ref\Lending_Hub.EntityFrameworkCore.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\src\Lending_Hub.Web.Core\obj\Debug\net7.0\ref\Lending_Hub.Web.Core.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\src\Lending_Hub.Application\obj\Debug\net7.0\ref\Lending_Hub.Application.dll' could not be found Metadata file 'E:\Lending_Hub\Lending_Hub\src\Lending_Hub.EntityFrameworkCore\obj\Debug\net7.0\ref\Lending_Hub.EntityFrameworkCore.dll' could not be found

Additional images to explain the tables we are trying to creat. It is very simple easy thing we are having issues.

<br>

Showing 11 to 13 of 13 entries