I was setting up a Sharepoint foundation 2010 to integrate with Reporting Services.
But to get this working you will need to install the
SSRS 2008 version of the add-in
or the
SSRS 2008 R2 version of the add-in
This will depend on the Windows 2008 server OS you are using.
But i kept getting the error on the Windows 2008 Server R2 box as i was trying to install the rsSharePoint_x64.msi
which is for the SSRS 2008 version of the add-in
i later noticed there was another one just for the
SSRS 2008 R2 version of the add-in which is here at rsSharePoint.msi
After i installed that all went well .
NOTE YOU COULD ALSO GET THE ERROR IF YOU ARE DOING THE BELOW:
- You are installing the wrong version of add-in. For example, installing 32bit add-in on x64 machine or vice versa.
- You haven’t install SharePoint on the report server machine
Hope that helps