Activities of "serdar.genc@talentra.net"

I created a blazor server project with abp suite in version 8.1.1. I chose Basic Theme. Everything else is default values. I opened the project and compiled it.

Conclusion :

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

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