@PekitP
Appears you have a typo in your example above.
The line:
[ForeignKey("WordId1")]
...should reference the name of the property correctly
[ForeignKey("WordId")]
Hi,
Thanks for getting back to me.
It's an Angular app. It's a single tenant application, so just looking to override the default logo with an SVG file.
I'll take a look through your referenced links, and if you can think of anything else that might be useful it would be greatly appreciated.
Thanks again :)
No problem at all ismcagdas, thanks for the follow up.
Hi there,
Yes, it is the same as the version in the link you posted.
Hello, I am facing the same problem. I have downloaded the latest aspnet-core + angular project (v5.6.2) and have the latest version of the RAD tools installed (v1.5.4). After I have scaffolded my first entity I try to compile the aspnet-core project however it fails with the error 'EpPlusExcelExporterBase' does not contain a constructor that takes 1 arguments.
Looking at some of the default exporters (for example UserListExcelExporter) it looks like they are still using the old EpPlusExcelExporterBase that does not have a protected constructor with an ICacheManager parameter.
I am using the dynamic API, however I was hoping to avoid hard-coding the url that I return.
I need to present the user with a URL that they can use in a separate application so that they can post some data back to my application.