Open Closed

after adding source code for modules in ABP suite, I continually get Could not load file or assembly for these Pro source code modules. I also had the same issue with 5.3.3. #3570


User avatar
0
mel@quadsoftpa.com created

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: 6.0.0-rc.2 or 5.3.3
  • UI type:Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): No
  • Exception message and stack trace:
  • Steps to reproduce the issue:" just running the application

Application '/LM/W3SVC/2/ROOT' with physical root 'F:\Documents\SourceCode\Keystone\KeyChoices.Abp\app\src\KeyChoices.Blazor' has exited from Program.Main with exit code = '1'. First 30KB characters of captured stdout and stderr logs: [13:24:06 INF] Starting web host. [13:24:09 FTL] Host terminated unexpectedly! System.IO.FileNotFoundException: Could not load file or assembly 'Volo.Abp.Account.Pro.Public.Application.Contracts, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. File name: 'Volo.Abp.Account.Pro.Public.Application.Contracts, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null' at System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, RuntimeType type, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs) at System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, RuntimeType type, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs) at System.Reflection.CustomAttribute.AddCustomAttributes(ListBuilder1& attributes, RuntimeModule decoratedModule, Int32 decoratedMetadataToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, ListBuilder1 derivedAttributes) at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit) at System.RuntimeType.GetCustomAttributes(Type attributeType, Boolean inherit) at System.Attribute.GetCustomAttributes(MemberInfo element, Boolean inherit) at Volo.Abp.Modularity.AbpModuleHelper.FindDependedModuleTypes(Type moduleType) at Volo.Abp.Modularity.AbpModuleHelper.AddModuleAndDependenciesRecursively(List1 moduleTypes, Type moduleType, ILogger logger, Int32 depth) at Volo.Abp.Modularity.AbpModuleHelper.AddModuleAndDependenciesRecursively(List1 moduleTypes, Type moduleType, ILogger logger, Int32 depth) at Volo.Abp.Modularity.AbpModuleHelper.AddModuleAndDependenciesRecursively(List1 moduleTypes, Type moduleType, ILogger logger, Int32 depth) at Volo.Abp.Modularity.AbpModuleHelper.FindAllModuleTypes(Type startupModuleType, ILogger logger) at Volo.Abp.Modularity.ModuleLoader.FillModules(List1 modules, IServiceCollection services, Type startupModuleType, PlugInSourceList plugInSources) at Volo.Abp.Modularity.ModuleLoader.GetDescriptors(IServiceCollection services, Type startupModuleType, PlugInSourceList plugInSources) at Volo.Abp.Modularity.ModuleLoader.LoadModules(IServiceCollection services, Type startupModuleType, PlugInSourceList plugInSources) at Volo.Abp.AbpApplicationBase..ctor(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationFactory.CreateAsync[TStartupModule](IServiceCollection services, Action1 optionsAction) at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplicationAsync[TStartupModule](IServiceCollection services, Action1 optionsAction) at Microsoft.Extensions.DependencyInjection.WebApplicationBuilderExtensions.AddApplicationAsync[TStartupModule](WebApplicationBuilder builder, Action1 optionsAction) at KeyChoices.Blazor.Program.Main(String[] args) in F:\Documents\SourceCode\Keystone\KeyChoices.Abp\app\src\KeyChoices.Blazor\Program.cs:line 36


13 Answer(s)
  • User Avatar
    0
    mel@quadsoftpa.com created

    Good afternoon. Just checking back in, many other questions have been answered, thank you!

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    How to reproduce this probem in a brand new template project?

    Please share some steps thanks

  • User Avatar
    0
    mel@quadsoftpa.com created

    just add source code for Pro identity.

    my steps...

    create a new module or use an existing one. this happened in my existing 5.3.3 module and I could not resolve it. So I upgraded to 6rc2, created a brand-new module, then chose to add source code for Pro Identity and the theme I get the message shown. Tried multiple times always get the same message

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    We will check this, You can download the source code of the module and add the project reference, and depends it manually.

  • User Avatar
    0
    mel@quadsoftpa.com created

    I have tried the source code as well projects are referenced correctly, everything builds, the application runs. Same error

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you share the project with me? liming.ma@volosoft.com

  • User Avatar
    0
    mel@quadsoftpa.com created

    Email with a share link sent. Thank you

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    hi

    The project file "Keystone.Shared/Keystone.Shared/Keystone.Shared.csproj" was not found.

    created a brand-new module, then chose to add source code for Pro Identity and the theme I get the message shown

    Can you share the brand-new project with your steps?

  • User Avatar
    0
    mel@quadsoftpa.com created

    New version sent without any external dependencies. Should just run and give you the error

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I didn't receive the mail, can you confirm?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please update your KeyChoices.Abp\app\src\KeyChoices.Blazor\KeyChoices.Blazor.csproj

    This will be fixed in 6.0

    
    <!--    <PackageReference Include="Volo.Abp.Account.Pro.Public.Web.OpenIddict" Version="6.0.0-rc.2" />-->
        <ProjectReference Include="..\..\modules\Volo.Account.Pro\src\Volo.Abp.Account.Pro.Public.Web.OpenIddict\Volo.Abp.Account.Pro.Public.Web.OpenIddict.csproj" />
    
  • User Avatar
    0
    mel@quadsoftpa.com created

    Thank you, where do I report bugs? I think I have another one

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can create a new question, We will refund your question cerdits

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