摘要: Person.svc注意这里的Service直接应用dll文件中的名称空间+类名就可以了,不用置顶dll文件所在的位置了,系统会自动根据名称去所有的dll文件中按照名称来查找。PersonService.DLLusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace PersonService{ public class PersonS:IPerson { public string GetName() { ... 阅读全文
posted @ 2013-11-21 21:38 feidaochuanqing 阅读(170) 评论(0) 推荐(0) 编辑