Activities of "alper"

modified templates are stored in .suite folder where your main *.sln files resides. therefore your source-code management system will commit these changes. did you try this?

I realized that there's an error in my previous post You need to give the parameter --database-management-system instead of --database-provider! The correct command is:

abp new MvcOracleProject -t app-pro -u mvc --mobile none --database-management-system Oracle -csf

https://docs.abp.io/en/abp/latest/CLI-New-Command-Samples#choose-database-management-system

if you still have problems, don't hesitate to ask it

hi

I couldn't reproduce it because there's no modal in Blazor Web Assembly project. Here's my test result

the condition is DEBUG Mode or ASPNETCORE_ENVIRONMENT=Development. so you are running in debug mode, therefore you need to login via ABP CLI in the virtual computer or you can copy the authentication cookie to the target computer.

You need to copy the following file (which has your account information inside)

%UserProfile%\.abp\cli\access-token.bin

hi,

with ABP 5.0-rc.1 Suite has a new feature which generates an entity from an existing database table I guess this helps you.

sorry but ABP Suite doesn't support multiple DbContexts

@rahul, thanks for your feedback. I have forwarded your request to the Framework team.

just for an extra information https://community.abp.io/articles/how-to-add-custom-property-to-the-user-entity-6ggxiddr

I've read the thread and couldn't find the message that successfuly reproduced the issue. @EngincanV stated that he could successfully created an entity without any problem.

Then, I could successfully generate CRUD pages for my Book entity.

Again detailed reproduce steps is always helpful for the solution.

Showing 541 to 550 of 1975 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11