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 Service中HttpContext.Current为null的解决办法
在hosting WCF的web.config中加入: <system.
serviceModel
> <serviceHostingEnvironment
·
2015-10-31 11:08
service
菜菜从零学习WCF五(生成客户端)
1.获取服务协定、绑定和地址 --通常,可以通过使用
ServiceModel
Metadata Utility Tool(Svcutil.exe)完成此操作 从服务中下载元数据,并使
·
2015-10-31 11:51
WCF
WCF cookie
System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.
ServiceModel
·
2015-10-31 11:02
cookie
未能从程序集“System.
ServiceModel
, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中加载 .
第一步:修改配置文件 %windir%/system32/inetsrv/config/applicationHost <add name="
ServiceModel
"
·
2015-10-31 11:36
service
创建WCF Service步骤
1) Define data & service contracts Import: System.
ServiceModel
/ System.Runtime.Serialization
·
2015-10-31 11:54
service
使用WCF Ria取得子表的数据,一直为null
解决方法: 在子表的实体类中,加入[Include] using System.
ServiceModel
.DomainServices.Server; [Include
·
2015-10-31 11:07
null
WCF 自定义授权
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.
ServiceModel
·
2015-10-31 11:37
WCF
配置文件结构
<system.
serviceModel
> <!
·
2015-10-31 11:21
配置文件
WCF开发的几个频骤
项目引用节点右键添加System.
ServiceModel
引用。 B. &
·
2015-10-31 11:21
WCF
WCF tcpTrace.exe配置
> <configuration> <system.
serviceModel
> <behaviors> <serviceBehaviors
·
2015-10-31 11:33
Trac
Fidder 监控WCF
> <configuration> <system.
serviceModel
> <bindings> &
·
2015-10-31 11:33
WCF
WCF启用Session
1 服务类添加ASPNETSESSION兼容标记 [System.
ServiceModel
.Activation.AspNetCompatibilityRequirements(RequirementsMode
·
2015-10-31 11:13
session
WCF 客户端解决大数据量传输配置
1 <system.
serviceModel
> 2 <bindings> 3 <basicHttpBinding> 4
·
2015-10-31 10:40
大数据量
WCF配置文件注释
> <configuration> <system.
ServiceModel
>  
·
2015-10-31 10:33
配置文件
SQL2005 2008配置错误,无法识别的配置节 system.
serviceModel
machine.config配置文件有问题
当装上2008的时候,你以前的程序突然报出你的machine.config配置文件有问题,比如 “/” 应用程序中的服务器错误。 配置错误 说明 : 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 分析器错误消息 : 无法识别的配置节 system.se
·
2015-10-31 10:29
service
WCF简单示例
1、服务契约using System.
ServiceModel
; namespace Contracts{ [ServiceContract(Name = "GatherService"
·
2015-10-31 10:40
WCF
无法激活服务,因为它不支持 ASP.NET 兼容性
aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" /> 需要加入这段代码: using System.
ServiceModel
.Activation
·
2015-10-31 10:34
asp.net
WCF配置文件注释
><configuration> <system.
ServiceModel
> <!
·
2015-10-31 10:02
配置文件
WCF 暴露元数据的配置
> < configuration > < system.
servicemodel
>  
·
2015-10-31 10:19
WCF
未能从程序集“System.
ServiceModel
, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中加载类
第一步:修改配置文件 %windir%/system32/inetsrv/config/applicationHost <add name="
ServiceModel
"
·
2015-10-31 10:00
service
WCF 第一章 基础 使用代码生成WCF服务
完成一个WCF服务,你要完成一个.NET 类然后使用System.
ServiceModel
属性来修饰这个类。
·
2015-10-31 10:33
代码生成
WCF 第一章 基础 更多关于配置文件的内容
服务控制文件web.config 或是 app.config 依赖于服务是如何被寄宿的,它们必须包含一个<system.
serviceModel
>节点。
·
2015-10-31 10:33
配置文件
解决:Could not load type 'System.
ServiceModel
.Activation.HttpModule' from assemb
解决:Could not load type 'System.
ServiceModel
.Activation.HttpModule' from assembly 'System.ServiceMode
·
2015-10-31 10:15
service
Could not load type ‘System.
ServiceModel
.Activation.HttpModule’ from&
Could not load type ‘System.
ServiceModel
.Activation.HttpModule’ from assembly ‘System.
ServiceModel
, Version
·
2015-10-31 09:23
service
WCF + FormsAuthentication + Cookie 变通解决方法
大多是: <system.
serviceModel
> <serviceHostingEnvironment aspNetCompatibilityEnabled="
·
2015-10-31 09:43
Authentication
一步步创建WCF 服务
创建普通的类库文件,不要创建WCF类库,不清楚原因的童鞋自己试一下,就知道两者的不同了,代码如下: using System.Collections.Generic; using System.
ServiceModel
·
2015-10-31 09:14
WCF
一次搞懂WCF 配置文件
一个标准的服务端配置文件所包含的主要xml配置节如下所示:<system.
ServiceModel
> <services> &
·
2015-10-31 09:14
配置文件
WCF之传递较长字符串(参数)
又经过了多方资料的查询,最终得到了解决方案,主要是对web.config进行正确的配置,代码如下: <system.
serviceModel
> <behaviors
·
2015-10-31 09:09
WCF
sharepoint securityToken.svc 无法打开
出错提示: Sender Information: System.
ServiceModel
.ServiceHostingEnvironment+HostingManager/17653682 Exception
·
2015-10-31 09:30
SharePoint
WCF- 契约Contract(ServiceContract、OperationContract、DataContract、ServiceKnownType和DataMember)
System; using System.Collections.Generic; using System.Linq; using System.Text; using System.
ServiceModel
·
2015-10-31 09:48
service
获得WCF Client端的本地端口 z
首先,反编译System.
ServiceModel
.dll的代码,查找Socket,然后,就是一直反复的“转到定义”、“查找所有引用",最后利用反射搞
·
2015-10-31 09:43
client
AppFabric Caching ERRCA0016 解决办法
报错如下:System.
ServiceModel
.FaultException: ErrorCode<ERRCA0016>:SubStatus<ES0001>:The connection
·
2015-10-31 09:25
APP
WCF net.tcp方式的配置
-- WCF配置部分 --> <system.
serviceModel
> <services>  
·
2015-10-31 09:20
WCF
WCF 提高传输数据性能方法之一 (使用压缩)
服务端App.config <system.
serviceModel
> <services> <service behaviorConfiguration="
·
2015-10-31 09:18
WCF
找不到类型{0} 它在 ServiceHost 指令中提供为 Service 特性值
的类名也改成了跟 web.config对应的命名空间后 在添加引用后,出现了错误: “找不到类型{0} 它在 ServiceHost 指令中提供为 Service 特性值,或在配置元素 system.
serviceModel
·
2015-10-31 09:51
service
WCF X.b 操作引用了已经从 Y.b 操作导出的消息元素 [http://tempuri.org/:b]。可以通过更改方法名称或使用 OperationContractAttribute 的 Name 属性更改其中一个操作的名称...
IncludeExceptionDetailInFaults=true 创建的 ExceptionDetail,其值为: System.InvalidOperationException: 在调用 WSDL 导出扩展过程中引发异常: System.
ServiceModel
.Description.DataContractSerializerOperationBeha
·
2015-10-31 09:49
attribute
WCF 第四章 绑定 创建一个自定义绑定
一个自定义绑定的代码使用 System.
ServiceModel
.Channels命名空间中的Cust
·
2015-10-31 09:45
WCF
替换WCF默认序列化方式
System.Collections.Generic; using System.Linq; using System.Text; using System.
ServiceModel
.Description
·
2015-10-31 09:02
WCF
WCF中使用自定义behavior提示错误的解决方法
配置方法就是在system.
serviceModel
/extensions/behaviorExtensions节点下注册自定义的behavior,之后就可以在behaviors节点中使用。
·
2015-10-31 08:41
WCF
WCF 4.0中的动态发现服务WS-Discovery
现在,WCF 4.0中提供了发现服务的支持,当我们再想调用一个服务时,没必要去知道该服务的具体地址,WCF 4.0实现了OASIS的WS-Discovery标准,相关的类定义在System.
ServiceModel
.Discovery
·
2015-10-31 08:32
over
WCF服务中操作FormsAuthentication的Cookie
在asp.net 应用程序和WCF服务之间共享FormsAuthentication,默认是不支持的,设置一下非常的简单,只需要两步就可以了: 1、在web.config的system.
serviceModel
·
2015-10-31 08:31
Authentication
WCF传输大数据 --断点续传(upload、download)
1 using System; 2 using System.IO; 3 using System.Runtime.Serialization; 4 using System.
ServiceModel
·
2015-10-31 08:20
download
WCF入门教程(三)属性标签
1、ServiceContract(服务协定) 全名:System.
ServiceModel
.ServiceContractAttribute 功能:指示接口或类在
·
2015-10-31 08:16
WCF
一个WCF的HelloWorld程序
然后依次创建下面三个项目: Contracts:类库项目,添加System.
ServiceModel
的引用。
·
2015-10-31 08:08
helloworld
Mono下的WCF的Bug?
1:定义服务契约 using System.
ServiceModel
; namespace BugTest.Contract { [ServiceContr
·
2015-10-30 16:04
WCF
WCF X.509证书验证
创建证书: makecert.exe -sr CurrentUser -ss My -a sha1 -n CN=WCfServer -sky exchange -pe 1.服务器端: system.
serviceModel
·
2015-10-30 15:39
WCF
WCF Part 5 : Consuming the service
注意不要忘了添加System.
ServiceModel
引用。一旦做完了上面的步骤,就能顺利编译了。 首先,创建一个HelloClien
·
2015-10-30 15:09
service
查看端口连接状态
System.Collections.Generic; using System.Linq; using System.Net; using System.Net.NetworkInformation; using System.
ServiceModel
.Description
·
2015-10-30 14:58
查看端口
WF3.5 的SendActivity、ReceiveActivity与WorkflowServiceHost (2)
WorkflowServiceHost System.
ServiceModel
.WorkflowServiceHost 为基于工作流的服务提供宿主 使用 WorkflowServiceHost
·
2015-10-30 14:41
Activity
WCF JSON和AspnetCompatibility的配置
在WCF Service Application中加入<enableWebScript> < system.
serviceModel
>
·
2015-10-30 14:33
json
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
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
其他