Monday 22 December 2014

Symmetry error in Ax 2012 R3 CU8

Hello Guys...!

Issue: Symmetry  error in PayrollCalculatePayStatementBenefits class in Ax 2012 R3 CU8



Solution :
Go to AOT-> References-> Add Reference



Browse ste-net.dll file from  C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin
 
Press Ok.

 
 
 
Again do full compilation
That's it....

 
@Rahul Talasila



2 comments:

  1. I have tried this solution But error is coming

    ReplyDelete
  2. Could you please share the screenshot of the error?

    ReplyDelete

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...