Note: If the existing target was created in an earlier version of PowerBuilder, upgrade it in
PowerBuilder Classic by following the guidelines in the
Migrating targets section of the
Users Guide and the
Migration information section of the current
Release Bulletin. You can then convert the upgraded version in
PowerBuilder .NET using this procedure.
Migration to PowerBuilder .NET automatically makes some changes that might also require manual refactoring of application scripts. For example, hyphens are not allowed in identifiers in WPF applications, so these are changed to the word "dash" by the migration process. If these identifiers are referenced in a script, you must modify the references, since migration does not make changes to any of the scripts that you entered. You must also refactor applications that rely on API calls to control handles before migrating them to PowerBuilder .NET.