Tuesday, November 2, 2010

Object 'FormRun' could not be created


Issue & Cause:
When opening report from Ax, if you are coming across this error, the main reson might be args are not getting passed from Form or to formfrom classes.

Solution:

Check the main method , it should be using client keyword, since args were passed from client.

Example : Public client static void main(Args _args)