0
Teknosol created
- ABP Framework version: v7.1.1
- UI Type: Angular
- Database System: EF Core (SQL Server)
Hi team I want to use BLOB Storage but I get an error
I added this Volo.Abp.BlobStoring.Database.Domain (7.1.1) Volo.Abp.BlobStoring.Database.EntityFrameworkCore (7.1.1) Volo.Abp.BlobStoring.Database.Domain.Shared (7.1.1) I created entities and dbtables public DbSet<DatabaseBlobContainer> BlobContainers { get; set; } public DbSet<DatabaseBlob> Blobs { get; set; } can you tell me how to configure it?
log error : An exception occurred while iterating over the results of a query for context type 'Volo.Abp.BlobStoring.Database.EntityFrameworkCore.BlobStoringDbContext'.
3 Answer(s)
-
0
hi
- You need to depend on these BlobStoring.Databases modules.
- You need to add
ConfigureBlobStoring
toYourDbContext
- Add new migrations and update the database.
Please share the code you applied.
-
0
-
0
hi
https://docs.abp.io/en/abp/latest/Connection-Strings