I’ve downloaded the Volo.Abp.Account.Pro module source code, but it's currently not building. Could you help identify what might be causing the issue?
Please share the Volo.Abp.Account.Pro module source code
.
And Can you open your solution in VS Code and search for the Volo.Abp.Identity and Volo.Abp.Account keywords in all .csproj files globally?
Created ABP Studio Version: 0.9.26
And can you try to use the latest(1.0.2
) Studio?
Thanks. I will check the template.
hi
Can you zip and share the bin
folder of the error project?
liming.ma@volosoft.com
Thanks.
hi
Can you try to change your Program.cs
file to the new style?
You can create a new project and check its Program.cs
and WebModule
code.
eg: https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/Program.cs#L11-L56 https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/MyProjectNameWebModule.cs#L211-L252
Thanks.