在 TFS 2010 上构建 BizTalk 2009 项目
我正在尝试在 TFS 2010 上构建 biztalk 2009 项目,但我一直遇到同样的错误。
C:\BuildsShare\....\Schema\ShippingConfirmation.xsd: Could not find file 'Microsoft.BizTalk.TOM.resources'.
还有其他人遇到过这个问题吗?
I am trying to get a biztalk 2009 project to build on TFS 2010, and i keep running into this same error.
C:\BuildsShare\....\Schema\ShippingConfirmation.xsd: Could not find file 'Microsoft.BizTalk.TOM.resources'.
I have seen this post, it resolved some of my build problems but not all, specifically I haven not seen any reference to 'Microsoft.BizTalk.TOM.resources'. The assembly is called Microsoft.BizTalk.TOM.dll, I have tried GACing it. I have tried not referencing specific versions. I have tried explicitly referencing it. None changes the error. What is maddening is that it builds in Visual Studio on the same box, it build using both msbuild 3.5 and msbuild 4, from the same build directory that tfs is using.
Has anyone else run into this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要构建整个解决方案,而是尝试构建单独的项目。有时这可以解决您遇到的问题类型。
Instead of building the entire solution, try building individual projects. Sometimes this will solve the type of issue you're seeing.