- ABP Framework version: v6.0.0-rc.4
- UI type: Blazor
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace: Abp can only be used with App-Pro module
- Steps to reproduce the issue: I'm honestly not sure how to reproduce this issue. Everything was working fine before. I'm using the commercial version of a single-layer Blazor application.
5 Answer(s)
-
0
Interesting. Does this problem also occur when you create a new project? Or is it just the case in this current project?
-
0
It just happens within the given project. If I create a new project, everything works fine. I'm just kind of stuck as Abp Suite really makes life easier for me.
-
0
Create a new project with Suite, then copy the
NuGet.Config
file from this new project and replace it with theNuGet.Config
file in your old project. If you have made changes to this file before, you may need to move your changes to the other file, otherwise, you may get build errors.I'll be looking forward to seeing if it works.
Have a nice day.
-
0
That worked. Apparently, I was missing the
<add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/xxxxxx
line. It works now.-Trent
-
0
I'm glad it fixed it 🥳
Closing the issue. Feel free to create a new issue if you have further questions.