Activities of "serdar.genc@talentra.net"

Have you checked the SqlClient version in the ABP packages? ( for .Net 8 )

https://github.com/dotnet/SqlClient/issues/1930

https://github.com/dotnet/SqlClient/issues/1930#issuecomment-1856787970

Have you checked the SqlClient version in the ABP packages? ( for .Net 8 )

https://github.com/dotnet/SqlClient/issues/1930

Galip, biz problemimizi hallettik. Projede 'AbpPaymentStripeHttpApiModule' modulunu kullanıyorduk. 7.3.2 upgrade sonrası paketler restore olmadı. 'AbpPaymentStripeHttpApiModule' modulunu projeden kaldırdık. Restore oldu. Bu modüle bakmalısınız.

I had to dig to find the problem, yes it is related to Payment Module. The related changes are documented here: https://docs.abp.io/en/commercial/latest/migration-guides/v5_2#payment-module Saas and Payment modules are no longer coupled. But if you want to use it together please check this docs aswell: https://docs.abp.io/en/commercial/latest/migration-guides/v5_3#saas-payment-module-dependency-improvements

TLDR: Remove the Volo.Payment.Stripe.HttpApi dependency and make the related configuration to use with SaasModule:

Configure<AbpSaasPaymentOptions>(options => 
{ 
    options.IsPaymentSupported = true; 
}); 

haklısın. bizim hatamız. teşekkürler.

Galip, biz problemimizi hallettik. Projede 'AbpPaymentStripeHttpApiModule' modulunu kullanıyorduk. 7.3.2 upgrade sonrası paketler restore olmadı. 'AbpPaymentStripeHttpApiModule' modulunu projeden kaldırdık. Restore oldu. Bu modüle bakmalısınız.

We're investigating the problem.

@serdar.genc@talentra.net and @huseyinalan can you give information about from which version you are updating to v7.3.1? Or were you updating to v7.3.2?

Hi , 7.3.2

Same problem

You could create a new solution using abp suite with the same name as your existing project. After that you copy the maui project inside your existing projects src directory and add it to the existing solution.

Hope this helps.

I tried this but wasn't quite sure when it did something right. Thanks for your quick response.

How to add maui project to existing abp project?

Same problem. We need to solution, urgent.thanks

Hi @serdar.genc

Unfortunetely ABP Framework doesn't support multi-lingual entities now.

I can suggest to you creating different blogs with language names like en, fr and add new blogposts to them according to the language of the post language.

It's not compatible with the ABP language system. You should make custom implementation to redirect current blog.

Ok. Thanks enisn

Showing 1 to 10 of 100 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11