I'm just using Dynamics AX 2012 R3 CU13, but when I want to print report (click File - Print), there is error message 'Object 'SecurityKeySet' could not be created', also when I clicked Export to Excel, the same error appeared
I've tried this code:
SecurityKeySet securitySet;
;
SecuritySet = new SecurityKeySet();
Also there is the same error message ' Object 'SecurityKeySet' could not be created'
I've already tried to compile, generate full CIL, synchronize database, restart AOS, but still same error appeared
Could somebody help me please, thank you
Rudy