IE Web Controls
这是因为你引用的命名空间(namespace)Microsoft.Web.UI.WebControls没有被添加引用,因此在程序调试运行时无法被加载。
你可以到微软的网站或者http://www.asp.net/下载microsoft.web.ui.webcontrols.
具体操作提示:在http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1下载microsoft IE webcontrols,然后按下面步骤安装
1.运行IEwebcontrol.exe,比如安装在 C:\Program Files\IE Web Controls
2.设置C:\Program Files\IE Web Controls下build.bat为可写,用记事本打开并修改csc.exe /out:build\Microsoft.Web.UI.WebControls.dll @IEWebControls.rsp为
D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe /out:build\Microsoft.Web.UI.WebControls.dll @IEWebControls.rsp,然后执行。
3.运行/cmd , cd C:\Program Files\IE Web Controls
4.xcopy /s /i .\samples c:\Inetpub\wwwroot\sampleapp /y
5.xcopy /s /i .\build\Runtime c:\Inetpub\wwwroot\webctrl_client\1_0 /y
你可以到微软的网站或者http://www.asp.net/下载microsoft.web.ui.webcontrols.
具体操作提示:在http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1下载microsoft IE webcontrols,然后按下面步骤安装
1.运行IEwebcontrol.exe,比如安装在 C:\Program Files\IE Web Controls
2.设置C:\Program Files\IE Web Controls下build.bat为可写,用记事本打开并修改csc.exe /out:build\Microsoft.Web.UI.WebControls.dll @IEWebControls.rsp为
D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe /out:build\Microsoft.Web.UI.WebControls.dll @IEWebControls.rsp,然后执行。
3.运行/cmd , cd C:\Program Files\IE Web Controls
4.xcopy /s /i .\samples c:\Inetpub\wwwroot\sampleapp /y
5.xcopy /s /i .\build\Runtime c:\Inetpub\wwwroot\webctrl_client\1_0 /y