Erreur d'exécution 429
Contents
[
Hide
]
Description
Erreur d’exécution : ‘429’ Le composant ActiveX ne peut pas créer d’objet La ligne provoquant l’erreur est : Définissez AsposeClientTools = CreateObject(“Aspose.Cells.ReportingServices.Client.AsposeClient”).
La solution
Se réinscrireAspose.Cells.ReportingServices.Client.dll en utilisant leRegasm.exe utilitaire:
- Exécutez cmd.exe en tant qu’administrateur.
- cd $(dossier d’installation Aspose.Cells for Reporting Services).
- Exécuterregasm.exe enregistrerAspose.Cells.ReportingServices.Client.dll manuellement.
...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm Aspose.Cells.ReportingServices.Client.dll /tlb Aspose.Cells.ReportingServices.Client.tlb /codebase
Veuillez vérifier l’environnement d’exécution de votre système. Par exemple:
- Si votre bureau Microsoft est x64, exécutez la commande
@: ...%WINDIR%\Microsoft.NET\Framework64\v2.0.50727\regasm.exe
- Si votre bureau Microsoft est x86, exécutez la commande
@: ...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm.exe
Veuillez vous référer à l’exemple/commande suivant :
...%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