随笔分类 -  问题记录

摘要:今天在浏览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)
摘要: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)