Open Closed

Unable to Use Abp Suite #3687


User avatar
0
mateworkx@gmail.com created
  • 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)
  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Interesting. Does this problem also occur when you create a new project? Or is it just the case in this current project?

  • User Avatar
    0
    mateworkx@gmail.com created

    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.

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Create a new project with Suite, then copy the NuGet.Config file from this new project and replace it with the NuGet.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.

  • User Avatar
    0
    mateworkx@gmail.com created

    That worked. Apparently, I was missing the <add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/xxxxxx line. It works now.

    -Trent

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    I'm glad it fixed it 🥳


    Closing the issue. Feel free to create a new issue if you have further questions.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11