views:

125

answers:

2

I found this but this is not working for me.I added a reference and also tried to also copy it to this directory -\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\Visualizers Has anyone tried using this or something similiar that helps me see the sql code generated by Linq query.I know I can use the profiler but I want something more easier and quick and this visualizer i thought would be the best... I am using vs2010 and .net 4.0 any ideas ?

+1  A: 

Hi Misnomer, Kindly visit the Q&A section in [http://visualstudiogallery.msdn.microsoft.com/en-us/99468ece-689b-481c-868c-19e00e0a4e69]. There are steps to get this visualizer working. Today i've released the WPF version of the visualizer where you can add/edit linq query parameters and also export the query results to Excel.

To learn more on how to use the tool kindly visit my website. Further there are few blogs like http://www.thinqlinq.com/Post.aspx/Title/LINQ-to-Entity-Visualizer explaining how to get it working.

Two main items to get it working are

  1. Download to correct folder and using the properties window in Windows Explorer unblock to use internet downloaded files.
  2. Add in devenv.exe.config file.

For WPF version you'll have two dlls.

Regards

Venkat

Venkat
+1  A: 

Hi, Kindly visit http://www.rajavenkatesh.com and click "How to Use" under Linq to entities debug visualizer. You'll have two steps to get it working. Also read on how to edit parameters, change native sql and verify your query.

Regards

Venkat

Venkat
you really shouldn't create a extra user just to spam your website agian..
Davy Landman