wcf-data-services Questions
11
I'm using EF 6.1.0 and was creating a WCF Service.
First I created a Class Library containing my entities, Mappers and Context for initializing EF.
I've also created a class containing an instanti...
Adelbert asked 10/4, 2014 at 8:32
1
Solved
I am getting the following error:
Could not load file or assembly 'Microsoft.Data.Services, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The locate...
Reinwald asked 7/11, 2021 at 17:54
3
Solved
Problem
In an OData 4 service on Web API, what is the proper way to call nested $expand from a .NET client? We are using the OData Client Generator. Back in the prior WCF Data Services with OData ...
Scenario asked 11/8, 2014 at 15:26
3
Solved
I'm migrating form WCF Data Service to Web API odata v4. WCF Data Service did serilize long values in quotes:
{
"value":[{
"ID":"4527895973896126465"
},{
"ID":"4527895973896126466"
}]
}
Web...
Conquistador asked 7/5, 2015 at 12:52
5
OK, so we are using entity framework and wish to expose data from these entities to consumers. This data is pretty common and although initially only consumed by WPF applications it could be consum...
Dardan asked 14/9, 2010 at 14:43
3
Solved
I'm currently using WCF Data Services (well, ADO.Net Data Services) with Entity Framework and am getting the following error when performing a POST (omitted / changed some irrelevant info):
<?x...
Tarragona asked 21/1, 2013 at 10:0
2
Solved
I've run into a snag with a ADO.NET Entity Framework model and a ADO.NET Data Service that is making it available. The model and data service are compiling without any problems or warnings when the...
Rad asked 23/1, 2009 at 18:58
1
Solved
Hi I am using HttpWebRequest GET method to call a REST service. I am getting error :- ***'Content-Type' header must be modified using the appropriate property or method. Parameter name: name.***i c...
Redistrict asked 13/7, 2017 at 9:17
3
Solved
I am trying to implement what I thought was a simple scenario using an OData service provided by WCF Data services (using the OData V3 application/json;odata=verbose payload format, for now. I may ...
Tired asked 26/9, 2012 at 14:59
1
I am trying to generate client code for an OData v4 service using Visual Studio. My service is running on a server that doesn't have a DNS name, and is using a self-signed certificate for HTTPS. My...
Really asked 1/9, 2017 at 21:37
8
Solved
I am designing a distributed application that will consist of RESTful services and a variety of clients (Silverlight, iOS, Windows Phone 7, etc). Right now I'm determining which technology I should...
Kahl asked 29/2, 2012 at 17:44
3
Solved
EDIT: I went ahead and created a little project to demonstrate this issue (called RestfulTimesTest), available on SkyDrive.
I built a custom OData Service Provider to provide queries and updates i...
Gable asked 7/2, 2012 at 20:0
2
Solved
I'm having issues adding a service reference to my WPF project in VS2017. The service itself is a WCF Data Service using EntityFramework (EntityFrameworkDataService). In VS2013 that I was using bef...
Prebend asked 5/4, 2017 at 17:5
3
Solved
I have been trying to follow some WCF Data Services examples and have the following code:
private void OnSaveCompleted(IAsyncResult result)
{
Dispatcher.BeginInvoke(() =>
{
context.EndSaveCh...
Drugge asked 21/9, 2010 at 13:31
3
Solved
I have created a web service in WCF which returns more than 54000 data-rows with 10 data in each row. I have used the wsHttpBinding for communication. The service works well with less data (i.e. 20...
Microsecond asked 22/11, 2011 at 11:3
1
I have created a WCF Service Library in MVC project and set up MySerice.svc and Web.Config file in project as follow:
<!--added to run WCF service -->
<system.serviceModel>
<...
Censorious asked 13/12, 2016 at 3:33
6
Solved
I used following jQuery to insert data via Data Service.
Event though I got status-response 201 and the data is successfully inserted into my database, the system still regard it as an error and gi...
Stiffen asked 10/2, 2010 at 0:23
0
Does anyone know how to set / read vocabulary based annotations in the metatdata for OData V4 to define things like max string length?
There is an article Client Annotation Support but it does not...
Brummell asked 25/10, 2016 at 13:59
4
Solved
There are many reasons create a RESTful WCF server (it is easy) and even better if you can avoid ASP and it's security box (if all you are doing is simple requests to return information). See: http...
Hognut asked 12/3, 2013 at 18:48
2
Solved
I have created an application that reads CSV files, creates a DataServiceContext and mass inserts the data to my remote OData API server.
However 5 minutes after running an import of 30,000 record...
Ophir asked 18/2, 2016 at 15:14
6
Solved
I have a WCF service that has been working perfectly, and something has changed and I don't know what.
I get this exception:
System.ServiceModel.FaultException: The server was unable to process...
Winsor asked 29/11, 2011 at 18:16
2
Solved
I'm trying to use WCF Data Services and a little confused what library should I reference to interact with WCF Data Services: Microsoft.Data.Services.Client.dll or System.Data.Services.Client.dll.
...
Fowler asked 24/4, 2011 at 20:20
1
Solved
I've created an IUpdateable ODATA feed using WCF which I can connect to using Excel 2010 Power Query. Excel is able to retrieve data but I cannot find a 'publish' button or anyway to tell Excel to ...
Hyalo asked 12/1, 2016 at 4:2
1
Solved
I came across this question in Stackoverflow (because I am getting the same exception)
Upgraded to EF 6 (RTM) - Getting System.Data.Entity.Core.Objects.ObjectContext cannot be used for return type...
Zolazoldi asked 24/8, 2015 at 20:23
8
I'm new to WCF Data Services so I've been playing. After some initial tests I am disappointed by the performance of my test data service.
I realize that because a WCF DS is HTTP-based there is ove...
Harwilll asked 12/10, 2010 at 16:38
1 Next >
© 2022 - 2024 — McMap. All rights reserved.