Page 1 of 1

Error with ExecuteQuery

Posted: Fri 13 Feb 2009 18:18
by larrydhunt
When using ExecuteQuery I get the following error:
Specified method is not supported.

Here is my code:

Code: Select all

crmDataContext = New CrmDataContext.CrmDataContext(connectionString)
Dim sqlString As String = "SELECT * FROM crm_demo.Company;"
Dim query = crmDataContext.ExecuteQuery(Of CrmDataContext.Company)(sqlString)
What am I doing wrong?

Thanks,
Larry

Posted: Tue 17 Feb 2009 10:53
by AndreyR
The ExecuteQuery method is not supported yet. We are working on it, but no timeframe can be provided at the moment.