
Hi all
I am having an issue performing a full build on a platform update 8 environment. Most of the errors come from the Symmetry namespace - here is a sample:
Error Class 'Symmetry.TaxEngine.Money' was not found. Are you missing a module reference? J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollCalculatePayStatementTaxes.xpp 347
Error Class 'Symmetry.TaxEngine.Money' was not found. Are you missing a module reference? J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollCalculatePayStatementTaxes.xpp 348
Error Class 'Symmetry.TaxEngine.Money' was not found. Are you missing a module reference? J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollCalculatePayStatementTaxes.xpp 2170
Error Class 'Symmetry.TaxEngine.Money' was not found. Are you missing a module reference? J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollCalculatePayStatementTaxes.xpp 2171
Error Class 'Symmetry.TaxEngine.Money' was not found. Are you missing a module reference? J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollTaxEngineUtil.xpp 955
Error Class 'Symmetry.TaxEngine.Rate' was not found. Are you missing a module reference? J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollTaxEngineUtil.xpp 970
Error Class 'Symmetry.TaxEngine.WageType' was not found. Are you missing a module reference? J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollCalculatePayStatementTaxes.xpp 741
Error Class 'Symmetry.TaxEngine.WageType' was not found. Are you missing a module reference? J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollCalculatePayStatementTaxes.xpp 1006
Error The name 'BaseTaxDataHelper' does not designate a class or table. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollTaxEngineUtil.xpp 839
Error The name 'Symmetry.TaxEngine.BenefitInfo' does not denote a class, a table, or an extended data type. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollCalculatePayStatementBenefits.xpp 12
Error The name 'Symmetry.TaxEngine.BenefitInfo' does not denote a class, a table, or an extended data type. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollCalculatePayStatementBenefits.xpp 13
Error The name 'Symmetry.TaxEngine.BenefitType' does not denote a class, a table, or an extended data type. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollCalculatePayStatementBenefits.xpp 1183
Error The name 'Symmetry.TaxEngine.BenefitType' does not denote a class, a table, or an extended data type. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollCalculatePayStatementBenefits.xpp 1199
Error The name 'Symmetry.TaxEngine.BenefitType' does not denote a class, a table, or an extended data type. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollCalculatePayStatementBenefits.xpp 1202
Error The name 'Symmetry.TaxEngine.BenefitType' does not denote a class, a table, or an extended data type. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollCalculatePayStatementTaxes.xpp 117
Here are the errors that do not reference Symmetry:
Error The name 'TaxEnginePoolProxy' does not denote a class, a table, or an extended data type. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollTaxEngineUtil.xpp 28
Error The name 'TaxEnginePoolProxy' does not denote a class, a table, or an extended data type. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollTaxEngineUtil.xpp 68
Error The name 'TaxEnginePoolProxy' does not designate a class or table. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollTaxEngineUtil.xpp 45
Error The name 'TaxEnginePoolProxy' does not designate a class or table. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollTaxEngineUtil.xpp 77
Error The name 'TaxLoggingHelper' does not designate a class or table. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollTaxEngineUtil.xpp 865
Error The name 'TaxLoggingHelper' does not designate a class or table. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollTaxEngineUtil.xpp 878
Error The name 'TaxLoggingHelper' does not designate a class or table. J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollTaxEngineUtil.xpp 886
Error The type or namespace name 'Microsoft.Dynamics.AX.Application' could not be found (are you missing a using directive or an assembly reference?). J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_RetailSalesByCustomerReportDataProvider.xpp 2
Error The type or namespace name 'Microsoft.Dynamics.AX.Application' could not be found (are you missing a using directive or an assembly reference?). J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_RetailSalesByDiscountReportDataProvider.xpp 2
Error The type or namespace name 'Microsoft.Dynamics.AX.Application' could not be found (are you missing a using directive or an assembly reference?). J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_RetailSalesByTerminalReportDataProvider.xpp 2
Error The type or namespace name 'Microsoft.Dynamics.AX.Application' could not be found (are you missing a using directive or an assembly reference?). J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_RetailSalesYOYReportDataProvider.xpp 3
Error The type or namespace name 'Microsoft.Dynamics.AX.Application.HumanCapitalManagement.Payroll' could not be found (are you missing a using directive or an assembly reference?). J:\AosService\PackagesLocalDirectory\bin\XppSource\Foundation\AxClass_PayrollTaxEngineUtil.xpp 3
I guess it cannot find the dlls, but I don't know where to look. Can anyone point me in the right direction please?
Thanks,
Joe
*This post is locked for comments
I have the same question (0)Hi Joe,