Why when I place the class EntityBase in another project (with the same namespace) I get a crash. Of course my models (my entities) are not in the WebApi project but in a separate project.
Then I'd like a project just with the EntityBase to inherit from in my entities and a the framework with a dependency on the EntityBase project. But I get a crash.
Hello,
Why when I place the class
EntityBase
in another project (with the same namespace) I get a crash. Of course my models (my entities) are not in the WebApi project but in a separate project.Then I'd like a project just with the EntityBase to inherit from in my entities and a the framework with a dependency on the EntityBase project. But I get a crash.
Any idea why ?