Runtime Error 429
Contents
[
Hide
]
Beskrivning
Körtidsfel: ‘429’ ActiveX-komponenten kan inte skapa objekt Raden som orsakar felet är: Ställ in AsposeClientTools = CreateObject(“Aspose.Cells.ReportingServices.Client.AsposeClient”).
Lösning
Omregistrera digAspose.Cells.ReportingServices.Client.dll användaRegasm.exe verktyg:
- Kör cmd.exe som administratör.
- cd $(Aspose.Cells for Reporting Services installationsmapp).
- Körregasm.exe att registreraAspose.Cells.ReportingServices.Client.dll manuellt.
...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm Aspose.Cells.ReportingServices.Client.dll /tlb Aspose.Cells.ReportingServices.Client.tlb /codebase
Kontrollera körmiljön för ditt system. Till exempel:
- Om ditt Microsoft Office är x64, kör kommandot
@: ...%WINDIR%\Microsoft.NET\Framework64\v2.0.50727\regasm.exe
- Om ditt Microsoft Office är x86, kör kommandot
@: ...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm.exe
Se följande exempel/kommando:
...%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