貌似本地的都可以吧 如果不太多 你可以添加至solution 然后引用 进而DEBUG

解决方案 »

  1.   

    我这样做的:1. 建一个web项目,从工具栏拖拽 UltaWebGrid 到 default.aspx 页面上。这个web项目可以顺利编译和执行。2. copy WebGrid 源码文件到这solution下,并加入到 solution 里。 这个 WebGrid 项目也可以编译通过。3. 在web项目的Bin文件,添加reference,选择WebGrid/Bin/debug/Infragistics2.WebUI.UltraWebGrid.v7.3.dllsolution文件夹结构是这样的
    infragistics
      Web
      WebGrid再编译就报错了:
    The type 'Infragistics.WebUI.UltraWebGrid.UltraWebGrid' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\web\271bf535\1eee9e8\assembly\dl3\92f67dd2\d6993554_77b5c801\Infragistics2.WebUI.UltraWebGrid.v7.3.DLL' and 'c:\WINDOWS\assembly\GAC_MSIL\Infragistics2.WebUI.UltraWebGrid.v7.3\7.3.20073.38__7dd5c3163f2cd0cb\Infragistics2.WebUI.UltraWebGrid.v7.3.dll' E:\project\vs2005\infragistics\Web\Default.aspx
      

  2.   

    我从web.config里,删除了
    <add assembly="Infragistics2.WebUI.UltraWebGrid.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
    可还好不行
      

  3.   

    可还是不行。又删掉了
    c:\WINDOWS\assembly\GAC_MSIL\Infragistics2.WebUI.UltraWebGrid.v7.3\可是这文件夹会自动恢复。