首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >生成过程中缺少引用的组件

生成过程中缺少引用的组件
EN

Stack Overflow用户
提问于 2015-05-15 19:34:38
回答 2查看 31关注 0票数 0

问题解决者:

我正在使用Windows Phone 8应用程序。我刚被介绍到这个产品,但是这个项目已经达到了一定的水平。我把代码拉到我的计算机上,当我尝试构建应用程序时,我得到了“无法找到引用的组件'xxxxxxxxxx‘”。(如下所示的片段)。

EN

回答 2

Stack Overflow用户

发布于 2015-05-15 19:47:14

下面是一个算法:

如果您刚加入一个项目,无法构建项目:GOTO A

  • If,您想要自己修复它:

代码语言:javascript
复制
- Do you use NuGet, if not mention this to your other fellow devs. It's a good idea to pick up. NuGet will re-download binaries from central repository(ies) when you rebuild a project
- Open project file in notepad (.csproj) and look where the references point to. It's likely they point to some `/bin` or `/obj` folder which developers shouldn't commit and didn't commit. Get the right binaries from other developers or elsewhere, create a folder, like `libs` in your solution, put the binaries there and reference from VS these binaries. Ensure that the `libs` folder is committed to source control

  • 开始使用构建服务器来捕获此类问题

A ====

建议您的开发伙伴(其他项目提交者)修复引用并提交到源代码控制,以便您可以选择它们

票数 2
EN

Stack Overflow用户

发布于 2015-05-15 20:14:45

问题出在我的主动解决方案平台上。参考资料或项目是针对"x86“平台的,而我正在尝试使用”任何CPU“平台进行构建。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/30258499

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档