添加引用:.NET/COM/项目
在.NET栏列表里找

解决方案 »

  1.   

    1、你添加是否成功啊?(看看返回信息)
    2、在’控制面板/管理工具‘里有.Net的配置工具(MMC的Microsoft .NET Framework Configuration)
      

  2.   

    我添加成功了,具体如下:
    ------------------------------------
    D:\studio.net\Wrox.ProCSharp\bin>cd debugD:\studio.net\Wrox.ProCSharp\bin\Debug>gacutil /i wrox.procsharp.dllMicrosoft (R) .NET Global Assembly Cache Utility.  Version 1.0.3705.0
    Copyright (C) Microsoft Corporation 1998-2001. All rights reserved.Assembly successfully added to the cache
    -----------------------------------
    另外,我发现assembly目录下的所有文件,在通过集成开发环境,选择“添加引用”,然后通过对话框转到"c:\winnt\assembly"目录,发现目录中列出的任何文件,都无法添加成为引用,为何???
      

  3.   

    MSDN上有详细的说法。给你贴出来
    ms-help://MS.VSCC/MS.MSDNVS.2052/cpguide/html/cpconhowruntimelocatesassemblies.htm