abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.98k stars 3.46k forks source link

An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor #18634

Closed QiYouGames closed 11 months ago

QiYouGames commented 11 months ago

Is there an existing issue for this?

Description

This application was built with linking (tree shaking) disabled. Published applications will be significantly smaller if you install wasm-tools workload. See also https://aka.ms/dotnet-wasm-features Loaded 11.98 MB resources from cache Debugging hotkey: Shift+Alt+D (when application has focus) info: Volo.Abp.AbpApplicationBase[0] Loaded ABP modules: info: Volo.Abp.AbpApplicationBase[0]

Reproduction Steps

Create the Blazor project and run it

Expected behavior

No response

Actual behavior

No response

Regression?

No response

Known Workarounds

No response

Version

8.0.0

User Interface

Blazor

Database Provider

MongoDB

Tiered or separate authentication server

Tiered

Operation System

Windows (Default)

Other information

No response

QiYouGames commented 11 months ago

It is good to run the application before starting the development. The solution has two main applications;

TodoApp.HttpApi.Host hosts the server-side HTTP API. TodoApp.Blazor is the client-side Blazor WebAssembly application. Ensure the TodoApp.HttpApi.Host project is the startup project, then run the application (Ctrl+F5 in Visual Studio)