Hey,
In Dynamics Ax 2012 R3 i want to use Configure Exchange Rate Providers in General Ledger > Setup > Currency > ExchangeRateProviderConfiguration form i cannot add new record at form Add button.
When i dig into it with debug i found at ExchangeRateProviderRegistration class and searchForDotNetProviders() methods crashes at
return Microsoft.Dynamics.AX.Application.FinancialManagement.Currency.ExchangeRateProviders::SearchForProviders();
this method and cant go inside of it.
What should i check anyone can help me about that ?
Thanks.