会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Zero#
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
问题记录
ASP.NET MVC4 with MySQL: Configuration Error (MySql.Web.v20)
摘要:今天在浏览ASP.NET项目时,提示如下错误:Could not load file or assembly 'MySql.Web.v20, Version=6.9.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of it...
阅读全文
posted @
2015-03-09 14:55
Zero#
阅读(307)
评论(0)
推荐(0)
使用EnityFramework时,如何将指定字符串用作将连接到数据库的名称或者连接字符串名称
摘要:1 public class EFDbContext : DbContext2 {3 public EFDbContext()4 : base("name=MySqlCon")//这里可以指定web.config中连接数据库字符串的name值5...
阅读全文
posted @
2015-01-03 16:42
Zero#
阅读(156)
评论(0)
推荐(0)
公告