Closed GoogleCodeExporter closed 9 years ago
WCF DS 5.1 by default uses OData V3.
Try setting it to OData V2:
public static void InitializeService(DataServiceConfiguration config)
{
config.DataServiceBehavior.MaxProtocolVersion = DataServiceProtocolVersion.V2;
...
}
Original comment by ralf.ha...@gmail.com
on 9 Nov 2012 at 2:34
Able to repro, http://schemas.microsoft.com/ado/2009/11/edm is the problem.
I'll take a look.
Original comment by john.spurlock
on 10 Nov 2012 at 2:46
This issue was closed by revision 09bfd54271ab.
Original comment by john.spurlock
on 10 Nov 2012 at 3:36
[deleted comment]
[deleted comment]
How can I get the patch for this issue?
Original comment by mcu...@customerlogic.com.au
on 4 Jun 2013 at 11:47
Original issue reported on code.google.com by
andreas....@gmail.com
on 8 Nov 2012 at 7:30