Laufzeitfehler 429
Contents
[
Hide
]
Beschreibung
Laufzeitfehler: ‘429’ ActiveX-Komponente kann Objekt nicht erstellen Die Zeile, die den Fehler verursacht, ist: Set AsposeClientTools = CreateObject(“Aspose.Cells.ReportingServices.Client.AsposeClient”).
Lösung
Registrieren Sie Aspose.Cells.ReportingServices.Client.dll erneut mit dem Regasm.exe-Dienstprogramm:
- Führen Sie cmd.exe als Administrator aus.
- cd $(Aspose.Cells for Reporting Services installation folder).
- Führen Sie regasm.exe manuell aus, um Aspose.Cells.ReportingServices.Client.dll zu registrieren.
...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm Aspose.Cells.ReportingServices.Client.dll /tlb Aspose.Cells.ReportingServices.Client.tlb /codebase
Bitte überprüfen Sie die Laufzeitumgebung für Ihr System. Zum Beispiel:
- Wenn Ihr Microsoft Office x64 ist, führen Sie den Befehl aus
@: ...%WINDIR%\Microsoft.NET\Framework64\v2.0.50727\regasm.exe
- Wenn Ihr Microsoft Office x86 ist, führen Sie den Befehl aus
@: ...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm.exe
Bitte beachten Sie das folgende Beispiel/den folgenden Befehl:
...%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