Ok I'm getting this error again! Trying to open abp suite on a sub module that WAS created as a sub module to an app-pro project I get this error: "Suite works only with app-pro and module-pro templates!" I've manually added <PackageReference Include="Volo.Abp.Commercial.SuiteTemplates" Version="9.1.3" /> to the SubModule.Domain project which seems to have fixed it previously, but this time is not! This seems to be a REPEATING issue!
I've tried cleaning and rebuilding. I've tried adding [DependsOn(typeof(VoloAbpCommercialSuiteTemplatesModule))], but still same error. And nothing shows in the abp suite logs either. It'd be nice if at least the logs told us what you were looking at to determine "it wasn't app-pro or module-pro."
Jonathan
1 Answer(s)
-
0
Ok I found the issue. It had to do with nuget.config. I had an empty nuget.config in that folder and seemingly either copying a correct one or deleting it solved the issue.