Çalışma Zamanı Hatası 429
Contents
[
Hide
]
Açıklama
Çalışma zamanı hatası: ‘429’ ActiveX bileşeni nesne oluşturamaz Hatanın neden olduğu satır: Set AsposeClientTools = CreateObject(“Aspose.Cells.ReportingServices.Client.AsposeClient”).
Çözüm
Aspose.Cells.ReportingServices.Client.dll’yi Regasm.exe yardımcı programını kullanarak yeniden kaydettirin:
- cmd.exe’yi yönetici olarak çalıştırın.
- cd $(Aspose.Cells for Reporting Services installation folder).
- regasm.exe‘yi manuel olarak Aspose.Cells.ReportingServices.Client.dll‘yi kaydetmek için çalıştırın.
...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm Aspose.Cells.ReportingServices.Client.dll /tlb Aspose.Cells.ReportingServices.Client.tlb /codebase
Sisteminiz için çalışma ortamını kontrol edin. Örneğin:
- Microsoft Office’iniz x64 ise, komutu çalıştırın
@: ...%WINDIR%\Microsoft.NET\Framework64\v2.0.50727\regasm.exe
- Microsoft Office’iniz x86 ise, komutu çalıştırın
@: ...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm.exe
Lütfen aşağıdaki örnek/komuta bakın:
...%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