03 September, 2008 17:59
Bug in Dynamic Linq
Posted by mimo under [ C# .net development ][ (0) Comment ] | [ (0) Trackbacks ]
As noted in another post, I am using Dynamic Linq to build a generic query tool for a service layer I am constructing. In the process of doing so, I have run into the following error when I try to pass a query in for a Guid:
Operator '=' incompatible with operand types 'Guid' and 'String'




