Activities of "liangshiwei"

Hi,

Sorry I don't know what is available example mean, we have done it in the Blogging module and you can check the source code.

Hi,

Make sure your MongoDB supports transcation.

Or disable transactions:

Configure<AbpUnitOfWorkDefaultOptions>(options =>
{
    options.TransactionBehavior = UnitOfWorkTransactionBehavior.Disabled;
});

Hi,

You can configure foreign keys manually: https://docs.microsoft.com/en-us/ef/core/modeling/relationships?tabs=fluent-api,fluent-api-simple-key,simple-key#foreign-key

Hi,

Can you check the article? https://tsafadi.medium.com/download-a-file-with-asp-net-core-e23e8b198f74

Hi,

You want to store the files in a separate database right?

You can do it, we have an exmaple: https://github.com/abpframework/abp-samples/tree/master/EfCoreMigrationDemo

I need to fully config it before I use?

You don't need to config it,

See : https://docs.abp.io/en/abp/latest/Blob-Storing-Database#additional-information

The file content is stored in table DatabaseBlob

Or you can check the source code: https://github.com/abpframework/abp/tree/dev/modules/blob-storing-database

Hi,

Can you explan it in detail?

Please include followings:

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi,

Can you try add using namespace? using Volo.Abp.BlobStoring.Database. PS: please do it in the DomainModule class

Hi,

Sorry for the confusion.

You want to download the Auth server and referenced modules source code right?

You just need to use ABP Suite to download the Microservice template. and use the abp get-source to download the modules source code, then you can replace the Nuget package reference to the local reference.

You can use the abp list-modules --include-pro-modules command to get module list.

Use abp get-source to download:

Hi, The message just a warn, there is no problem.

Showing 5401 to 5410 of 6693 entries
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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.