运行时错误 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).
- 手动执行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