I am having trouble getting the old VS2008 ExpressionTree deubgger visualizer sample which is available here : http://code.msdn.microsoft.com/Visual-Studio-2008-C-d295cdba
Working with VS2010.
I understand that sample was built for an older version of .NET, and as such needs to be recompiled using the latest VS2010 DebuggerVisualizers.dll.
So here is what I have done
Copied the ExpressionTreeVisualizer.dll to the following locations
...\Documents\Visual Studio 2010\Visualizers
...\Program Files\Microsoft Visual Studio 10.0\Common7\Packages\Debugger\Visualizers
But I can't see the debugger visualizer in VS2010 at all.
Anyone know what I am doing wrong