GrapeCity MultiRow Windows Forms Documentation
Migration from the Previous Version

MultiRow for Windows Forms 7.0 (also referred to as 7.0) maintains compatibility with the previous version.

This section describes the parts that need to be rewritten when migrating from 6.0.

Migration of MultiRow

Rewriting the Project File

You need to rewrite the following part of the project file, if the project was created in 6.0.

<Reference Include="GrapeCity.Framework.MultiRow.v21, Version=2.1.yyyy.mmdd, Culture=neutral, PublicKeyToken=fdd90f5c44b73170" /> <Reference Include="GrapeCity.Win.MultiRow.v60,
Version=6.0.yyyy.mmdd, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9" />

You need to rewrite the project file in the following way to migrate to 7.0.

<Reference Include="GrapeCity.Framework.MultiRow.v22, Version=2.2.yyyy.mmdd, Culture=neutral, PublicKeyToken=fdd90f5c44b73170" /> <Reference Include="GrapeCity.Win.MultiRow.v70,
Version=7.0.yyyy.mmdd, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9" />

yyyy.mmdd will vary depending on the product assembly version. For assembly versions, refer to the ReadMe installed with the product.

Rewriting the License File

You need to rewrite the following part of the license file in the project created in 6.0.

GrapeCity.Win.MultiRow.GcMultiRow, GrapeCity.Win.MultiRow.v60, Version=6.0.yyyy.mmdd, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9

You need to rewrite the license file in the following way to migrate to 7.0.

GrapeCity.Win.MultiRow.GcMultiRow, GrapeCity.Win.MultiRow.v70, Version=7.0.yyyy.mmdd, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9

yyyy.mmdd will vary depending on the product assembly version. For assembly versions, refer to the ReadMe installed with the product.

See Also

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options