-
The line:
P4FormRecordSet r = new P4FormRecordSet(FormCommand, m_ClientApi.Encoding);
Will cause an exception when m_ClientApi is null. This can happen if you try calling Fetch_Form on a disconnected client (as my Wrapper Lib around P4.Net does in one of its unit tests).
2008-02-11 01:33:26 UTC in P4.Net
-
Sometimes DockPanel throws this exception. I imagine it is some sort of race condition.
************** Exception Text **************
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'DummyDoc'.
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Form.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at...
2007-06-04 02:30:58 UTC in DockPanel Suite
-
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at...
2007-06-04 02:26:49 UTC in DockPanel Suite
-
orj committed revision 35 to the ScummVM-XNA SVN repository, changing 1 files.
2007-01-14 14:27:48 UTC in ScummVM-XNA
-
orj committed revision 34 to the ScummVM-XNA SVN repository, changing 17 files.
2007-01-14 14:26:42 UTC in ScummVM-XNA
-
orj committed revision 24 to the ScummVM-XNA SVN repository, changing 1 files.
2007-01-07 15:02:46 UTC in ScummVM-XNA
-
orj committed revision 23 to the ScummVM-XNA SVN repository, changing 9 files.
2007-01-07 14:51:18 UTC in ScummVM-XNA
-
orj committed revision 22 to the ScummVM-XNA SVN repository, changing 2 files.
2007-01-07 14:48:42 UTC in ScummVM-XNA
-
orj committed revision 17 to the ScummVM-XNA SVN repository, changing 25 files.
2007-01-03 14:21:06 UTC in ScummVM-XNA