我正在使用Entity Framework创建一个网站,并且由于从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,如下所示:Compilation Error: [No relevant source lines]
有谁知道如何处理这个错误?我输了。