In Iron Speed Designer V3.0, the generated class names use the page name with the “Base” prefix. The “gen.aspx.vb” and “safe.aspx.vb” file extensions used in earlier versions where changed to “vb (cs)” and “aspx.vb (cs)” respectively. The following table shows the old generated class names and file extension for the page “OrdersTablePage.html”.
|
Old File Names |
New File Names |
|
OrdersTablePage.gen.aspx.vb OrdersTablePage.safe.aspx.vb |
BaseOrdersTablePage.vb OrdersTablePage.aspx.vb |
|
Old Class Names |
New Class Names |
|
OrdersTablePageGen |
BaseOrdersTablePage |
During migration, Iron Speed Designer deletes any “gen” files and generates new files using the new file names and class names. Existing “safe” file will be renamed by appending the word “backup” to the file name.
You must manually migrate any safe class files by moving the existing customizations from the backup files into the new files.
We recommend you review the other migration-related topics to help you migrate existing code customizations.