Xsharp errors in multithreads applications.
Posted: Fri Nov 24, 2023 9:39 am
Hello team,
we use XSharp assembly in our Web Applications and we get two attached errors when we use some functions like NTrim, Transform and so on. Digging in XSharp code we found that the problems comes from XSharp.ConversionHelpers.GetFormatString which use the static formatStrings variable defined as Dictionary. May be the ConcurentDictionary will help here.
Thank you.
we use XSharp assembly in our Web Applications and we get two attached errors when we use some functions like NTrim, Transform and so on. Digging in XSharp code we found that the problems comes from XSharp.ConversionHelpers.GetFormatString which use the static formatStrings variable defined as Dictionary. May be the ConcurentDictionary will help here.
Thank you.