📗 Documentation
- How to Install?: https://docs.abp.io/en/commercial/latest/studio/installation
- Documentation Index: https://docs.abp.io/en/commercial/latest/studio/index (quick starts, templates, fundamentals, concepts, etc...)
📘 Other Resources (ABP Studio Introduction Videos)
- https://www.youtube.com/watch?v=CeUq2ysz-mQ
- https://www.youtube.com/watch?v=sSCxyccoHqE
- https://www.youtube.com/watch?v=XiPRcIHJ3NE
- https://www.youtube.com/watch?v=yo2L1xGa2pM&t=3250s
✏️ Feel free to report any bugs, issues, and problems.
104 Answer(s)
-
0
Pre-requirement check fails with 0.9.4
18:22:46.338 Information Failed task execution: "Checking pre-requirements" 18:22:46.338 Information ERROR: "An error has occured!" 18:22:46.338 Information ERROR DETAILS: "An internal error occurred during your request!" 18:22:46.339 Error Requested registry access is not allowed.
-
0
-
0
Pre-requirement check fails with 0.9.4
18:22:46.338 Information Failed task execution: "Checking pre-requirements" 18:22:46.338 Information ERROR: "An error has occured!" 18:22:46.338 Information ERROR DETAILS: "An internal error occurred during your request!" 18:22:46.339 Error Requested registry access is not allowed.
Thank you for reporting the problem 🙏🙏
We will release a new version as soon as possible and we expect that this problem will be fixed in that version.
-
0
When you create a Module using ABP Studio, the initial MyProject.EntityFrameworkCore.MyProjectDbContextBase doesn't call the new module Configure's method in the OnModelCreating. If your module name is MyNewModule, then there should be a method called at the end like this one: "builder.ConfigureMyNewModule();," but it doesn't exist right now with ABP Studio.