Dynamics AX 2012 CIL Generation Error KeyNotFoundException
Today i faced the problem when run full compile. Dynamics AX give me error "The given key was not present in the dictionary".
Quick fix is to see what is problem in log file "C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\XppIL\Dynamics.Ax.Application.dll.log".
Log file will give the AOT object name which is creating problem, fix the error and compile to make sure no other error exists in AOT object.
Quick fix is to see what is problem in log file "C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\XppIL\Dynamics.Ax.Application.dll.log".
Log file will give the AOT object name which is creating problem, fix the error and compile to make sure no other error exists in AOT object.
Comments
Post a Comment