Can you create a console app that prints the output of the following code:
System.IO.Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.UserProfile), ".abp", "cli", "access-token.bin");
This is the correct location of the access-token.bin
file path.
Are ABP Suite and your project version the same?
hi,
Your ABP Suite and project version must be the same. either update your solution to the same version as your Suite or install ABP Suite 7.3.0
abp suite install --version 7.3.0
Shayne it's not a bug and already implemented.
See https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BlazoriseUI/Components/AbpExtensibleDataGrid.razor#L37C25-L37C41
@enis could you help
@enisn could you check it
I suggest you have your students use the open-source templates for learning. The commercial version license is not suitable for this kind of purpose.
if your client will also develop a module or add extra features to your solution, then he needs to purchase a license and replace the AbpLicenseCode in the appsettings.secret.json
file. Otherwise they will allocate your developer seats.
looks like he replaced all the Volo namespaces
The license key is in the appsettings.secrets.json
file. If these companies will make development, then both companies need to purchase a license and generate a new project with the same project name, then replace their own code with yours in the appsettings.secrets.json
file.
For Angular, appsettings.secrets.json
files are located in the DbMigrator
and HttpApi.Host
projects.