直接按照他的说明重新生成一个dll,用xcopy拷贝到目标文件夹,一般是wwwroot/webctrl_client目录下,里面的内容说的很清楚!

解决方案 »

  1.   

    不对,请看你的iis默认主目录是那里,如果默认目录改变了webctr__Client也会进行相应的变化。如果出现这情况请把iis默认目录该成C:\Inetpub\wwwroot
    从新安装下就好了
      

  2.   

    1.  Make sure you have installed the .NET Framework SDK v1.0 or v1.1
    2.  Run Build.bat, which will create a build folder in this directory.  
        The build folder contains Microsoft.Web.UI.WebControls.dll and a 
        Runtime directory of supporting files.To run the IE Web Controls:1.  Copy the contents of the Runtime directory to the webctrl_client\1_0
        directory under your top-level site directory.  For example, if your 
        site root is c:\Inetpub\wwwroot, type this at the command prompt:    xcopy /s /i .\build\Runtime c:\Inetpub\wwwroot\webctrl_client\1_0 /y    This will create the following directory structure under the site:      /webctrl_client/1_0
            MultiPage.htc
            TabStrip.htc
            toolbar.htc
            treeview.htc
            webservice.htc
            webserviced.htc
            [images]
            [treeimages]2.  Create a new web application in IIS and copy the contents of the
        samples directory to this application directory.  For example:    xcopy /s /i .\samples c:\Inetpub\wwwroot\sampleapp /y3.  Create a /bin subdirectory for the application and copy the file
        Microsoft.Web.UI.WebControls.dll to this directory.    The contents of the application will be as follows:      /sampleapp
            multipage.aspx
            state_city.xml
            tabstrip.aspx
            toolbar.aspx
            treeview.aspx
            treeview_bound.aspx
            /bin
              Microsoft.Web.UI.WebControls.dll4.  Request the sample pages from your Internet Explorer web browser, for
        example: http://localhost/sampleapp/multipage.aspx照做没有啊!那个目录是拷贝的,不是自己生成的。
      

  3.   

    我的默认目录就是C:\Inetpub\wwwroot常理来说iewebcontrols.msi是自我安装的,应该不需要自己创建目录吧?
    我不是用那个iewebcontrols.exe那个组件.
    没法解决吗?
    不能解决这个问题总是觉得怪怪的 ><
      

  4.   

    到这里去看看:
    C:\Program Files\Microsoft Internet Explorer WebControls
    C:\Program Files\IE Web Controls
      

  5.   

    C:\Program Files\IE Web Controls目录是iewebcontrols.exe 预设创建的
    如果用iewebcontrols.exe 这个档案,然后手动安装Tree控件,我当然会啊~可是我比较想知道为何iewebcontrols.msi会安装失败? 
    sos!!
      

  6.   

    http://www.microsoft.com/downloads/details.aspx?FamilyID=FAC6350C-8AD6-4BCA-8860-8A6AE3F64448&displaylang=en就是这个!!!