Errore di runtime 429
Contents
[
Hide
]
Descrizione
Errore di runtime: ‘429’ Il componente ActiveX non può creare l’oggetto La riga che causa l’errore è: Impostare AsposeClientTools = CreateObject(“Aspose.Cells.ReportingServices.Client.AsposeClient”).
Soluzione
Registrati di nuovoAspose.Cells.ReportingServices.Client.dll usando ilRegasm.exe utilità:
- Eseguire cmd.exe come amministratore.
- cd $(Aspose.Cells for Reporting Services cartella di installazione).
- Eseguireregasm.exe registrareAspose.Cells.ReportingServices.Client.dll manualmente.
...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm Aspose.Cells.ReportingServices.Client.dll /tlb Aspose.Cells.ReportingServices.Client.tlb /codebase
Controlla l’ambiente in esecuzione per il tuo sistema. Per esempio:
- Se il tuo Microsoft Office è x64, esegui il comando
@: ...%WINDIR%\Microsoft.NET\Framework64\v2.0.50727\regasm.exe
- Se il tuo Office Microsoft è x86, esegui il comando
@: ...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm.exe
Fare riferimento al seguente esempio/comando:
...%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