Open Closed

Solution not getting run after adding Account Module with source code #4440


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

  • UI type: Angular

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): yes / no

  • Exception message and stack trace:Host terminated unexpectedly! System.IO.FileNotFoundException: Could not load file or assembly 'Volo.Abp.Account.Pro.Public.Application.Contracts, Version=7.0.1.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

  • Steps to reproduce the issue:"Use Abp Suite to create new project and add source code for Account Module and try to run the solution

some more trace info Error reading resource 'src.Volo.Abp.Account.Pro.Public.Web.Impersonation.bin.Debug.net7._0.Volo.Abp.Account.Pro.Public.Web.Impersonation.abppkg.analyze.json' -- 'Could not find file '/Users/netajisapkal/iDoc/mbit.idoc/aspnet-core/modules/Volo.Account.Pro/src/Volo.Abp.Account.Pro.Public.Web.Impersonation/bin/Debug/net7.0/Volo.Abp.Account.Pro.Public.Web.Impersonation.abppkg.analyze.json'.'


8 Answer(s)
  • User Avatar
    0
    netaji created

    Hello Support, This is little urgent, we are not able to proceed further

  • User Avatar
    0
    netaji created

    Hello Support,
    This is little urgent, we are not able to proceed further Your quick response is appreciated. this is the basic functionality and expected to work.

  • User Avatar
    0
    isteer created

    yes we are also facing the same exception

  • User Avatar
    0
    netaji created

    thanks for the response, let us know the resolution once you get any workaround or fix.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    HI,

    I will check it

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    I could not reproduce the problem, could you share a project that can reproduce the problem with me? shiwei.liang@volosoft.com

  • User Avatar
    0
    rafael.gonzales created

    I found the solution. I just answered the same question in another ticket. I will post it here too. It's because there are some missing <Version></Version> tags in the **Volo.Abp.Account.Pro **projects.

    Steps to solve

    • Go to Volo.Abp.Account.Pro.Public.Web.csproj
    • Check if this is located in your project definition or add it if it's not there. ** <Version>6.0.2.0</Version>**
    • Recompile
    • Check if all the Volo.Abp.Account.Pro.XXXX projects have the tag <Version></Version> inside of it.
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Related question: https://support.abp.io/QA/Questions/4458

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