Environment:
- Win2k3 SP2 AMD64
- SQL Server 10.0.1600.22
- SQL Samples 90728
Steps:
- Locate to “...\Samples\Reporting Services\Extension Samples\FormsAuthentication Sample\cs”.
- Double click “CustomSecurity.sln” to open the solution.
- Right click the “CustomSecurity” project and then “Build”.
Expectation:
There are 0 error and 0 warning in the built result.
Actual results:
There are 19 error and 2 warnings in the built result.
Please see the attached file “Errors.txt”.
Comments:
Build failed by not found the assembly: “Microsoft.ReportingServices.Interfaces”.
This issue repro on the following samples:
1. ActiveDirectory Sample
2. FsiDataExtension Sample
3. PolygonsCustomReportItem
4. PrinterDelivery Sample