Activities of "maliming"

hi

Please use Zoom client join and share your screen

https://us05web.zoom.us/j/89617058236?pwd=Yxc0jPwQV4W4tLwYyQNnNO00Y0lBIo.1 Thanks

ok, can you share your project?

Thanks.

hi

Can you share the steps to reproduce it? Or share a project?

liming.ma@volosoft.com

Thanks.

hi

Can you enter window.webCMS in the browser console to check how many namespaces it contains?

Thanks,.

: )

hi

I have fixed this in the Studio template; the next version will be no problem.

Thanks.

hi

Configure<AbpExternalLocalizationOptions>(options =>
{
    
    options.SaveToExternalStore = false;
});

hi

I will check it again

Thanks

hi

Please update the CreateDatabaseAndGetConnection as below

   
private static SqliteConnection CreateDatabaseAndGetConnection()
{
    var connection = new SqliteConnection("Data Source=:memory:");
    connection.Open();

    // AdministrationServiceDbContext ()
    new AdministrationServiceDbContext(
        new DbContextOptionsBuilder<AdministrationServiceDbContext>().UseSqlite(connection).Options
    ).GetService<IRelationalDatabaseCreator>().CreateTables();
    
    // BlobStoringDbContext
    new BlobStoringDbContext(
        new DbContextOptionsBuilder<BlobStoringDbContext>().UseSqlite(connection).Options
    ).GetService<IRelationalDatabaseCreator>().CreateTables();
    
    // LanguageManagementDbContext ()
    new LanguageManagementDbContext(
        new DbContextOptionsBuilder<LanguageManagementDbContext>().UseSqlite(connection).Options
    ).GetService<IRelationalDatabaseCreator>().CreateTables();
    
    return connection;
}

Thanks.

hi

Razor page will be no problem. You can use it to test it now

Thanks.

Showing 631 to 640 of 12010 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.2.0-preview. Updated on February 17, 2026, 09:10
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.