Saturday 25 November 2017

Compilation error in SysReportLibraryExport class in Ax 2009

Recently I have move GST Update 1 in live server and while compile the application I found that there was a compilation issue in the Class declaration of SysReportLibraryExport class but it seems to be fine with other environments.





I found that this issue is particular client based not on server. I done some R&D like…
1. I compiled this class on server  and it compiled fine. syntax error is gone and there are no more issues in it even though i have opened it on the application
2. Then I complied the same class on Client desktop, here its shows the error
      Compilation error in SysReportLibraryExport class
3. I again compile this class on another client on which reporting extension is installed 
(Reporting Extension require a SQL BD server for client), and it compiled fine here.


So the conclusion is  that this error will show stopper for your application, you can use you environment.

Reference : https://community.dynamics.com/ax/b/axaptavsme/archive/2013/04/23/compilation-error-in-sysreportlibraryexport-class

No comments:

Post a Comment

Compilation error in SysReportLibraryExport class in Ax 2009

Recently I have move GST Update 1 in live server and while compile the application I found that there was a compilation issue in the Class...