Activities of "alper"

Answer

hi cropper issue is a known issue. see the blog post https://blog.abp.io/abp/ABP-Framework-ABP-Commercial-v3.3-RC-Have-Been-Released basically

When you create a new project, profile management doesn't work, you get an exception because it can't find the /libs/cropperjs/css/cropper.min.css file. To fix the issue;

Add "@volo/account": "^3.3.0-rc.1" to the package.json in the .Host project. Run yarn (or npm install), then gulp on a command line terminal in the root folder of the .Host project.

we created an internal issue for this and will be fixed in v4.0.

PS: v3.3 Preview released now. then v4.0 will be released

Stream support for the application service methods has been completed. You can test the preview version of 3.3.0

https://github.com/abpframework/abp/blob/dev/docs/en/Blog-Posts/2020-10-15%20v3_3_Preview/POST.md#stream-support-for-the-application-service-methods

The production version will be released 2 weeks later.

we'll contact you for the further assitance.

Answer

@ninomartini , thanks for your feedback. it'll be fixed in the next release.

closing the issue, you can always reopen if you need help on the same issue.

Answer

closing the issue, you can reopen if you need help again.

for the shared entities like Vehicles; don't add IMultiTenant interface. if you are joining a MultiTenant entity with Non-MultiTenant entity you can disable MultiTenancy for that particular query.


 public async Task<long> GetOnSaleVehiclesCountAsync()
        {
            using (_dataFilter.Disable<IMultiTenant>())
            {
                 //    some query with multitenant entities included.
            }
        }

https://docs.abp.io/en/abp/latest/Multi-Tenancy#data-filtering-disable-the-multi-tenancy-filter

@talha move all entities to your-solution-root-direcroty\.suite\entities. I know you don't have a .suite folder in your solution's root directory. Just create .suite\entities folders in your solution's root directory.

after moving all your entities, delete this folder

1- see this document https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Other-DBMS 2- also I advice you to update your project to v3.2.1

Showing 1541 to 1550 of 1955 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.