What If windows OS became a fortress ?
Windows OS is one of the widest used OS in the world because of flexibility. I Think Microsoft has achieved very much in that but now they have to move towards the Security and provides daily virus...
View ArticleTrouble Decrypting Response from Java in WCF
Hello MSDN Community, I have become stuck, and would love and appreciate some assistance! I am creating a WCF service to connect to a clients system that is running Java. This client requires transport...
View ArticleQuerying OData feed with an anonymous type returned
I've bene using the DataServiceCollection to query my OData service so far. However I now need to create an anonymous type in my query (from a join where one part of the join is coming from a local...
View ArticleHow to dynamically generate service operations for a WCF Data Service
Is it possible to dynamically register service operations for a WCF Data Service, in a similar way that entities can be dynamically exposed via a custom IDataServiceMetadataProvider?
View Articlehow to log json format of odata entity using c#?
I want to log the json format of odata (microsoft.dynamics.dataentities)entity using c#.I am using context.savechanges() method and during this time i want to save json format of my entity that goes to...
View Articleread the payload of OdataRequest message?
How can i read the payload of ODataRequestMessage ?Balu
View ArticleHow to enable gzip compression in self-hosted WCF data service?
How to do it?I have found only IIS gzip support so far.Our WCF data services useSQL Server 2014/2016/2017Entity Framework 6.2Microsoft.OData.EntityFrameworkProvider 1.0.0-beta2 Is there something...
View Articlethe method 'Any' is not supported when MaxProtocolVersion is less than '3.0'
I have recently upgraded my project from .NET Framework 4.5.1 to 4.7.2 and added a WCF service reference in the project. When I add service reference to .NET Framework 4.5.1 project the auto-generated...
View Articlegenerate request to generate job that generate sprite thumbnail on azure...
when i try to generate request to generate job that generate sprite thumbnail on azure media service the result is : : error { Error: read ECONNRESET at exports._errnoException (util.js:1026:11)...
View Articlegenerate job to generate sprite thumbnail on azure media service with node.js
i generate this request to generate sprite thumbnail on azure media service with node.js This is request:var request=require("request")const bodyParser = require('body-parser');var request2 =...
View ArticleMultiple contracts in one WCF service_But error for calling the second...
I have multiple contracts in one WCF: namespace SysLap.Services.Web.DataExtractor { [ServiceContract] public interface IServiceDataExtractor { [OperationContract] [WebGet] List<User>...
View ArticleGetting error when adding a service reference to a WCF data service
Hi,I am a beginner learning C# from a book. I have created a simple WCF data service namedNorthwindsWCFDataService successfully. I then created a simple console-based client app namedNorthwindsClient...
View ArticleWCF Web Service - can't get an HTTP GET method
Summary: I've got an old web service that needs to be updated to include a HTTP GET-able method. However, no matter what I do, all the methods are only HTTP POST methods.-> Thank you in advance to...
View Article413 Error in WCF Data Services - Request Entity Too Large
I am getting this error when I am trying to send a string of length 68000 characters to the service to insert into the DB.But on the context.savechanges() line, it is giving this error.As per the...
View ArticleContent type type 'application/soap+msbin1'.
Hi,I am calling WCF service from JQURY and i am getting errorCannot process the message because the content type 'application/json; charset=UTF-8' was not the expected type...
View ArticleWCF wildcard certificate issue
I had a WCF service working with a certificate bound to the name system.domain.com. The client configuration was:<identity><dns value="system.domain.com"/></identity>I renewed it with...
View ArticleIssue with otlook web app exchange 2010
all the user of outlook web app having problem receiving email from outside, deleting emails. here i am attaching error message when the user trying to delete message as below.An unexpected error...
View ArticleAzure App Service
We are currently implementing the change in Project Online at Our Client and we have an issue we’ve never encountered before.Project Online events are handled by publicly available WCF services on...
View ArticleProper Cores/Executors Configuration in HD-Insight
I've the following Spark Cluster running in hd insightAnd for this cluster i've this configurationWhich is the best way to make a proper configuration in order to run efficiently a job in Spark. Is it...
View ArticleUpdate your network configuration to allow communication with existing Azure...
I received an email from Azure re my SQL database to "update your network configuration to allow communication with existing Azure SQL Database gateways by 15 September 2020" and I'm not sure how to do...
View Article