Activities of "LawrenceKwan"

You have to create into your project Pages/Public/CmsKit/Pages/Index.cshtml.cs and Pages/Public/CmsKit/Pages/Index.cshtml with content which I presented

If I do have the cmsKit module source code, can I do it? If yes, I have created the class and page but the model is missing, MyIndexModel. What's Next?

Hi @LawrenceKwan, *.EntityFrameworkCore.DbMigrations project is removed from the solution.
From v4.4.4 DbContexts are unified in the *.EntityFrameworkCore project. (See the related issue)

  • If you wonder why the *.EntityFrameworkCore.DbMigrations project is removed and DbContexts are unified you can read this article.

Thanks. This is closed, if you have time please help on this https://support.abp.io/QA/Questions/2118#answer-21afbbbd-07da-93c0-3a6b-3a002601825f

MyIndexModel

I have make serveral pages and all point to the index page. If I add second page, how to do web routing?

I expect it should be a typical MVC structure but it does not have controller. I think the .cshtml.cs act as controller function. How to triggle the function in .cshtml.cs file?

Hi,

Sorry, your description is not clear, I don't fully understand.

This is the module development document: https://docs.abp.io/en/commercial/latest/startup-templates/module/index

Just want to know if abp allow to do this own module. Yes. I am trying my best to read the document, and the techology on ABP commercial is very new and impressive.

Thanks a lot.

Answer

Hi,

We have an exmaple: https://github.com/abpframework/abp-samples/tree/master/BookStore-Modular

Anyway to debug the module?

Answer

See:

https://docs.abp.io/en/abp/latest/Startup-Templates/Application#how-to-run https://docs.abp.io/en/abp/latest/Startup-Templates/Module#how-to-run

If my module dont have UI, how to start up? Recommand directly insert to the project?

HI,

Are you talking about custom database tables?

See: https://docs.abp.io/en/abp/4.4/Entity-Framework-Core#mapefcoredbcontext

Example:

ObjectExtensionManager.Instance.MapEfCoreDbContext<FileManagementDbContext>(b => 
{ 
    //.... 
}); 

Hello, I am talking the file management module , how to config Setting BLOB Provider in the case without the source code(nuget only)? https://docs.abp.io/en/commercial/latest/modules/file-management

In default, I am using fake BLOB provider, how can I set it to the database one?

Hi,

Yes you can. see: https://docs.abp.io/en/commercial/latest/modules/file-management#setting-blob-provider

May I konw which BLOB Provider is in default?

The default file management module does not use any BLOB providers, you need to set it manually.

There are BLOB providers:https://docs.abp.io/en/abp/latest/Blob-Storing#blob-storage-providers, you can choose what y

I have follow the instruction but the database cannot be configurated, any advice on which part I have missed?

Hi,

Did you install the BLOB database provider module? See: https://docs.abp.io/en/abp/latest/Blob-Storing-Database

I have did it before and also found the ef core version is older then 5.0.12, dit it need to be update too?

Showing 11 to 20 of 39 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.3.0-preview. Updated on March 09, 2026, 08:51
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.