#pei-pei_unexpected
1 messages · Page 1 of 1 (latest)
👋 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.
Which version of Stripe SDK you are using?
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
Okie I think this is what you encountered
We are working on a new release with newer version of Newtonsoft.Json
okay, any date we shall expecting for the new release?
Unfortunately I don't have a timeline to share it yet. Sorry for the inconvenience
What is the workaround for this issue? as we need keep newtonsoft.json dll as latest (13.0.0.0) for security compliance.
Here I am trying to implement stripe for payment gateway in .net mvc
My View code is as below.
@{
ViewBag.Title = "Index";
}
<link type="text/css" rel="stylesheet" href="https://checkout.st...
It's to create the BindingRedirect. Which configuration have you tried?
So far I searched all the possible workaround solution mostly is tell us to create this BindingRedirect.
we have tried added this into the web.config, but it's not working still
Sorry are you two from the same company?
yes
Hmm what does it mean by not working? Do you see the same error?
yes, still see the same error