场景:Vista下,VS2008 Beta2, 建立WCF进程内托管服务,按下F5,打开WCF Test Client.这是会报错,说SvcUtil没有强签名. 于是执行以下命令行: sn -Vr "c:\program files\Microsof SDKs\Windows\v6.0A\Bin\SvcUtil.exe" 这时候, 报错说不能访问注册表. 这是因为没有使用管理员权限, 于是右击命... Read More
posted @ 2008-03-05 15:47 包建强 Views(675) Comments(1) Diggs(0) Edit
第一章 WCF基础 System.ServiceModel WCF中的所有消息均为SOAP消息,消息与传输协议无关(不仅限于HTTP) 服务的执行边界:客户端统一使用代理访问服务 地址,包括服务位置和传输协议,有5种: TCP地址: net.tcp://localhost:8002/MyService HTTP地址: http://localhost:8001 IPC地址: net.pipe... Read More
posted @ 2008-03-05 10:10 包建强 Views(1080) Comments(0) Diggs(1) Edit