Can't get the JSONP workin' with WCF Data Services...

Posted by SevilNatas on Stack Overflow See other posts from Stack Overflow or by SevilNatas
Published on 2010-06-06T04:21:24Z Indexed on 2010/06/06 4:22 UTC
Read the original article Hit count: 259

Filed under:
|
|
|
|

What am I missing here? It seems from all that I read and watched, exposing JSON from a WCF Data Service should be as easy as adding the '[JSONPSupportBehavior]' directive in front of the Service Class. Problem is VS2010 doesn't recognize 'JSONPSupportBehavior'. Is there a reference I am missing? Seemed like, from alll the articles, it was supportted outta the box.

TIA

S.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wcf