Hi Albert,
Sorry for the inconvenience.
In our lastest release we missed to add the config section in web.config file for API. This issue will be resolved in our upcoming Report Platform release. As of now could you please add the config details manually in your server installed location as shown in below example.
Add the section and config file location in web.config file in API folder.
"C:\Syncfusion\Report Server\ReportServer.Web\API\Web.config"
Web.config
<configSections>
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<section name="ReportingExtensions" type="Syncfusion.Reporting.Extensions.Configuration.Extensions, Syncfusion.Reporting.Web"
allowLocation="true" allowDefinition="Everywhere" />
</configSections>
<ReportingExtensions configSource="ReportExtensions\ReportExtension.config" /> |
Regards,
Vinoth S.