可能你没有把那些
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\build\Runtime
里面的内容copy到
C:\Inetpub\wwwroot\webctrl_client\1_0
那里,试试!!

解决方案 »

  1.   

    the assembly is strong-named, try to add a reference to the assembly in vs.net
      

  2.   

    在添加引用中,.NET组件 把micriosoft那个控件加进来才可以使用
    using microsoft....
      

  3.   

    我用:
    using Microsoft.Web.UI.WebControls;
    引用了呀,
    可是还是出现:
    The type or namespace name 'Web' does not exist in the class or namespace 'Microsoft' (are you missing an assembly reference?)
    的提示
      

  4.   

    在解决方案管理器中,有一个引用,右击添加引用。然后点击浏览找到那个那个DLL文件。加进去就行了。这才是被引用了。