- ABP Framework version: v8.0.2
- UI Type: MVC
- Database System: EF Core ( PostgreSQL.)
- Tiered (for MVC) or Auth Server Separated ): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
Module Structure:
ModuleName.Application
ModuleName.Application.Contracts
ModuleName.Domain
ModuleName.Domain.Shared
ModuleName.EntityFrameworkCore
ModuleName.HttpApi
ModuleName.HttpApi.Client
ModuleName.Web
Project Solution Structure:
LIS.Application LIS.Application.Contracts LIS.AuthServer LIS.DbMigrator LIS.Domain LIS.Domain.Shared LIS.EntityFrameworkCore LIS.HttpApi LIS.HttpApi.Client LIS.HttpApi.Host LIS.Web LIS.Web.Public
i want to use module in this project but how to use in this Project Solution Structure? i used this module in non Tiered Project Structure its working fine
30 Answer(s)
-
0
-
0
hi
Please share a test project with me, I will debug it. Thanks
liming.ma@volosoft.com
-
0
i am using AutoAPIController in one module its throw error. in second module i write in httpapi project it doesn't throw any error if i implement Interface of appservice in Controller if i removed that interface and use directly in controller then throw error.
if i can share i will sent you test project on monday.
-
0
Thanks. I will run and test your project.
-
0
Thanks. I will run and test your project.
I Changed the code from Auto API Controller to HttpAPI Controller its working fine thanks.