Open Closed

Cannot find Volo.Abp.Commercial.SuiteTemplates.dll #9420


User avatar
0
brauerj@gc.adventist.org created

I'm getting this same issue again! I'm running ABP Suite on a sub module that has been upgraded to 9.1.3 from 6 or 7 originally. This seemed to have resolved itself previously by upgrading/reinstalling ABP Studio? But now it's back to the same issue!

Error in ABP Suite 9.1.3: Cannot find "Volo.Abp.Commercial.SuiteTemplates.dll". ABP Suite cannot find it in any sub folders of C:\Users\brauerj\Source\repos\MyProject\modules\MyProject.SubMod

C:\Users\brauerj\Source\repos\MyProject\src\MyProject.Main.Domain\MainDomainModule.cs has the correct typeof(VoloAbpCommercialSuiteTemplatesModule) dependency but this is in the root project. It seems ABP Suite is unable to "find" this root project?

Why do I keep having this issue?

Note I ran this out of ABP Studio by right clicking on my submodule.

Jonathan


2 Answer(s)
  • User Avatar
    0
    brauerj@gc.adventist.org created

    Adding typeof(VoloAbpCommercialSuiteTemplatesModule) to C:\Users\brauerj\Source\repos\MyProject\modules\MyProject.SubMod\src\MyProject.SubMod.Domain\SubModDomainModule.cs Seemed to solve the problem. But I shouldn't have to do that for each sub module should I?

    Thanks,

    Jonathan

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    I'm running ABP Suite on a sub module that has been upgraded to 9.1.3 from 6 or 7 originally

    Adding typeof(VoloAbpCommercialSuiteTemplatesModule) to C:\Users\brauerj\Source\repos\MyProject\modules\MyProject.SubMod\src\MyProject.SubMod.Domain\SubModDomainModule.cs Seemed to solve the problem. But I shouldn't have to do that for each sub module should I?

    Hi, by default, in our domain module, we have the related reference, but since you upgraded from a much earlier version, it might not have been added at the time. For now, you can continue by adding the VoloAbpCommercialSuiteTemplatesModule, and if you create a new solution, you will see the module dependency in your domain layer.

    Thanks for understanding. Regards.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on June 13, 2025, 11:37