0
xtianvillapando created
Hi,
I'm trying to extend non-abstract abp entity (OrganizationUnit) and followed this document (<a class="postlink" href="https://www.aspnetzero.com/Documents/Extending-Existing-Entities">https://www.aspnetzero.com/Documents/Ex ... g-Entities</a>). When I build it, there's no error. But when I'm trying to access the services that initializes an IRepository of that extended entity, I'm getting an error. "An internal error occurred during your request!"
We're using .net core project
1 Answer(s)
-
0
Hi,
There must be a detailed error message in Logs.txt under your web project, can you check it ?
Thanks.