Note: If the existing target was created in an
earlier version of PowerBuilder, upgrade it in
PowerBuilder Classic by
following the guidelines in the section
Users
Guide>Working with Libraries>Migrating
targets and the current
Release Bulletin>Migration
Information. 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 by default the migration changes hyphens to the word "dash". If these identifiers are
referenced in a script, you must modify the references. You must
also refactor applications that rely on API calls using control
handles before migrating them to PowerBuilder .NET.