Base solution for your next web application
Open Closed

Abp.Zero.Entityframework Reference Error #547


User avatar
0
thobiasxp created

Hi,

I have one issue. I add two references(Abp.Zero.Entityframework, Abp.EntityFramework) in the Application Project for calling sp's. At the time on wards i got the internal error occurred message where we mapped abpuser table as a foreign key. application method did not find before i got the error only. Give a solution for this.

Thanks...


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    You don't need to add reference to Abp.Zero.Entityframework and Abp.EntityFramework in order to call SPs. Just create a custom repository interface and implement it in your .EntityFramework project. That way, you abstract SPs from your application layer.

    If you really need it, please share your full stack trace and error message in detail, so I can understand it better.

    Thanks.