実行時エラー 429
Contents
[
Hide
]
説明
実行時エラー: ‘429’ ActiveX コンポーネントはオブジェクトを作成できません エラーの原因となっている行は次のとおりです。 AsposeClientTools = CreateObject(“Aspose.Cells.ReportingServices.Client.AsposeClient”) を設定します。
解決
再登録Aspose.Cells.ReportingServices.Client.dllを使用してRegasm.exe効用:
- cmd.exe を管理者として実行します。
- cd $(Aspose.Cells for Reporting Services インストール フォルダー)。
- 実行するregasm.exe登録するためにAspose.Cells.ReportingServices.Client.dll手動で。
...%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