You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding backward-compatibility for .NET 3.5 will require some development, and since SQL2008R2 is way out of support, I'm afraid this cannot be highly prioritized at this time.
I added Newtonsoft.Json.dll v 3.5.8 but it does not compile due to this issues
JsonParserUDF.cs line 43 -> item.Path
JsonParserUDF.cs line 60 -> ja.SelectTokens(path.value)
Any solutions to make it run under SQL2008R2 net 3.5 ?
The text was updated successfully, but these errors were encountered: