Starts in:
2 DAYS
8 HRS
53 MIN
18 SEC
Starts in:
2 D
8 H
53 M
18 S
Open Closed

⚠️ Bugs & Issues v9.0.x ⚠️ #8330


User avatar
0
EngincanV created
Support Team .NET Developer

⚡ Update ABP CLI , ABP Studio and ABP Suite

dotnet tool update -g Volo.Abp.Studio.Cli --version 0.9.11
abp suite update --version 9.0.0

📗 Blog post

  • https://abp.io/blog/announcing-abp-9-0-release-candidate
  • https://abp.io/blog/abp-9-0-stable-release-with-dotnet-9-0

🔼 Migration guide

  • https://abp.io/docs/9.0/release-info/migration-guides/abp-9-0

✏️ Feel free to report any bugs, issues, and problems.


1 Answer(s)
  • User Avatar
    0
    johnholliday created

    Using AbpStudio 0.9.11 and AbpSuite 9.0.0, I'm encountering a lot of issues with unresolved references.

    ABP Studio:

    • Create new solution (Layered Blazor Server; MongoDb)
    • Build and run => success
    • Create new 'Clients' module (Layered Blazor Server; MongoDb)
    • Build and run => success
    • Import Clients module into solution (defaults)
    • Build and run => success
    • Open ABP Suite from Studio for Clients
    • Create ClientProfile entity (few properties)
    • Generate CRUD Page for ClientProfile
    • Build Clients module => FAIL
    // Project: Clients.Blazor
    // File: ClientProfiles.razor.cs
    error CS0115: 'ClientProfiles.OnInitializedAsync()':no sutiable method found to override
    error CS0115: 'ClientProfiles.OnAfterRenderAsync(bool)': no suitable method found to override
    error CS0246: The type of namespace name 'ClientsComponentBase' could not be found (are you missing a using directive or an assembly reference?)
    error CS0103: The name 'AuthorizationService' does not exist in the current context.
    
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06