Errore di run time 429
Contents
[
Hide
]
Descrizione
Errore di runtime: ‘429’ Impossibile creare l’oggetto componente ActiveX La riga che causa l’errore è: Set AsposeClientTools = CreateObject(“Aspose.Cells.ReportingServices.Client.AsposeClient”).
Soluzione
Ri-registra Aspose.Cells.ReportingServices.Client.dll utilizzando l’utilità Regasm.exe:
- Esegui cmd.exe come amministratore.
- cd $(Aspose.Cells for Reporting Services installation folder).
- Esegui regasm.exe per registrare manualmente 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
Si prega di verificare l’ambiente di esecuzione per il tuo sistema. Ad esempio:
- Se il tuo Microsoft Office è x64, esegui il comando
@: ...%WINDIR%\Microsoft.NET\Framework64\v2.0.50727\regasm.exe
- Se il tuo Microsoft Office è x86, esegui il comando
@: ...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm.exe
Si prega di fare riferimento all’esempio/comando seguente:
...%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