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)
-
0
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
-
0
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.