When attempting to update all packages for the solution, I'm running into a problem of incompatibility between Caste-Cor-log4net 3.3.3 and log4net 2.0.5. This is the exception:
Unable to resolve dependencies. 'log4net 2.0.5' is not compatible with 'Castle.Core-log4net 3.3.3 constraint: log4net (= 1.2.10)'.
How do I resolve this?
We have several MVC applications and they all authenticate through our Oracle ERP through a web service. I wrote a custom Membership provider in our current applications to handle this. Is this possible with your framework? Have an example of how to do it?
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'