Renesas Tes Guiliaini FAQ

From Renesas.info
Revision as of 16:31, 12 May 2021 by Zkmike (talk | contribs) (Created page with "= GSE Compatibility = the GSE is backwards compatible, so it can always load projects from versions 2.0 and later. But this might have limitations when dealing with custom-ext...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GSE Compatibility

the GSE is backwards compatible, so it can always load projects from versions 2.0 and later. But this might have limitations when dealing with custom-extensions. These need to be known by the GSE or else it will have problems loading the file. In this case the problem exists in the file MainDlg.xml in the line 19299. You could check the file if the control which should be loaded is a CustomExtension and then check if the customextension is registered in the GSE. To do this just scroll down the Control-Catalog and check if the CustomExtension is available. If the CustomExtension is in the list this problem might have some other reason. You can do another check by activating the setting "skip corrupted data in dialogs..." in the Settings-dialog. This will output more information about the problem when loading the project again. But please be aware that the GSE will now drop controls which can not be loaded resulting in a modified project where these controls have been removed. So it is advised to check this on a copy of the project.