Hi 冷月孤星,
看你的错误日志:“加载控件模板文件 /_controltemplates/TaxonomyPicker.ascx 失败: 未能从程序集“Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c”中加载类型“Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker”。
错误 2012/2/17 11:31:30 Microsoft-SharePoint Products-SharePoint Foundation 7043 Web 控件 加载控件模板文件 /_controltemplates/KpiListFormTemplates.ascx 失败: 无法识别的属性“targetFramework”。请注意属性名称区分大小写。 (C:\Program Files\Common Files\Microsoft Shared\Web
Server Extensions\14\template\layouts\web.config line 4)”。
1、 请你按如下方式检查一下你的服务器:
2、 查看你的用户控件对应的dll是否注册添加到你的sharepoint服务器bin/GAC目录下。
3、 检查你的用户控件是否强命名。
4、 检查webconfig文件中是否添加了应用,注意空格,以及大小写。例如:<SafeControl Assembly="WSPBuilderProject5, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8148231e68789875" Namespace="WSPBuilderProject5" TypeName="*" Safe="True" />。
5、 检查是否存在引用的其他dll,如存在则需注册引用。
下面英文链接提供了的安装dll到GAC的方法:
http://rehmangul.sauftveyr.com/2009/11/30/stsadm-and-wspbuilder-deployment-commands/
Thanks,
Lhan Han