I'm following the procedure on the web page below:-
I've got to the section titled: Task 5: Create table migration extension - Create the first version - tables only.
I've reached the last step of the section (11) 'Build the extension package for the first version.' and it fails to build and reports 18,032 errors & 24 warnings. See the first 5 errors below:-
c:\Utils\VSCode\AL\TableMigration01\LoggedSegment.Table.al(22,34): error AL0275: 'Interaction Log Entry' is an ambiguous reference between 'Interaction Log Entry' defined by the extension 'TableMigration01 by Oakley Global Business Solutions Ltd (1.0.0.0)' and 'Interaction Log Entry' defined by the extension 'Base Application by Microsoft (20.0.37253.38230)'.
c:\Utils\VSCode\AL\TableMigration01\LoggedSegment.Table.al(30,34): error AL0275: 'Campaign Entry' is an ambiguous reference between 'Campaign Entry' defined by the extension 'TableMigration01 by Oakley Global Business Solutions Ltd (1.0.0.0)' and 'Campaign Entry' defined by the extension 'Base Application by Microsoft (20.0.37253.38230)'.
c:\Utils\VSCode\AL\TableMigration01\DimensionBuffer.Table.al(24,29): error AL0275: 'Dimension' is an ambiguous reference between 'Dimension' defined by the extension 'TableMigration01 by Oakley Global Business Solutions Ltd (1.0.0.0)' and 'Dimension' defined by the extension 'Base Application by Microsoft (20.0.37253.38230)'.
c:\Utils\VSCode\AL\TableMigration01\DimensionBuffer.Table.al(24,29): error AL0185: Table 'Dimension' is missing
c:\Utils\VSCode\AL\TableMigration01\AccountingPeriod.Table.al(32,44): error AL0275: 'Item' is an ambiguous reference between 'Item' defined by the extension 'TableMigration01 by Oakley Global Business Solutions Ltd (1.0.0.0)' and 'Item' defined by the extension 'Base Application by Microsoft (20.0.37253.38230)'.
Clearly I've gone badly wrong. Does anyone have any idea where?
Any help would be greatly appreciated.