I have a working WCF Data Service built on a Linq2Sql data provider.Things are looking good so far. The client app that hits the service accepts a user and password which I authenticate at the server
Strange thing: var data = GetDataClient(); // trivial code var query = data.UserTrackers.Expand(\"TodayNews\");
I\'m using WCF Dataservices CTP2 with Entity Framework 4.1. Now then I\'m trying to get any data through my datacontext I get this exception:
I\'m trying to move a WCF Data Service from hosted within VS2010 to a development web server. When I move the code to an IIS7 application, I get this error:
I have a WCF Data Services with an entity named Contract. there is a many to many between Contracts and Quotes : ( * ) Contract <----> ( * ) Quotes
I\'m hosting an ASP.NET MVC site on Winhost and recently added a WCF data service for users providing feedback. The service works fine from my local machine, but when I deploy it I get the following S
I have a question regarding WCF DataService and Entity Framework 4.1 (code-first). So I have a DataService on web server:
I\'m calling a stored procedure via WCf-DataService and EF4. Other method works fine but one which return List failed with the exception Error processing response stream. The XML element contains mixe
I\'m using this guide to call开发者_StackOverflow中文版 stored procedure in my projet which using EF4 EDMX through WCFDataservice.
Does WCF Data Services support working with Entity Framework Code First (4.1)? It seems like it\'s having a hard time understanding what to do with DbSet or DbContext. I suppose this shouldn\'t be too