摘要:
-MSDN中文网站http://msdn.microsoft.com/zh-cn/-MSDN Webcast 中文网络广播http://msdn.microsoft.com/zh-cn/dd796167-MSDN Webcast 论坛http://social.msdn.microsoft.com/... 阅读全文
摘要:
using System;using System.Data;using System.Xml;using System.Data.SqlClient;using System.Collections;using System.Configuration;namespace BookDAL{ ///... 阅读全文
摘要:
Could not load type ‘System.ServiceModel.Activation.HttpModule’ from assembly ‘System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b... 阅读全文
摘要:
通过SvcUtil.exe生成客户端代码和配置WCF服务调用通过两种常用的方式:一种是借助代码生成工具SvcUtil.exe或者添加服务引用的方式,一种是通过ChannelFactory直接创建服务代理对象进行服务调用。下面简单说下如何通过SvcUtil.exe的方式调用服务:SvcUtil.exe... 阅读全文