-
ABP Framework version: v9.0.3
-
UI Type: Blazor Server
-
Sub Modules
-
Database System: EF Core (SQL Server)
I'm trying to use ABP Suite to Generate a previously generated entity in a sub module project but it is giving me the error
Cannot find "Volo.Abp.Commercial.SuiteTemplates.dll". ABP Suite cannot find it in any sub folders of C:\Users\UserName\Source\repos\Project\modules\Project.SubModule
I tried adding <PackageReference Include="Volo.Abp.Commercial.SuiteTemplates" Version="9.0.3" /> to the domain project but that didn't help!
I even added
[DependsOn(typeof(VoloAbpCommercialSuiteTemplatesModule))]
...
public class My*****DomainModule : AbpModule
using ABP Suite v9.0.3.
4 Answer(s)
-
0
Hi, can you build your application and then remove & re-add the module and try to regenerate, please?
-
0
Sorry which module are you talking about? This is a custom sub module I am trying to edit. I have tried building first. Modular monolith design. This seems like a bug.
-
0
Sorry which module are you talking about? This is a custom sub module I am trying to edit. I have tried building first. Modular monolith design. This seems like a bug.
Hi, actually I meant the module in which you are added as a project/solution in ABP Suite and currently trying to generate entities on it. Can you please provide more information, like sharing some screenshots that indicate what is the defined solution (recent solutions on homepage) etc..?
-
0
It looks like it was a bug with an older version of ABP Studio 6.6 or something. Uninstalling and reinstalling ABP Studio entirely fixed the problem (WITHOUT having to add that VoloAbpCommercialSuiteTemplatesModule module to by sub project. Perhaps this could be refunded...
ABP studio 6.6 wasn't updating correctly even though it would repeatedly install the latest update the old version was still there hidden. Confusing.