如何使用 EF 4.2 代码优先配置 mvc-mini-profiler
EF 4.1 Update 1 在分析方面存在错误,现已修复,我正在尝试使用 MySql 和 EF 4.2 Code First 来进行分析。
我尝试放置
MiniProfilerEF.Initialize();
在我的应用程序启动时收到错误
无法找到请求的 .Net Framework 数据提供程序。可能无法安装。
EF 4.1 Update 1 had an error in it with regards to profiling that has now been fixed and I am trying to get profiling working using MySql with EF 4.2 Code First.
I tried putting
MiniProfilerEF.Initialize();
in my application start but received the error
Unable to find the requested .Net Framework Data Provider. It may not be installed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://code.google.com/p/mvc-mini-profiler/
http://code.google.com/p/mvc-mini-profiler/