Activities of "alper"

Actualla a module is not different than the application itself. The main difference is UI files and dependant client packages. The UI files (JS, CSS and others) must be embedded resources to be able to use it in the main application. Add the 3rd party library references to your module and use it. if you fall into any issue write back us.

Answer

@kzmyvr we'll check and get back to you.

@alexander.nikonov I created a new question for this seperate issue. https://support.abp.io/QA/Questions/876/Suite-module-page-is-not-loading

can you open the developer console and check if there's a log. 1- open Chrome Developer Console and refresh page 2- see if there's an error or awaiting XHR request 3- check the CMD window (which you have started the Suite). is there any error there?

reported here https://support.abp.io/QA/Questions/287#answer-0eb2a565-8f43-115b-3e34-39fa7f9c1875

@alexander,

the --version parameter came to ABP CLI after v4.0. so when you are using an older version than 4.0 you cannot use --version parameter. use the below command:

dotnet tool uninstall --global Volo.Abp.Suite
dotnet tool install -g Volo.Abp.Suite --version 3.3.2 --add-source https://nuget.abp.io/<your-api-key>/v3/index.json

@vasile thanks for your feedback. generating CRUD pages from an existing database table is on the roadmap. but there's no exact date to implement this.

and can you explain in details what kind of master-detail table? (this is a broad topic)

Answer

@scott7106

Hi @alper,

After upgrading my CLI and Suite to 4.2 and everything worked correctly. For future reference, does Suite always generate based on the latest stable version regardless of which version I have installed? I do not see an option to tell Suite to use --preview or a specific version.

Suite has a --preview option but not for generating code. you can install the preview version of the Suite like below

abp suite install --preview

If you are using a preview ABP version, then you can install the Suite preview version.

@gexiaoxu are you working on a module? if so we have fixed this in the latest relese. check that you don't have a preview version.

Showing 1241 to 1250 of 2058 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.0.0-preview. Updated on September 23, 2025, 10:47