Aspose.Grid.Web を Aspose.Cells.GridWeb にアップグレード

Aspose.Cells.GridWeb へのアップグレード

Aspose.Grid.Web ユーザーが新しい Aspose.Cells.GridWeb にアップグレードすると、問題が発生する可能性があります。 Aspose.Grid.Web は名前が変更され、Aspose.Cells の一部になっていることに注意してください。そのため、古いバージョンのコントロールを継続または修正することはありません。

最新の Aspose.Cells.GridWeb コンポーネントにアップグレードするのは難しくありません。

以下は、現在変更されている名前空間のリストとその他の属性/タグです。

  1. Aspose.Grid.Web 名前空間は Aspose.Cells.GridWeb に名前が変更されました。
  2. Aspose.Grid.Web.Data 名前空間は Aspose.Cells.GridWeb.Data に名前が変更されました。
  3. Aspose.Grid.Web.Design 名前空間は Aspose.Cells.GridWeb.Design に名前が変更されました。
  4. Aspose.Grid.Formula 名前空間は Aspose.Cells.GridFormula に名前が変更され、コンポーネントの最近のリリースでは、この名前空間はパブリック API から完全に削除されました。
  5. タグ agw:GridWeb は aspx 形式で acw:GridWeb に変更されました。
  6. 古い Aspose.Grid.Web クライアント パス agw_クライアント、acw に変更されました_Aspose.Cells.GridWeb のクライアント。
  7. web.config ファイルのクライアント パス設定。例:
 <appSettings> 

    <add key="aspose.grid.web.agw_client_path" value="/agw_client/" />

    <add key="aspose.grid.web.force_script_path" value="true" />

</appSettings>

に変わりました

 <appSettings>

    <add key="aspose.cells.gridweb.acw_client_path" value="/acw_client/" />

    <add key="aspose.cells.gridweb.force_script_path" value="true" />

</appSettings>