Ironspeed.Base Namespace Renamed to BaseClasses

Previous versions of Iron Speed Designer used underlying base classes with the “Ironspeed.Base” name space.  Iron Speed Designer V3.0 creates applications with underlying base classes with the “BaseClasses” name space.

Migration effects

During migration, Iron Speed Designer updates these shared files with, among other things, references to the new “BaseClasses” name space.

Overwritten Shared Files

Pagination.html

Pagination.xml

LargeListSelector.html

LargeListSelector.xml

FvLlsHyperlink.cs (vb)

DateSelector.html

DateSelector.xml

FvDsHyperlink.cs (vb)

SignIn_Control.xml

ExportFieldValue.aspx

ExportFieldValue.aspx.cs (vb)

Global.asax.cs (vb)

During migration, no changes will be made to the control names in your “safe” class files.  By policy, Iron Speed Designer does not modify your safe class files.

What you should do

You must manually change existing code customizations that use the “Ironspeed.Base” name space to use the new “BaseClasses” name space instead.

If you referenced the “Ironspeed.Base” namespace in any HTML layout page, you should change them to use “BaseClasses”.

If you customized any of the shared files listed above, you should re-apply your customizations to the new versions of these shared files created during migration.

See Also

Version 3.0 Application Migration