Hello,
I'm trying to setup reports in my Angular application. I've followed the guides and I'm stuck at creating the REST service. My setup:
Angular 6 application
.NET Core Web API
Telerik REST Project
When following this guide:
https://docs.telerik.com/reporting/telerik-reporting-rest-host-http-service-using-web-hosting
I get an error when using the project template. It's
"The name 'AreaRegistration' does not exist in the current context"
Any ideas would be appreciated.