Base solution for your next web application
Open Closed

Breaking the project up? #342


User avatar
0
mrbaseball34 created

We are just exploring your framework and would like an answer to this question.

We have several applications that use the same back end and would like to build them off of a single framework. What we need is to do something like this:

TNABase
    TNABase.Application
    TNABase.Core
    TNABase.EntityFramework

Other Applications
    App.Web
    App.WebApi
    References to TNA modules

Is this possible???

I'm having difficulty. I broke it up like above and built TNABase. Added Abp, Abp.AutoMapper, TNABase.Application, and TNABase.Core references but getting this:

The type or namespace name 'WebApi' does not exist in the namespace 'Abp'

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

    Hi,

    Surely, it's possible. Maybe you did not add reference to Abp.Web.Api nuget package?