I have a SharePoint 2010 SP1 and SQL Server 2008 SP3 installation. I need to use SQL Server 2008 Reporting Services in integrated mode. As you can see atSQL Server 2012 Add-in documentation, this combination is supported by using SQL Server 2012 Add-in.
I’m trying to configure SSRS with this add-in, but I’m having a lot of problems.
When I try to run theSQL Server Reporting Services Service at “SharePoint Central AdministrationàManage Services on Server”, I get the next error: “Installation Error: could not find SOFTWARE\Microsoft\Microsoft SQL Server\110 registry key”
I check the registry and I have the SOFTWARE\Microsoft\Microsoft SQL Server\100 key, but not the 110, that I think is a SQL Server 2012 key. I have tried to skip this error by creating manually this required key with the 100 existing key values. After this, I have successfully started the SQL Server Reporting Services Service atSharePoint Central Administration, but when I try to create the Reporting Services Service Application, I get the next error: “Could not load file or assembly ‘Microsoft.ReportingServices.SharePoint.NativeCrypto, Version=11.0.0.0, Culture=neutral…”. I have checked the Event Viewer and I have this error in it: “Activation context generation failed for C:\Windows\assembly\GAC_64\Microsoft.ReportingServices.SharePoint.NativeCrypto\11.0.0.0__89845dcd8080cc91\Microsoft.ReportingServices.SharePoint.NativeCrypto.dll. Dependent Assembly Microsoft.VC80.CRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.4027" could not be found”
My question is: What can I do to configure the SQL Server 2012 Add-in? The integration between SharePoint 2010 and SQL Server 2008 is really possible with this Add-in?