Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. permissionSet.add(new ExecutePermission());
  2. CodeAccessPermission::assertMultiple(permissionSet);
  3. dictTable = new DictTable(_record.TableId);
  4. value = dictTable.callObject(_dspMethod, _record);
  5.  
  6. System.InvalidProgramException: Common Language Runtime detected an invalid program.
  7. at Dynamics.Ax.Application.Bluestar_DmsBatchMaster.Run()
  8. at Dynamics.Ax.Application.BatchRun.runJobStaticCode(Int64 batchId) in BatchRun.runJobStaticCode.xpp:line 54
  9. at Dynamics.Ax.Application.BatchRun.runJobStatic(Int64 batchId) in BatchRun.runJobStatic.xpp:line 13
  10. at BatchRun::runJobStatic(Object[] )
  11. at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeStaticCall(Type type, String MethodName, Object[] parameters)
  12. at BatchIL.taskThreadEntry(Object threadArg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement