Resolving Page 2500 Compilation Error
This article explains how to resolve the compilation error that you get for page 2500 Page Management when converting a Microsoft Dynamics NAV 2018 database to Business Central.
Resolution
In the Download Source -OnAction
trigger, replace the following code:
Designer.GenerateDesignerPackageZipStream(NvOutStream,ID);
With:
Designer.GenerateDesignerPackageZipStreamByVersion(NvOutStream,ID,VersionString);
See Also
Converting a Database
Resolving Compilation Errors When Converting a Dynamics NAV 2018 Database