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)
-
0
Hello Support, This is little urgent, we are not able to proceed further
-
0
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. -
0
yes we are also facing the same exception
-
0
thanks for the response, let us know the resolution once you get any workaround or fix.
-
0
HI,
I will check it
-
0
Hi,
I could not reproduce the problem, could you share a project that can reproduce the problem with me? shiwei.liang@volosoft.com
-
0
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.
-
0
Related question: https://support.abp.io/QA/Questions/4458