且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

找不到概念模式节点嵌入作为输入文件资源

更新时间:2023-11-17 23:00:22

您遇到了此问题上的TFS构建什么时候?

Are you running into this problem when building on TFS?

如果是这样,我今天经历了同样的问题:

If so, I experienced the same problem today:

Could not find the Conceptual Schema node to embed as a resource for input file ...
Could not find the Storage Schema node to embed as a resource for input file ...
Could not find the Mapping node to embed as a resource for input file ...

告诉我的TFS构建服务器我们的居民构建专家没有.NET 4.5加载。

Our resident build expert informed me the TFS build server did not have .NET 4.5 loaded.

要解决这个问题,我设置了项目属性到.NET 4.0,而不是.NET 4.5,再生我的EDMX文件/服务,并成功建造/签入

To resolve the problem, I set the project properties to .NET 4.0 instead of .NET 4.5, regenerated my EDMX file/service, and successfully built/checked-in.