E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ServiceModel
转:WCF 配置文件
-- < system.
ServiceModel
> sect
·
2015-10-30 14:21
配置文件
跨域访问策略文件在silverlight2 beta2中的变化
beta1的程序转换成silverlight2 beta2的程序后,发现以前的wcf无法正常调用,vs.net2008 的提示如下: "An exception of type 'System.
ServiceModel
.ProtocolException
·
2015-10-30 14:08
silverlight
IIS7+asp.net mvc4 未能从程序集“System.
ServiceModel
, Version=3.0.0.0, Culture=neutral 错误
今天用mvc开发一段程序,在VS中ASP.NET DEVELOPMENT SERVER中运行正常,配置到iis7的集成模式时,确运行报告“未能从程序集“System.
ServiceModel
, Version
·
2015-10-30 14:54
asp.net
WCF配置文件
-- <system.
ServiceModel
> section --> &nbs
·
2015-10-30 13:40
配置文件
wcf小实例(2)
//用app.config实现wcf调用 ////定义contrat interface using System; using System.
ServiceModel
; using System.Text
·
2015-10-30 13:48
WCF
wcf小实例
/////////////////////////host using System; using System.
ServiceModel
; using System.Text; ///host
·
2015-10-30 13:48
WCF
WCF客户端无法访问服务原因之一:时间不同步问题
在使用WCF服务时,如果客户端调用服务时出现如下错误: System.
ServiceModel
.Security.MessageSecurityException: 从另一方收到未进行安全处理或安全处理不正确的错误
·
2015-10-30 13:22
WCF
(原创)Sharepoint webpart中调用web service报错
Sharepoint webpart中调用web service报错 在Sharepoint webpart中调用web service时报错 错误信息:在
ServiceModel
客户端配置部分中
·
2015-10-30 12:44
web Service
WCF技术剖析之四:基于IIS的WCF服务寄宿(Hosting)实现揭秘
概括地说,基于IIS的服务寄宿依赖于两个重要的对象:System.
ServiceModel
.Activation.HttpModul
·
2015-10-30 12:13
host
把Membership,Role包装为WCF服务
nbsp;1 using System; 2 using System.Web.Security; 3 using System.
ServiceModel
·
2015-10-30 12:09
role
[WCF 学习笔记]. 配置文件
WCF 配置文件基本元素: <system.
ServiceModel
> <
·
2015-10-30 12:59
学习笔记
WCF配置文件(服务器端)
WCF 配置文件基本元素: <system.
ServiceModel
> <servi
·
2015-10-30 12:48
配置文件
把Membership,Role包装为WCF服务(ZT)
nbsp;1 using System; 2 using System.Web.Security; 3 using System.
ServiceModel
·
2015-10-30 11:00
role
WCF技术剖析之四:基于IIS的WCF服务寄宿(Hosting)实现揭秘
概括地说,基于IIS的服务寄宿依赖于两个重要的对象:System.
ServiceModel
.Activation.HttpModule和System.
·
2015-10-30 11:51
host
关于”System.
ServiceModel
.Activation.WebServiceHostFactory“与"
"以及RestFul/启用了Ajax的WCF服务
N久以前,曾看到园子里有一些wcf爱好者总是问:为啥启用了ajax的wcf对应的svc总要加一句Factory=System.
ServiceModel
.Activation.WebServiceHostFactory
·
2015-10-30 11:21
webservice
WCF发布多个服务
System.Collections.Generic; using System.Linq; using System.Text; using WcfServiceLibrary1; using System.
ServiceModel
.Configuration
·
2015-10-30 10:29
WCF
晕~毁了!
> <configuration> <system.
serviceModel
> <client> &
·
2015-10-28 08:35
WCF 学习笔记之异常处理
1:WCF异常在配置文件 <configuration> <system.
serviceModel
> <behaviors> <
·
2015-10-28 07:10
学习笔记
WCF 学习笔记之双工实现
其中 Client 和Service为控制台程序 Service.Interface为类库 首先了解契约Interface两个接口 using System.
ServiceModel
·
2015-10-28 07:09
学习笔记
使用WCF实现消息推送
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.
ServiceModel
·
2015-10-28 07:12
消息推送
【深入浅出WF】——持久化
WorkflowServiceHost类 命名空间:System.
ServiceModel
程序集:System.WorkflowServices.dll 我们通常使用IIS或者WAS(Windows
·
2015-10-27 16:39
持久化
WCF双工通信外网无法连接
由于项目需要把WCF部署外网,在公司完成程序,测试没有问题,wsDualHttpBinding 双工通信 客户端配置: <system.
serviceModel
> <bindings
·
2015-10-27 16:49
WCF
DataContractJsonSerializer类
注意用此类要引用System.
ServiceModel
.Web.dll与System.Runtime.Serialization.dll 1、属性 DataContractSurrogate
·
2015-10-27 16:51
Serialize
wcf异步编程
契约: using System; using System.
ServiceModel
; namespace WcfAsync { [ServiceContract]
·
2015-10-27 16:37
WCF
WCF:调用方未由服务器进行身份验证
服务器webconfig端配置文件,红色部分为添加部分 <system.
serviceModel
> <bindings> &
·
2015-10-27 16:59
WCF
wcf中使用Session
模式 [ServiceContract(SessionMode = SessionMode.Required)] 2.服务类添加ASPNETSESSION兼容标记 [System.
ServiceModel
.Activation.AspNetCompatibilityRequirements
·
2015-10-27 15:43
session
WCF传输List
时序列化问题
天使用WCF传输用户集合时出现了一个诡异的错误: System.
ServiceModel
.CommunicationException: 服务器未提供有意义的回复;这可能是由协定不匹配、会话过早关闭或内部服务器错误引起的
·
2015-10-27 15:51
object
WCF,The caller was not authenticated by the service
调用WCF时,出现下面的错误: System.
ServiceModel
.Security.SecurityNegotiationException : The caller was not
·
2015-10-27 15:02
service
语义Web服务的基本结构和构建工具(OWL-S/UDDI Matchmaker)
Axis:自动生成WSDL的服务描述; OWL-S Api:可将WSDL与OWL-S File互转(通过WSDL2OWL-S等类),提取OWL-S File中的ServiceProfile,
ServiceModel
·
2015-10-27 15:28
match
winform 程序中 反序列化
using System.Runtime.Serialization.Json; (如果不能引用.json),注意在项目引用中右击引用 System.
ServiceModel
·
2015-10-27 15:29
WinForm
WCF开发入门的六个步骤
项目引用节点右键添加System.
ServiceModel
引用。 B.  
·
2015-10-27 14:28
WCF
jQuery调用WCF
添加System.
ServiceModel
和System.
ServiceModel
.Web的引用 2. // 契约 [ ServiceContract
·
2015-10-27 14:48
jquery
WCF Trace
< system.
serviceModel
> < behaviors > &
·
2015-10-27 14:47
Trac
MVC-REST-SilverLight 之Api\CustomerApi.cs
using System.Collections.Generic; using System.
ServiceModel
; using System.
ServiceModel
.Web; using
·
2015-10-27 14:48
silverlight
.NET中JSON数据进行序列化和反序列化
DataContractJsonSerializer在System.Runtime.Serialization.Json命名空间下 ,.NET Framework 3.5包含在System.
ServiceModel
.Web.dll
·
2015-10-27 14:18
.net
wcf中的使用全双工通信
下面给出例子: 1.添加一个wcf类库 2.在服务契约添加如下一个片段 [ServiceContract(Namespace = "http://Microsoft.
ServiceModel
.Samples
·
2015-10-27 13:26
WCF
IIS8发布WCF接口中遇到的问题总结
我们直接将这个程序发布在IIS之下,或者直接F5运行本来美美的想看到程序运行成功的画面结果系统直接报黄页: 大致的信息就是这样"未能从程序集“System.
ServiceModel
, 
·
2015-10-27 13:25
IIS
知道WCF的地址用工厂通道方式快速调用WCF
知道WCF的地址用工厂通道方式快速调用WCF 1 using System; 2 using System.
ServiceModel
·
2015-10-27 12:53
WCF
WCF错误:413 Request Entity Too Large
服务端返回数据给客户端报错 在客户端配置文件中,主要是配置maxReceivedMessageSize <system.
serviceModel
> <
·
2015-10-27 12:21
request
项目重构--使用策略模式
System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.
ServiceModel
·
2015-10-27 12:25
策略模式
Web Service超限
问题现状: {System.
ServiceModel
.CommunicationException: An error occurred while receiving the HTTP response
·
2015-10-27 11:31
web Service
动态调用WCF服务
动态调用WCF服务,只需要提供*.svc地址, 1:命名空间: using System.
ServiceModel
.Channels;using System.
ServiceModel
; 2:创建访问类
·
2015-10-24 09:28
WCF
WCF请求加入到ASP.Net 的请求管道里头的配置说明
WCF的配置是位于system.
serviceModel
配置节点下。你会看到3个子节点:behaviors, serviceHostingEnvironment和serivces。
·
2015-10-23 09:09
asp.net
使用 WMI 进行诊断WCF
这可以通过 system.
ServiceModel
element一节中的 <diagnostics> Element的 wmiProviderEnabled 属性实现,如以下配置示例所示。
·
2015-10-23 09:21
WCF
WCF采用 netTcpBinding 发生的Socket errors
最近在项目中采用 Windows service 作为WCF services的宿主, 在服务和客户端的调用上没有发生如何的异常和错误,但是经常发生下述错误: “System.
ServiceModel
.CommunicationException
·
2015-10-23 09:12
socket
WCF 宿主配置文件app.config 的简单配置 说明
> < configuration > < system .
serviceModel
>
·
2015-10-23 09:59
config
WCF (.net4.0) 中舍去.svc文件
web.config 1 <system.
serviceModel
> 2 3 <serviceHostingEnvironment>
·
2015-10-23 09:15
.net
WCF 路由功能
最近项目使用到点WCF功能,路由服务,重要还是配置文件App.config Routing服务代码 using System.Text; using System.
ServiceModel
·
2015-10-23 09:15
WCF
给WebService WCF加系统日志
<system.diagnostics> <sources> <source name="System.
ServiceModel
"
·
2015-10-23 09:13
webservice
问题:Silverlight4+WCF +Windows 2008 64bit +IIs7+Db2 部署出现问题
配置错误: 无法读取配置节“system.
serviceModel
”,以为它缺少节声明 解决方法:使用“服务
·
2015-10-23 08:47
silverlight
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他