MVC使用基架添加控制器出现的错误:无法检索XXX的元数据
环境 vs2012
框架 mvc3
数据库 sqlservercompact4.0
出现的错误如下:
“
---------------------------
Microsoft Visual Studio
---------------------------
无法检索“MvcMusicStore.Models.Album”的元数据。Using the same DbCompiledModel to create contexts against different types of database servers is not supported. Instead, create a separate DbCompiledModel for each type of server being used.
---------------------------
确定
---------------------------
”
解决办法:http://stackoverflow.com/questions/12410673/using-the-same-dbcompiledmodel-to-create-contexts-against-different-types-of-dat
“
I switched providerName="System.Data.SqlServerCe.4.0"
with providerName="System.Data.SqlClient"
, and it created the Controller and Views.
OK, so switching to providerName="System.Data.SqlClient"
will get the controller and the views built, but the site won't run. If after using the switch to build the controller, you then switch it back to providerName="System.Data.SqlServerCe.4.0"
, it will then run. It's not pretty, but it should get you through the tutorial.
”
分为两部分
第一就是把webconfig中的数据库配置 providerName="System.Data.SqlServerCe.4.0 修改成 providerName="System.Data.SqlClient" 这样就可以添加成功控制器了
第二 生成控制器以后 在把 providerName="System.Data.SqlClient 改回 providerName="System.Data.SqlServerCe.4.0 就OK了
没有第二部的话 也就是说不还原回去的话 会报如下错误:
“
[Win32Exception (0x80004005): 找不到网络路径。] [SqlException (0x80131904): 在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: Named Pipes Provider, error: 40 - 无法打开到 SQL Server 的连接)]
”
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!