Hi,
I am learning to write a debug visualizer in vs2008 C#. But keep getting the error saying that MyDebugVisualizer dll can't be loaded when I am in debug mode and click the magnifying glass icon.
My app project is referencing the visualizer project. Before the type definition I have:
[DebuggerVisualizer(typeof(MyVisualizer))] [Serializable]
I tried putting the visualizer dll in: C:\Program Files\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\Visualizers or C:\Documents and Settings\zlee\My Documents\Visual Studio 2008\Visualizers
Is there something else missing?