Hi, @Dicky.tech,
It seems like you need to install ABP Studio Cli
.
dotnet tool install -g Volo.Abp.Studio.Cli
When you install studio, this tool is automatically installed. So probably something went wrong during installation.
Hi @Dicky.tech
Can I use Abp Studio to upgrade from 7.2.1 to 8.3 without performing manual code changes ? if i have to make code changes what are the steps ?
No, ABP Studio doesn't have such a feature. You can follow migration guides: https://abp.io/docs/latest/release-info/migration-guides
The new ABP Studio version has just been released, fyi.
Hi @yushafizalyusri
A new ABP Studio version will be released in a few days, it will generate the templates with ABP Framework 8.3.0 version.
is there any other way to force generate latest stable version for this case v8.3.0?
Yes, there is a way. Use --old
parameter at the end of the command. It will use old cli and old templating system which is released the day a new Framework version is released.
https://abp.io/docs/latest/cli#global-options
However, we suggest to use new templates (ABP Studio) for further development.
Hi @zhongfang,
We haven't released a new ABP Studio version for v8.3.0 ABP Framework version. We will probably release it in the following week.
For now, you can update the version after creating the module:
There is a menu named 'ABP Suite' in ABP Studio toolbar. I clicked 'Change Version', and set the version to 8.3.0
This is not related with version of the templates.
I could not reproduce the problem. SaaS & Audit Logging permissions were listed, but not given to admin user (we are already aware of this and will solve in future releases). After permissions are given, menu items appeared.
My suggestion for your case:
I don't see an option for configuration. I'm using enterprise edition.
You are probably not using the latest ABP Studio version, or the solution is created with a older version.
Now i'm trying to reproduce with the following configuration:
I'll inform you.
Hi @sgarad
Does the problem persist after you give the missing permissions to admin
on Identity Management
>Roles
page? or are not they present in permissions
window?
Hi @Navneet
Is PowerShell installed in your system as dotnet tool? (dotnet tool list -g
)
if I run the project from the terminal, I am getting errors in the console:
You can try running abp install-libs
from the terminal before running the solution.