运行时错误 429
Contents
[
Hide
]
描述
运行时错误:“429” ActiveX 组件无法创建对象 导致错误的行是: 设置 AsposeClientTools = CreateObject(“Aspose.Cells.ReportingServices.Client.AsposeClient”)。
解决方案
重新注册Aspose.Cells.ReportingServices.Client.dll使用重温控制程序公用事业:
- 以管理员身份运行 cmd.exe。
- cd $(Aspose.Cells for Reporting Services 安装文件夹)。
- 执行重性高潮注册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