Open Closed

Actions disabled after version updated from .net7 to .net8 #8375


User avatar
0
Vishnuvardhan created
  • ABP Framework version: v8.0.0
  • UI Type: MVC / Blazor Server
  • Database System: EF Core (SQL Server)
  • **Tiered (for MVC): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: updated .net 7 to .net 8 , in identity module users and roles and organization units actions button get disabled not able to open the actions and also not able to perform the actions. I am updating the reference screenshots.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

5 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Fullstack Developer

    Hi,

    you can try delete yarn.lock file and run abp install-libs

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    Vishnuvardhan created

    Hi,

    i have tried this, still getting the same issue, i have checked the actions button in inspect and it is showing disabled="disabled"

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    liangshiwei created
    Fullstack Developer

    Hi,

    Can you share the package.json content?

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    Vishnuvardhan created

    Hi,

    package.json: { "version": "1.0.0", "name": "my-app", "private": true, "dependencies": { "@volo/abp.aspnetcore.mvc.ui.theme.leptonx": "~2.0.0", "@volo/saas": "~7.0.0", "@volo/audit-logging": "~7.0.0", "@volo/identity": "~7.0.0", "@volo/account": "~7.0.0", "@volo/language-management": "~7.0.0", "@abp/aspnetcore.mvc.ui.theme.basic": "^7.0.0", "@abp/docs": "^7.0.0" } }

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    liangshiwei created
    Fullstack Developer

    updated .net 7 to .net 8

    Hi, you need to upgrade your NPM packages, too.

    Remove yarn.lock and restore pacakges

    package.json:
    {
        "version": "1.0.0",
        "name": "my-app",
        "private": true,
        "dependencies": {
        "@volo/abp.aspnetcore.mvc.ui.theme.leptonx": "~3.3.4",
        "@volo/saas": "~8.3.4",
        "@volo/audit-logging": ~8.3.4",
        "@volo/identity": ~8.3.4",
        "@volo/account": ~8.3.4",
        "@volo/language-management": ~8.3.4",
        "@abp/aspnetcore.mvc.ui.theme.basic": ~8.3.4",
        "@abp/docs": ~8.3.4",
    }
    }
    
    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.