0

我正在使用实体框架创建一个网站,并且由于从 VS2010 更改为 VS2012(处理 DBContexts 而不是 ObjectContexts)而获得了相当多的乐趣。我不得不重新创建实体模型几次,我想我已经把它全部整理好了,但我现在在登台机器上收到以下错误:

Server Error in '/' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: No Conceptual Schema node to embed as a resource

Source Error: 

[No relevant source lines]

一切都在本地机器上运行。数据模型指向网络上相同的 sql server 数据库,用于本地和暂存(目前,下一个技巧是让暂存指向实时数据,但这对于不同的 SO 问题来说是个问题:)。

我发现关于“无概念架构...”错误消息的信息很少,但我检查了“启用 32 位应用程序”是否设置为 true,如下所示: 编译错误:[无相关源代码行]

有谁知道如何处理这个错误?我迷路了。

4

0 回答 0