9 thoughts on “Righthand Dataset Debugger Visualizer updated to 1.0.8 for Visual Studio 2012

  1. I'm getting an exception pretty regularly using the 1.0.8 version along with VS 2010. I haven't been able to figure out what exactly triggers the problem, but the exception log always indicates the problem has to do with ToolTips. I've posted the stack trace that is displayed when the error occurs.

    Thanks,
    -David Michener

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
    at RightHand.DebugerVisualizer.Dataset.Engine.ContentFrm.toolTipController_GetActiveObjectInfo(Object sender, ToolTipControllerGetActiveObjectInfoEventArgs e)
    at DevExpress.Utils.ToolTipController.OnGetActiveObjectInfo(ToolTipControllerGetActiveObjectInfoEventArgs e)
    at DevExpress.Utils.ToolTipController.OnControlMouseMove(Object sender, MouseEventArgs e)
    at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e)
    at DevExpress.XtraGrid.GridControl.OnMouseMove(MouseEventArgs ev)
    at System.Windows.Forms.Control.WmMouseMove(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m)
    at DevExpress.XtraGrid.GridControl.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

  2. Hi Miha,

    I downloaded loaded version 1.0.8 for both VS 2010 and 2012. In VS 2010 it seems to work fine, but for VS 2012 I get I get the following.

    for DataSet visualization:
    "System.InvalidCastException: Unable to cast object of type 'Right Hand.DebuggerVisualizer.Dataset.DataSet Debugger Side' to type 'Microsoft.VisualStudio.DebuggerVisualizers.DialogDebuggerVisualizer'"

    for DataTable visualization:
    "Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.RemoteObjectSourceException: Unable to cast object of type 'Righthand.DebuggerVisualizer.Dataset.DataTableVisualObjectSource' to type 'Microsoft.VisualStudio.DebuggerVisualizers.VisualizerObjectSource'"

    I noted that the packages 'Righthand.DebuggerVisualizer.Dataset.2010_v1.0.8.zip' and 'Righthand.DebuggerVisualizer.Dataset.2012_v1.0.8.zip' seems to contain the same binary.
    Both files have same name and size…

  3. I also got this error when trying to post in Google Chrome:

    "Sorry, the following error occurred while processing your comment:There was an error in the callback."

Leave a Reply