Open Closed

Custom Modules Installation Problem With Tired Solution #6722


User avatar
0
dipak.z created
  • 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)
  • User Avatar
    0
    dipak.z created

    i have modules in ths structure and its working fine

    but in tired solution its not working.

    • also i created another project (non tired with web and web public) and install nuget and its also working in this
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please share a test project with me, I will debug it. Thanks

    liming.ma@volosoft.com

  • User Avatar
    0
    dipak.z created

    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.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Thanks. I will run and test your project.

  • User Avatar
    0
    dipak.z created

    Thanks. I will run and test your project.

    I Changed the code from Auto API Controller to HttpAPI Controller its working fine thanks.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11