Open Closed

Abp Studio modules fail And Abp Suite modules Succeed error #8078


User avatar
0
rwright-ruhealth created
  • ABP Framework version: v8.3.1
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): NO: Not Tiered
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Create a project using ABP studio 0.9.1 and ABP 8.3.1 Add the Volo.AuditLogging.Ui source from the ABP Suite Launcher in ABP Studio. Try to build. Project fails. The Binaries in Contract get doubled up.

Create a command line MVC project using ABP make it an MVC with sql server project. Specify version 8.3.1 Launch the project in VS 2022 and it should build successfully. Launch Migrations: OK. Open ABP Suite with command abp suite. Install the module source abp add-module Volo.AuditLogging.Ui using the add as project button. Source Code Installs. Build: OK. Launch and use Audit Logging: OK. The Studio version Installs 2 packages. Volo.AuditLogging.Pro and another Package Volo.AuditLogging.Ui whereas the ABP Studio version seems to correctly install only the needed source module Volo.AuditLogging.UI. Even right clicking and installing a module source from ABP Studio causes the wrong solution source to get pulled down and embedded in the project.


3 Answer(s)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi, can you try to install the related module with source code via ABP Studio (https://abp.io/docs/latest/studio/solution-explorer#replace-with-source-code)?

  • User Avatar
    0
    rwright-ruhealth created

    Hi, can you try to install the related module with source code via ABP Studio (https://abp.io/docs/latest/studio/solution-explorer#replace-with-source-code)?

    If you look at the first part of my problem, that is exactly what I did. And that is what causes the problem. Thanks for looking into this.

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi, can you try to install the related module with source code via ABP Studio (https://abp.io/docs/latest/studio/solution-explorer#replace-with-source-code)?

    If you look at the first part of my problem, that is exactly what I did. And that is what causes the problem. Thanks for looking into this.

    Hi, sorry for the late response. I'll check this asap. Regards.

Made with ❤️ on ABP v9.1.0-preview. Updated on October 22, 2024, 09:35