web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Assembly containing type Microsoft.Dynamics365.Tax.Core.TaxEngineService is not referenced

(0) ShareShare
ReportReport
Posted on by

01) Assembly containing type Microsoft.Dynamics365.Tax.Core.TaxEngineService is not referenced.  

02) Error executing code: SalesFormLetter object not initialized.

(S)\Classes\SalesFormLetter\run - line 187
(S)\Classes\SalesFormLetter\mainOnServer - line 164
(C)\Classes\SalesFormLetter\main - line 59
(C)\Classes\FormFunctionButtonControl\Clicked
(C)\Classes\FormFunctionButtonControl\Clicked - line 19
(C)\Classes\FormMenuButtonControl\Clicked
(C)\Classes\FormMenuButtonControl\Clicked - line 23

*This post is locked for comments

I have the same question (0)
  • Martin Dráb Profile Picture
    239,208 Most Valuable Professional on at

    It's surely not original code of AX 2009, because Dynamics365 didn't exist when AX 2009 was developed.

    Is the code coming from a hotfix (which one?) or is it a customization?

  • Community Member Profile Picture
    on at

    thank you Martin, its coming from Ax 2009 Sp1

    ms ax 2009

    kernel version 5.0.1000.52

    app. vers. 5.0.1500.4570/PMF050131

  • Martin Dráb Profile Picture
    239,208 Most Valuable Professional on at

    It's not possible - AX 2009 SP1 was released nine years ago, long before Dynamics365 came into existence.

    Can you at least show us the code in question?

  • Community Member Profile Picture
    on at

    in sales order- while posting confirmation subject error is showing

    code in below form is mentioned in infolog

    abstract class   SalesFormLetter

    extends FormLetter

    {

       RecordSortedList            recordListSalesParmLine;

       RecordSortedList            recordListShippingLine;

       SalesTotals                 salesTotals;

       SalesQuantity               salesQuantity;

       QueryRun                    salesTableQuery;

       boolean                     ledgerVoucherIsSet;

       LedgerVoucher               ledgerVoucher;

       SalesCalcTax                salesCalcTax;

       SalesTable                  salesTable;

       SalesLine                   salesLine;

       SalesParmUpdate             salesParmUpdate;

       SalesParmTable              salesParmTable;

       SalesParmLine               salesParmLine;

       StartDateTime               startDateTimeUpdate;

       StartDateTime               startDateTimeTable;

       Markup                      markup;

       SalesId                     salesId;

       SalesQty                    updateNow;

       // <PMF>

       PdsCWInventQty              pdsCWUpdateNow;

       // </PMF>

       NoYes                       released;

       NoYes                       foundRemains;

       boolean                     editLinesChanged;

       NoYes                       creditNote;

       container                   printerSettingsCODLabel;

       container                   printerSettingsFreightSlip;

       container                   printerSettingsShippingLabel;

       container                   printerSettingsBillOfExchange;

       container                   printerSettingsEntryCertificate_W;

       NoYes                       printCODLabel;

       NoYes                       printFreightSlip;

       NoYes                       printShippingLabel;

       NoYes                       printEntryCertificate_W;

       FormDataSource              salesEditLinesDatasource;

       FormDataSource              wmsShipment_ds;

       FormDataSource              wmsArrival_ds;

       #if.never //#SpeedTest

       SpeedExecute_Sales          speedExecute_Sales;

       #endif

       LineNum                     sumByLineNum;

       boolean                     useShippingStat;

       CustAccount                 sumAccount;

       PaymentStub                 giroType;

       NoYes                       defaultGiroType;

       CompanyBankAccountId        giroAccountId;

       boolean                     giroAllSame;

       tableId                     fromJournalTransList_TableId;

       RecordSortedList            fromJournalTransList;

       Factor                      statLineAmountFactor;

       boolean                     createFromHistory;

       SalesPurchCycleAction       salesPurchCycleAction;

       boolean                     interCompanyUnitPriceEqualCostPrice;

       boolean                     lockSalesUpdate;

       boolean                     enableUpdateNow;

       SalesUpdate                 salesUpdateValue;

       AmountCur                   cashDiscAmount;

       Set                         postedTableRefIds;

       Set                         wmsShipmentIdSet;

       InventSiteId                lineInventSiteId;

       RecordInsertList            recordInsertSalesParmTable;

       RecordInsertList            recordInsertSalesParmSubTable;

       RecordInsertList            recordInsertSalesParmLine;

       Map                         salesParmTableMap;

       Map                         salesParmLineMap;

       systemSequence              systemSequence;

       // <GJP>

       DocumentDate                documentDate;

       Range                       shipDate;

       // </GJP>

       // <GBR>

       Set                         createdParmTables;

       // </GBR>

       //shipping module

       Addressing                  lineTPAddress;

       ShipCarrierId               lineCarrierId;

       ShipCarrierAccount          lineCarrierAccount;

       WMSShipmentId               shipmentId;

       boolean                     skipPrompt;

       /* <SYS>

       // Credit Card

       SalesTable                  creditCardSalesTable;

       SalesTotals_Sales           creditCardSalesTotals;

       </SYS> */

       // <PMF>

       PdsMRCPostingError          mrcPostingErr;

       PdsMRCPrintMSDSOnPack       mrcPrintOnPack;

       PdsMRCParameters            pdsMRCParameters;

       // </PMF>

       // <GIN>

       CustomsExportOrderTable_IN  customsExportOrderTable;

       CustomsExportOrderLine_IN   customsExportOrderLine;

       CustomsExportOrderType_IN   customsExportOrderType;

       NoYesId                     taxesMarked;

       // </GIN>

       // Credit Card

       SalesTable                  creditCardSalesTable;

       SalesTotals_Sales           creditCardSalesTotals;

       //<GTE>

       boolean                     isTaxDocumentTransferred;

       //</GTE>

       //List of parameters common for SalesFormLetter_* classes that needs to be packed

       //for the correct class transition between client and server.

       //If you need some additional parameters on the client, add them to this list.

       //All variables in the parmListCommonCS must also be added to the method resetParmListCommonCS.

       //After any changes, both versions must be increased.

       #define.ParentVersion(2)

       #define.CurrentVersion(2)

       #LOCALMACRO.ParmListCommonCS

           salesTable,

           editLinesChanged,

           reArrangeNow,

           initAllowEmptyTable,

           allowEmptyTable,

           enableUpdateNow,

           lockSalesUpdate,

           createFromLines,

           createFromHistory,

           showQueryForm,

           multiForm,

           transDate,

           giroType,

           defaultGiroType,

           postSpecQtyPartly

           // <GBR>

           ,blockPrintManagementOverride_BR

           // </GBR>

           // <GJP>

           ,consolidationDate,

           shipDate

           // </GJP>

       #ENDMACRO

       // <PMF>

       #define.PdsCurrentVersion(1)

       #localMacro.PdsCurrentList

           mrcPostingErr,

           mrcPrintOnPack

       #endMacro

       // </PMF>

       //List of parameters extracted from arguments for the transfer from main() to mainOnServer()

       #LOCALMACRO.CachedArgsList

           parmEnum,

           callerFormName,

           isProforma,

           formHasInterCompanyRefreshCacheMethod,

           parmSkipPrompt

       #ENDMACRO

    }

  • Martin Dráb Profile Picture
    239,208 Most Valuable Professional on at

    You're looking at the class declaration, while the error says it failed in run() method at line 187.

  • Community Member Profile Picture
    on at

    Assembly containing type Microsoft.Dynamics365.Tax.Core.TaxEngineService is not referenced.

    suggest me please how to resolve this ?

  • Martin Dráb Profile Picture
    239,208 Most Valuable Professional on at

    I can't suggest any solution until I get some information about the problem. The first thing is identifying what code it is, then we can start looking at what's wrong with it.

    Isn't it, by any chance, related to India GST? If so, have you installed it correctly?

  • Community Member Profile Picture
    on at

    Hi we are using AX2009 SP1, Earlier implemented the India GST, we are facing this issue on our test development machine, live machine is working fine. only on this instance facing issue. which code you want to see to get better solution. lastly i had installed hotfix kb4033207 which was successfully installed. whenever i am trying to post in sales order or purchase order getting message "Assembly containing type Microsoft.Dynamics365.Tax.Core.TaxEngineService is not referenced."

  • Martin Dráb Profile Picture
    239,208 Most Valuable Professional on at

    Ah, so my guess is right, it's indeed something about India GST. Please tell us what you and finally look at the code you're trying to fix!

  • taral Profile Picture
    196 on at

    i'm trying to load GST configuration file in system and getting same error.

    any suggestions for same?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 16

#2
GiacomoRovai Profile Picture

GiacomoRovai 4

#3
Douglas Noel Profile Picture

Douglas Noel 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans