add reference,把dll引进来看看

解决方案 »

  1.   

    引入了,但是引用的时候出错
    F:\interpub\TestDll\bin\Master.dll Referenced class 'Master' has base class or interface 'System.Web.Services.Protocols.SoapHttpClientProtocol' defined in an assembly that is not referenced.  You must add a reference to assembly 'System.Web.Services'.
    噢,我忘了添加到System.Web.Services.dll的引用
    添加上以后就好了
      

  2.   

    奇怪的是在VS.net环境的Solution Explorer中看到了引用,但是并没有自动添加using指令,那么这些记录在哪呢?
      

  3.   

    按Ctrl+Alt+J 打开Object Browser Windows
    这里可以看到此solution中的所有类
    菜单是 View -> Other Window -> Object Browser
      

  4.   

    看看:
    http://www.csdn.net/develop/read_article.asp?id=13801
    文章的Script有点bug,copy/paste出来看吧。