简体   繁体   English

带有IdeaBlade的EFProf(实体框架分析器)

[英]EFProf (Entity Framework Profiler) with IdeaBlade

Have anybody used EFProf ( http://www.hibernatingrhinos.com/products/EFProf ) with IdeaBlade? 是否有人将EFProf( http://www.hibernatingrhinos.com/products/EFProf )与IdeaBlade一起使用? I have problems with start working with that. 我在开始使用它时遇到问题。 There is the connection between apps (because I see name of the app in toolbar) but no queries are presented. 应用之间存在连接(因为我在工具栏中看到了应用的名称),但未显示查询。 Any ideas? 有任何想法吗?

In an n-tier or Silverlight application make sure that you call the EFProf initialization on the server. 在n层或Silverlight应用程序中,请确保您在服务器上调用EFProf初始化。 The application_start method in the global.asax is a good place for this. global.asax中的application_start方法是一个不错的选择。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM