Configuring SmartCodeDeveloper for Business Intellgence Development Studio and SQL Server 2008 R2 Reporting Services
The configurations described in this section are to be used with 64-bit Windows. This include Windows 7 (64-bit) / Windows Vista (64-bit) / Windows XP Professional (64-bit).
SmartCodeDeveloper for Reporting Services currently supports 32-bit developer tools running on 64-bit Windows. The developer tools supported includes Visual Studio 2005 (32-bit), Visual Studio 2008 (32-bit) and Business Intelligence Development Studio for MS SQL Server 2008 R2 (32-bit).
Business Intelligence Development Studio for MS SQL Server 2008 R2
SmartCodeDeveloper.dll will need to be copied to the [Business Intelligence Studio InstallDir]\Common7\IDE\PrivateAssemblies\ directory of Business Intelligence Development Studio. The default directory is C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\.
RSPreviewPolicy.config
This is the Report Designer
stand-alone preview policy configuration file. The default path for this file
is [Business Intelligence Studio InstallDir]\Common7\IDE\PrivateAssemblies\RSPreviewPolicy.config.
The following tag will need to be added to the RSPreviewPolicy.config file.
It grants SmartCodeDeveloper FullTrust permission to run in Report Designer
Preview.
<CodeGroup class="UnionCodeGroup"
Name="SmartCodeDeveloperControl" version="1" PermissionSetName="FullTrust"
Description="This code group grants SmartCodeDeveloper.dll FullTrust
permission.">
|