خطأ تشغيل 429
Contents
[
Hide
]
الوصف
خطأ في التشغيل: ‘429’ لا يمكن إنشاء كائن مكون ActiveX السطر الذي يسبب الخطأ هو: Set AsposeClientTools = CreateObject(“Aspose.Cells.ReportingServices.Client.AsposeClient”).
الحل
إعادة تسجيل Aspose.Cells.ReportingServices.Client.dll باستخدام أداة Regasm.exe:
- قم بتشغيل cmd.exe كمسؤول.
- cd $(Aspose.Cells for Reporting Services installation folder).
- قم بتنفيذ regasm.exe لتسجيل 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
يرجى التحقق من بيئة التشغيل لنظامك. على سبيل المثال:
- إذا كان Microsoft Office الخاص بك x64، قم بتشغيل الأمر
@: ...%WINDIR%\Microsoft.NET\Framework64\v2.0.50727\regasm.exe
- إذا كان Microsoft Office الخاص بك x86، قم بتشغيل الأمر
@: ...%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm.exe
يرجى الرجوع إلى المثال / الأمر التالي:
...%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