Upgrading Instructions for PRADO Framework v3.0.0 RC2 ===================================================== !!!IMPORTANT!!! After upgrading, remember to delete everything under your PRADO application's cache and runtime directories. The following upgrading instructions are cumulative. That is, if you want to upgrade from version A to version C and there is version B between A and C, you need to following the instructions for both A and B. Upgrading from v3.0.0 RC1 ------------------------- - !!! The context of template expression/statements/databinding tags is changed to the control owning the template. Previously, it was the control representing the tag. - !!! List controls databound with integer-indexed arrays will have the integers as their list item values. Previously, it used the array values as the list item values. Upgrading from v3.0.0 beta -------------------------- - THttpSession.UseCustomStorage replaces the previous Storage. - Pagers in TDataGrid are now enclosed within panels. The event indicating their creation is changed to OnPagerCreated instead of OnItemCreated. - TTextHighlighter.EnableCopyCode defaults to false now. - THtmlArea default toolbar and size are modified. - TTarFileExtrator is moved to System.IO Cache classes are moved to System.Caching TXmlDocument is moved to System.Xml TLogger, TLogRouter, TDataFieldAccessor, TSimpleDateFormatter are moved to System.Util Upgrading from v3.0.0 alpha --------------------------- All event names must start with 'On'. Upgrading from v2.x and v1.x ---------------------------- PRADO v3.x is not backward compatible with v2.x and v1.x.