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
|
Hi, I am facing 'BitwiseAndOperator' in following lightspeed query. following is error message Dim SaleID = (From P In ContextFactory.Repo.tablename Where _ Eror Message: Object reference not set to an instance of an object. at Mindscape.LightSpeed.Linq.Operators.BitwiseAndOperator.Apply(QueryExpression lhs, QueryExpression rhs, DataProvider provider) |
|
|
Thanks for drawing our attention to this, this was a bug within our VB.NET LINQ translation code and I have put in a fix which will be available in the next nightly build (20110207).
Jeremy |
|
|
thanx Jeremy, i justy have to replase old dll with new dll to over come from this problem, right? and I just have one more question, i am using above statement at different events on same page but i got this error only at some places, not at every statement. |
|
|
Yes, you will want to install the nightly and then you can use the new binaries. The difference may be if the expression deals with nullable bools as this was what the specific issue was triggered by.
Jeremy |
|