mishrsud / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

Sql not being profiled with EF 4.1 Code First and Sql 2008 R2 #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Edit the connection string in Web.config
2. Run the sample solution

What is the expected output? What do you see instead?
Sql Profiling and none was available

What version of the product are you using? On what operating system?
1.7.00 on Win 7

Please provide any additional information below.
I updated the db provider in web.config from 1.5.0.0 to 1.6.0.0 and finally 
1.7.0.0 but still was not able to get profiling going.

Thanks for a great product.

Original issue reported on code.google.com by CraigAnt...@gmail.com on 4 Aug 2011 at 4:14

Attachments:

GoogleCodeExporter commented 8 years ago
Maybe because of this:

http://weblogs.asp.net/fbouma/archive/2011/07/28/entity-framework-v4-1-update-1-
the-kill-the-tool-eco-system-version.aspx

http://ayende.com/blog/75777/entity-framework-4-1-update-1-backward-compatibilit
y-and-microsoft

Original comment by catalin....@gmail.com on 5 Aug 2011 at 7:58