iamherman
Joined: 13 Jan 2005 Posts: 1
|
Posted: Thu Jan 13, 2005 9:03 pm Post subject: Changing Type throws exception |
|
|
Hi,
I am using access manager much to my satisfaction, but I want to report a bug I found lately.
Steps to reproduce:
1. Filter passwords so that only one entry is visible
2. Edit the entry and change the password type so that it will no longer pass the current filter
3. The following message is shown:
There are no passwords to display for the current filter. Access Manager will switch to "View All"
4. After clicking OK the following exeption is thrown:
Index -1 is not non-negative and below the total rows count.
Workaround: Click Quit and restart Accessmanager
Details of the JIT Compiler:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IndexOutOfRangeException: Index -1 is not non-negative and below total rows count.
at System.Data.DataView.GetElement(Int32 index)
at System.Data.DataView.get_Item(Int32 recordIndex)
at CS.AccessManager.1e2b4d959fecc31b.2aa8524f51854a8d()
at CS.AccessManager.1e2b4d959fecc31b.b80b4ccee97aa2ff(Object c04c45f19636be18, EventArgs db962977a46ba2d9)
at CS.AccessManager.1e2b4d959fecc31b.62a81cb253ff2e10(Object c04c45f19636be18, EventArgs db962977a46ba2d9)
at CS.AccessManager.1e2b4d959fecc31b.b9d6668197464b99(Object c04c45f19636be18, EventArgs db962977a46ba2d9)
at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
at System.Windows.Forms.ListView.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) |
|