Hi,
Parameter _reportName cannot be null or empty.The [CLASSNAME].METHODNAME reflection API could not create and return the SrsReportNameAttribute object
In this specific case it looks like an earlier full compile did not finish.
If you encounter this problem I would suggest that you first compile the class mentioned in the error message and see if this solves the problem.
-
go to AOT (get Ctrl+D)
-
in Classes find CLASSNAME
3.compile it (F7)