在 VSeWSS 部署的打包阶段,会引发异常。从日志中:
2009/11/02 11:59:46 错误 System.ArgumentException:已添加具有相同键的项目。
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource 资源) 在 System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add) at System.Collections.Generic.Dictionary
2.Add(TKey key, TValue value) 在 Microsoft.SharePoint.Tools.SharePointProxies.WSPViewFacade.CreateWebPartReferenceResolverClassMap(String[] paths) 在 VSeWSS.Server .Services.SPService.CreateWebPartReferenceResolverClassMap(String[] 路径)
有没有人见过这个?我检查了我所有的 feature.xml 文件和我的 solution.xml 以查看是否有任何 id 被重复,但它们不是。我还检查了功能的名称,它们也没有重复。有什么提示吗?