可以提供一个安装最简单是树:http://218.56.11.178:8020/web/index.aspx-》软件基地-》控件-》asp.net->tree控件只需运行即可用法:http://218.56.11.178:8020/web/index.aspx-》软件基地-》源码-》asp.net->Kaersoft论坛源码v0.2

解决方案 »

  1.   

    go to www.asp.net to download the IE webcontrol's sourcecode,
    install it and build the codes, you will get the Microsoft.Web.UI.WebControls.dll
    put it in your web application's bin directory(don't forget the images and htc files)
      

  2.   

    到微软下载一个 iewebcontrols 组件再安装!!就行了!
      

  3.   

    或者把iewebcontrol。dll引用 过来也可以 ,最好是安装iewebcontrol.msi
      

  4.   


    你的代码: 
    <%@ Register TagPrefix="mytree" 
    Namespace="Microsoft.Web.UI.WebControls" 
    Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, 
    PublicKeyToken=31bf3856ad364e35" %>
    我看了我的treeview 控件   他的 Version=1.0.2.116我没有调试你的代码 ,但是把 Version=1.0.2.116  改为 Version=1.0.2.226  是也出现这个类似的错误 分析器错误 
    说明: 在分析向此请求提供服务所需资源时出错。请检查下列特定分析错误详细信息并适当地修改源文件。     “分析器错误信息: 找不到文件或程序集名称“Microsoft.Web.UI.WebControls”,或找不到它的一个依赖项。”
         原来我也有这样的错误,我把这个改了就好了
         你把 Version=1.0.2.226  改 为 Version=1.0.2.116  试试
      

  5.   

    这些代码在VS.NET里是可以调试的..谢以上的各位..不理了..结贴