Open Closed

Could not load file or assembly Volo.Abp.Commercial.SuiteTemplates #4534


User avatar
0
jeffbuot created
  • ABP Framework version: v7.0.1

  • UI type: Blazor Server

  • DB provider: EF Core

  • Project Template: Microservice

  • Steps to reproduce the issue:"

    • Created new microservice project template from abp suite
    • Updated the connection strings to correct db
    • Run the migrator
    • Run the Administration host and it is giving me error.
  • Exception message and stack trace: [08:14:01 FTL] Dummy.AdministrationService.HttpApi.Host terminated unexpectedly! System.IO.FileNotFoundException: Could not load file or assembly 'Volo.Abp.Commercial.SuiteTemplates, Version=7.0.1.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

File name: 'Volo.Abp.Commercial.SuiteTemplates, Version=7.0.1.0, Culture=neutral, PublicKeyToken=null'


7 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    I had a problem with ABP commercial nuget source, and we working on it, can you try again later? thanks.

  • User Avatar
    0
    jeffbuot created

    Hi, I tried again just now, it's still showing the same error.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    I can create a new microservice project without any problem.

    Are you upgrading from an older version to 7.0.1? you need to check all volo packages are version 7.0.1. and try abp clean & dotnet build command

  • User Avatar
    0
    jeffbuot created

    Hi, This one isn't upgrading. I created a fresh project template from abp suite. Also i tried abp clean then dotnet build but no luck.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Can you share a project that can reproduce the problem with me? thanks. shiwei.liang@volosoft.com

  • User Avatar
    0
    jeffbuot created

    Hi, I sent it through your email.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Remove the DLL reference

    And add the project reference:

    <ProjectReference Include="..\..\..\..\services\product\src\Dummy.ProductService.HttpApi.Client\Dummy.ProductService.HttpApi.Client.csproj" />

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