wcf-endpoint
WCF RIA gives EndpointNotFoundException in Azure when accessing with WP7
I\'ve been fighting a problem with a WCF RIA Domainservice the whole day long. I\'m writing a WCF RIA Service Library, which is deployed on Windows Azure. I access it via a Silverlight and a Windows[详细]
2023-04-11 21:07 分类:问答Geting net.tcp not supported when adding service reference
i have hosted my WCF service in IIS and have following endpoints configured <endpoint name=\"MainService\" contract=\"Docs.ICalculatorService\" address=\"http://localhost:49495/WcfService1/servic[详细]
2023-04-11 03:36 分类:问答Advantages of multiple endpoints in WCF service
I am new to WCF. Ple开发者_如何学Goase tell me what is advantage of creating multiple endpoints to a wcf web service?[详细]
2023-04-05 21:00 分类:问答How to specify implemented Service Contract dll in WCF config
开发者_JS百科My service implementation is present in Calc.dll. WCF Service is present in Svc.dll I have added contract inside endpoint tag in the WCF app.config file of Svc.dll.[详细]
2023-03-27 07:30 分类:问答WCF is using the computer name instead of the IP address and cannot be resolved
I hav开发者_如何学Pythone a WCF service that works fine on the LAN but when trying to access it from outside the service reference fails.[详细]
2023-03-23 10:07 分类:问答WCF Configuration for Endpoint in Another Project
I have two projects in a single solution. One project, let\'s call it MainProject, becomes an executable. The other project, let\'s call it ControlsProject, contains UserControl\'s and is referenced ([详细]
2023-03-20 19:38 分类:问答How to add endpoint behavior to open IIS hosted WCF service
I have an IIS hosted WCF service and I need to add an endpoint behavior to it. I can\'t just add it to web.config. (We need to support a plugin architecture and plugin writers won\'t have access to my[详细]
2023-03-03 03:35 分类:问答This could be due to the service endpoint binding not using the HTTP protocol
I have a WCF Service running fine on my local machine. I put it on the servers, and I am receiving the following error:[详细]
2023-03-02 04:05 分类:问答WCF routing backuplists - logging when they are used
Is there anyway to add some logging or a behaviour to the WCF routing l开发者_高级运维ist so that I can log when the routing has made use of an endpoint on a backup list?[详细]
2023-02-26 04:58 分类:问答WCF - EndpointNotFoundException
I have the following scenario: Project A contains 2 interfaces A, and B and two service endpoints, EndpointA and EndpointB, each implementing the matching interface.[详细]
2023-02-24 14:24 分类:问答