#pei-pei_unexpected

1 messages · Page 1 of 1 (latest)

dry pathBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1268099357652160512

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

verbal elm
#

Which version of Stripe SDK you are using?

rough wind
#

i'm using 45.5.0 stripe.net.dll

#

System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

#

i have changed my application's Newtonsoft.Json version to the new 13.0.3, but the Stripe.net.dll is still loading the older version of Newtonsoft.Json

verbal elm
#

Okie I think this is what you encountered

#

We are working on a new release with newer version of Newtonsoft.Json

rough wind
#

okay, any date we shall expecting for the new release?

verbal elm
#

Unfortunately I don't have a timeline to share it yet. Sorry for the inconvenience

orchid patio
#

What is the workaround for this issue? as we need keep newtonsoft.json dll as latest (13.0.0.0) for security compliance.

We have tried https://stackoverflow.com/questions/48334561/getting-issue-as-could-not-load-file-or-assembly-newtonsoft-json-version-9-0-0/51053646#51053646

verbal elm
#

It's to create the BindingRedirect. Which configuration have you tried?

orchid patio
#

So far I searched all the possible workaround solution mostly is tell us to create this BindingRedirect.

rough wind
#

we have tried added this into the web.config, but it's not working still

verbal elm
#

Sorry are you two from the same company?

rough wind
#

yes

verbal elm
#

Hmm what does it mean by not working? Do you see the same error?

rough wind
#

yes, still see the same error

dry pathBOT