ランタイムエラー429
Contents
[
Hide
]
説明
実行時エラー: ‘429’ ActiveXコンポーネントを作成できません エラーを引き起こしている行は: Set AsposeClientTools = CreateObject(“Aspose.Cells.ReportingServices.Client.AsposeClient”).
解決策
Regasm.exeユーティリティを使用して、『Aspose.Cells.ReportingServices.Client.dll』を再登録してください。
- 管理者としてcmd.exeを実行します。
- cd $(Aspose.Cells for Reporting Services installation folder).
- Aspose.Cells.ReportingServices.Client.dllを手動で登録するためにregasm.exeを実行してください。
...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm Aspose.Cells.ReportingServices.Client.dll /tlb Aspose.Cells.ReportingServices.Client.tlb /codebase
システムの実行環境を確認してください。たとえば:
- Microsoft Officeがx64の場合、次のコマンドを実行します
@: ...%WINDIR%\Microsoft.NET\Framework64\v2.0.50727\regasm.exe
- Microsoft Officeがx86の場合、次のコマンドを実行します
@: ...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm.exe
次の例/コマンドを参照してください:
...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm "C:\Program Files (x86)\Aspose\Aspose.Cells for Reporting Services\Bin\Aspose.Cells.ReportingServices.Client.dll" /tlb Aspose.Cells.ReportingServices.Client.tlb /codebase