Aspose Cells For SSRS Excel 2010 Windows 7 64 bit Run-time Error 429

Installed the demo of Cells for Reporting Services and get the following error when opening Excel 2010:

Run-time Error ‘429’:

ActiveX Component can’t create object.


Breaking on this line:

Set AsposeClientTools = CreateObject(“Aspose.Cells.ReportingServices.Client.AsposeClient”)


I have tried registering using regasm, no change.

Hi,


Please check:
http://www.aspose.com/docs/display/cellsreportingservices/Runtime+error+429

Also, see the document for reference:
http://www.aspose.com/docs/display/cellsreportingservices/Using+DLL+Only


If you still find the issue, let us know the complete version number of MS Excel 2010, Aspose.Cells for Reporting Services version etc.


Thank you.

Thanks for the help Amjad,

I have tried registering the DLL, there is no change.

Excel Version: 2010 14.0.6126.5003 SP1 MSO (14.0.6129.500) (32-bit)

Aspose Cells Version: 1.9.0 (Just downloaded the trial a little while ago today)


Thanks,
Mirek

Hi,

Thanks for your posting and using Aspose.Cells for Reporting Services.

In order to fix this error, please refer to the following commands.

1. Run cmd.exe as administrator.
2. cd ${Aspose.Cells for Reporting Services installation folder} .
3. Execute regasm.exe to manual register 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 ).

Thanks Shakeel,

I was apparently using the wrong flags to register the dll, doing the above fixed it for me.

it may be a good idea to add these more detailed instructions to:

Hi,


Good to know that your issue is sorted out now.

We have also updated the document to include these instructions (command lines) for the users.

Thank you.