本套框架包含一律源码+数据库+文档
1、测试WCF服务可使用“WCF测试用户端”:wcftestclient.exe,只要在Visual studio command line 窗口中键入wcftestclient,就启动这个程序
2、VS2013调试连接数据库出现错误:
A first chance exception of type ’System.AccessViolationException’ occurred in System.Data.dll
处理方法:使用管理员身份运行CMD,输入netsh winsock reset并回车(注意,必需是已管理员身份运行,这个重置LSP连接)