Hi All, I'm new to this forum so sorry if I'm repeating a question answered earlier - I did a search and found nothing that seemed relevant. I am producing a LINQ query provider using the May '06 CTP. The query class targets the SPARQL query language from the W3C. I have also produced another working query provider from which I took code for the current QP, but I am running into problems with Queryable.Where. Here's what the unit test looks like: [TestMethod] public void SparqlQuery() { string urlToRemoteSparqlEndpoint
Read More...