Base solution for your next web application
Open Closed

PeriodicBackgroundWorkerBase #3497


User avatar
0
ivanosw1 created

Hi, I'm implementing a worker process with a plugin module. I've three module: Core, Entity Framework and the Worker. The Worker module needs a Repository but at the bootstrap Abp says: System.ApplicationException: Filter name MustHaveTenant not found.

I've used DependsOn attribute through on my modules, but which dependencies I'm missing ?

Thank you.


2 Answer(s)
  • User Avatar
    0
    ivanosw1 created

    Solved. I was missing base.OnModelCreating.

    Thanks

  • User Avatar
    0
    alper created
    Support Team

    Great ;)