Beta 3 Rig Manager - Windows 10 Sort Unhandled Exception

  • Didn't know if this was the right place to post this info but I can recreate the following error just by sorting by time of upload in latest version Rig Manager 3 Beta. Attached is a screenshot and below if the detailed text of the error dialog box. Every time I sort I get this, I continue and then it seems to sort in some random order. Hope this helps fix things, the new editor is AWESOME!!!


    Details Text of the error message:

    See the end of this message for details on invoking

    just-in-time (JIT) debugging instead of this dialog box.


    ************** Exception Text **************

    System.InvalidOperationException: Current cell cannot be set to an invisible cell.

    at System.Windows.Forms.DataGridView.set_CurrentCell(DataGridViewCell value)

    at ProfilerControlCenter.FormMain.OnDatasetChanged(DatasetEvent event, vector<int\,std::allocator<int> >* rowIndexes, Void* user)

    at Access.Data.DatasetInterface.BroadcastDatasetChanged(DatasetInterface* , DatasetEvent event, vector<int\,std::allocator<int> >* rowIndexes)

    at Access.CollectionView.Sort(CollectionView* , basic_string<char\,std::char_traits<char>\,std::allocator<char> >* , Boolean , Boolean )

    at ProfilerControlCenter.FormMain.mGridView_ColumnHeaderMouseClick(Object sender, DataGridViewCellMouseEventArgs e)

    at System.Windows.Forms.DataGridView.OnColumnHeaderMouseClick(DataGridViewCellMouseEventArgs e)

    at System.Windows.Forms.DataGridView.OnMouseClick(MouseEventArgs e)

    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

    at System.Windows.Forms.Control.WndProc(Message& m)

    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)



    ************** Loaded Assemblies **************

    mscorlib

    Assembly Version: 4.0.0.0

    Win32 Version: 4.8.3761.0 built by: NET48REL1

    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll

    ----------------------------------------

    Rig Manager

    Assembly Version: 1.0.7284.27554

    Win32 Version: 3.0.79.15577

    CodeBase: file:///C:/Program%20Files/Kemper%20Amps/Rig%20Manager/Rig%20Manager.exe

    ----------------------------------------

    System

    Assembly Version: 4.0.0.0

    Win32 Version: 4.8.3761.0 built by: NET48REL1

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

    ----------------------------------------

    System.Windows.Forms

    Assembly Version: 4.0.0.0

    Win32 Version: 4.8.3761.0 built by: NET48REL1

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

    ----------------------------------------

    System.Drawing

    Assembly Version: 4.0.0.0

    Win32 Version: 4.8.3761.0 built by: NET48REL1

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

    ----------------------------------------

    System.Configuration

    Assembly Version: 4.0.0.0

    Win32 Version: 4.8.3761.0 built by: NET48REL1

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

    ----------------------------------------

    System.Core

    Assembly Version: 4.0.0.0

    Win32 Version: 4.8.3761.0 built by: NET48REL1

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

    ----------------------------------------

    System.Xml

    Assembly Version: 4.0.0.0

    Win32 Version: 4.8.3761.0 built by: NET48REL1

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

    ----------------------------------------

    KemperControlLibrary

    Assembly Version: 3.0.73.1

    Win32 Version: 3.0.73.1

    CodeBase: file:///C:/Program%20Files/Kemper%20Amps/Rig%20Manager/KemperControlLibrary.DLL

    ----------------------------------------


    ************** JIT Debugging **************

    To enable just-in-time (JIT) debugging, the .config file for this

    application or computer (machine.config) must have the

    jitDebugging value set in the system.windows.forms section.

    The application must also be compiled with debugging

    enabled.


    For example:


    <configuration>

    <system.windows.forms jitDebugging="true" />

    </configuration>


    When JIT debugging is enabled, any unhandled exception

    will be sent to the JIT debugger registered on the computer

    rather than be handled by this dialog box.