EmergencyReporting / ssrsreport

A PHP support library for integrating SQL Server Reporting Services (SSRS) based reports.
MIT License
8 stars 12 forks source link

Fatal error: Uncaught Error: Class 'SSRS\Factory\SSRSTypeFactory' not found in #1

Open alexmoyag opened 6 years ago

alexmoyag commented 6 years ago

Fatal error: Uncaught Error: Class 'SSRS\Factory\SSRSTypeFactory' not found in /Applications/Scriptcase/v9/components/php/lib/php/SSRSReport.php:39 Stack trace: #0 /Applications/Scriptcase/v9/wwwroot/scriptcase/app/NewIdeasBI/blank_testSSRS/index.php(1383): require_once() #1 /Applications/Scriptcase/v9/wwwroot/scriptcase/app/NewIdeasBI/blank_testSSRS/index.php(1710): blank_testSSRS_apl->controle() #2 {main} thrown in /Applications/Scriptcase/v9/components/php/lib/php/SSRSReport.php on line 39

gabema commented 6 years ago

How are you including this in your php project? Did you run something like:

composer require ercorp/ssrs-sdk