This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I'm getting this exception and can't understand why. Can anyone help me?
Message: "The method 'ToString' is not supported."
Source: "Mindscape.LightSpeed.Linq"
StackTrace: at Mindscape.LightSpeed.Linq.TranslatableExpressions.TranslateMethod(MethodInfo method)
Thanks.
|
|
|
Hi Arielsz, Could you please post your LINQ query? Basically somewhere in there you'll have a .ToString() but it will on the part of the query that is supposed to translate into SQL. Being a client side function (rather than a SQL function) we will not have a translation available for ToString() and hence we report it's not supported. If you could post you query I could help more. I hope that helps, John-Daniel Trask
|
|