using System.Web.UI; [assembly: TagPrefix("XXX", "YYY")] //XXX为自定义控件的名称空间,YYY为你所想要得名字 添加到AssemblyInfo.cs文件中