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.76k stars 3.41k forks source link

How to make default blob register while using cmskit? #20400

Open zhilingyuan opened 1 month ago

zhilingyuan commented 1 month ago

Follow the tutorial, I start a new project, add blob storage module , then add CmsKit moudle; When I try to add new blog, it tell me "No BLOB Storage provider was registered! At least one provider must be registered to be able to use the BLOB Storing System". Could you tell me how to deal this ?

I tried do as Cmskit demo, however it based on .Net 7.0, and I use .Net 8.0 instead; I can not find out how to fix it.

maliming commented 1 month ago

hi

https://abp.io/docs/latest/framework/infrastructure/blob-storing#configure-the-default-container

zhilingyuan commented 1 month ago

I am a rookie web developer . Even though read above document, I still can't figure it out. Could you give me more details?

zhilingyuan commented 1 month ago

hi

https://abp.io/docs/latest/framework/infrastructure/blob-storing#configure-the-default-container

I am a rookie web developer . Even though read above document, I still can't figure it out. Could you give me more details

maliming commented 1 month ago

hi

You can check the document and source code of BLOB Storing to get more details.

It's hard for me to explain such a function in just a few words.