- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试设置 tfs 和 sharepoint 之间的构建集成。
我们有一个单独的构建服务器。我们已关注 these steps并检查它们的正确性 3 次。但是在 sharepoint 构建中,我们不断遇到此错误。是的,这些文件存在于构建服务器上。C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\SharePointTools\Microsoft.VisualStudio.SharePoint.targets (416): Could not load file or assembly 'Microsoft.VisualStudio.SharePoint.Designers.Models, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified
请指教。
更新 1:
1. 当我从构建定义中删除 .SLN 并一个一个添加 csproj 时,构建完成但我收到每个项目的警告(10 次)
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets (610):未为项目“Pwc.SP.DMS.CLF.CustomContentField.csproj”设置 OutputPath 属性。请检查以确保您为此项目指定了配置和平台的有效组合。 Configuration='Debug' Platform='Any CPU'。您之所以会看到此消息,可能是因为您尝试在没有解决方案文件的情况下构建项目,并且为该项目指定了不存在的非默认配置或平台
我设置了/p:IsPackaging=true 但是在 drop 文件夹中我只看到日志文件,没有 wsps 或 dll。
如果我删除 csproj 并添加 .sln 然后我再次收到此错误:C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\SharePointTools\Microsoft.VisualStudio.SharePoint.targets (416): Could not load file or assembly 'Microsoft.VisualStudio.SharePoint.Designers.Models, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified
最佳答案
如果将程序集复制到生成服务器,则可能没有复制 Microsoft.VisualStudio.SharePoint.Designers.Models 所依赖的所有程序集。我会使用 Reflector 或某种反汇编程序来查看依赖项。一旦你把它们都放在那里,你应该不再看到加载问题。有时,问题与在构建服务器上运行的进程的架构有关。
我会在构建服务器上使用 msbuild 手动构建解决方案或项目,即
msbuild a.sln/p:OutDir=e:\dir\/p:Configuration=Release/p:Platform="Any CPU"
msbuild a.csproj/p:OutDir=e:\dir\/p:Configuration=Release/p:Platform=AnyCPU
关于sharepoint - Microsoft.VisualStudio.SharePoint.targets (416) : Could not load file or assembly 'Microsoft. VisualStudio.SharePoint.Designers.Model,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21937898/
我是一名优秀的程序员,十分优秀!