Activities of "EngincanV"

Hi @marketbus, the payment module is available for MVC (public and admin sides), Blazor Server and Blazor Wasm (admin side) .

  • You should be able to integrate the Payment module to your application by following this documentation. Did you encounter any problems after examining and applying the document?

Hi @AndrewT, We're still working on it, but I can't give you a deadline because of its limitations. You can follow this issue to track the progress.

Answer

Hi @malfaqeeh48, can you check this community article? In this community article basically described how you can integrate the Synfusion components into your Blazor.Server application.

Hi @richward, temporal tables is an EF Core 6 feature as you've mentioned. So you need to upgrade your project to v5.0.0-rc.1 to be able to use it.

Follow the migration guide documentations to upgrade your project v4.4.0 to v5.0.0-rc.1.

Hi @AndrewT, Tenant/User impersonation is available for all project types except Blazor WASM because of the limitations.

You're welcome :)

Hi @easonyang,is there AbpLicenseCode key in your appsettings.secrets.json file?

Hi @LawrenceKwan, I will try and write you back asap.

Answer

Hi @serdar.genc@talentra.net, if you need to update the jquery version to 3.6.0, you can add a resolutions section to your package.json file and specify the version of the package you want. Then run the yarn install && gulp command on your terminal.

For more info about resolutions system of yarn, see here

{
    "name": "Acme.BookStore",
    "dependencies": {
      //...
    }
    "resolutions": {
        "jQuery": "3.6.0",
    }
}

I will try your instruction.

After following the steps, you can close the question if it works, if you still got problem please don't hesitate to write back.

Showing 1231 to 1240 of 1358 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.1.0-preview. Updated on November 04, 2025, 06:41