2007-09-28 14:10:16,773 [7] INFO EventsManager [(null)] - Starting web service 2007-09-29 13:21:37,710 [1] INFO EventsManager [(null)] - Starting web service 2007-09-30 17:42:18,866 [1] INFO EventsManager [(null)] - Starting web service 2007-10-01 09:27:42,132 [1] ERROR EventsManager [(null)] - DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Executing Sql 'select N0."PK_EventId",N0."F_CreatedUserId",N0."CreatedDateTime",N0."F_ModifiedUserid",N0."ModifiedDateTime",N0."EventType",N0."EventState",N0."EventOptions",N0."EventLabelColor",N0."EventLabelColorId",N0."EventSubject",N0."IsPrivate",N0."EventMessage",N0."OutlookEntryId",N0."F_Contactid",N0."ReadOnly" from "dbo"."tblEvents" N0 where (exists(select * from "dbo"."tblScheduledAt" N1 where ((N0."PK_EventId" = N1."F_EventId") and (N1."F_ContactId" = @p0))) and exists(select * from "dbo"."tblEventDates" N2 where ((N0."PK_EventId" = N2."F_EventId") and (N2."StartDateTime" >= @p1))) and exists(select * from "dbo"."tblEventDates" N3 where ((N0."PK_EventId" = N3."F_EventId") and (N3."EndDateTime" <= @p2))))' with parameters '{3a038f90-8a59-4500-ba83-3e7fabe83568},{1/1/0001 12:00:00 AM},{12/31/9999 11:59:59 PM}' exception 'System.Data.SqlTypes.SqlTypeException: SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. at System.Data.SqlTypes.SqlDateTime.FromTimeSpan(TimeSpan value) at System.Data.SqlTypes.SqlDateTime.FromDateTime(DateTime value) at System.Data.SqlTypes.SqlDateTime..ctor(DateTime value) at System.Data.SqlClient.MetaType.FromDateTime(DateTime dateTime, Byte cb) at System.Data.SqlClient.TdsParser.WriteValue(Object value, MetaType type, Int32 actualLength, Int32 encodingByteSize, Int32 offset, TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.TdsExecuteRPC(_SqlRPC[] rpcArray, Int32 timeout, Boolean inSchema, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 topClause) at DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets)' ---> System.Data.SqlTypes.SqlTypeException: SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. at System.Data.SqlTypes.SqlDateTime.FromTimeSpan(TimeSpan value) at System.Data.SqlTypes.SqlDateTime.FromDateTime(DateTime value) at System.Data.SqlTypes.SqlDateTime..ctor(DateTime value) at System.Data.SqlClient.MetaType.FromDateTime(DateTime dateTime, Byte cb) at System.Data.SqlClient.TdsParser.WriteValue(Object value, MetaType type, Int32 actualLength, Int32 encodingByteSize, Int32 offset, TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.TdsExecuteRPC(_SqlRPC[] rpcArray, Int32 timeout, Boolean inSchema, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 topClause) at DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets) --- End of inner exception stack trace --- at DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets) at DevExpress.Xpo.DB.ConnectionProviderSql.ProcessSelectData(SelectStatement selects) at DevExpress.Xpo.DB.DataStoreBase.ProcessSelectData(SelectStatement[] selects) at DevExpress.Xpo.DB.DataStoreSerializedBase.SelectData(SelectStatement[] selects) at DevExpress.Xpo.SimpleDataLayer.SelectData(SelectStatement[] selects) at DevExpress.Xpo.Helpers.ObjectCollectionLoader.InternalLoadObjects(XPClassInfo classInfo, CriteriaOperator[] criterions, SortingCollection sorting, Int32 topSelectedRecords, CollectionCriteriaPatcher collectionCriteriaPatcher, Boolean force) at DevExpress.Xpo.Helpers.ObjectCollectionLoader.BeginLoadObjects(XPClassInfo classInfo, CriteriaOperator criteria, SortingCollection sorting, Int32 topSelectedRecords, CollectionCriteriaPatcher collectionCriteriaPatcher, Boolean force) at DevExpress.Xpo.Session.GetObjects(XPClassInfo classInfo, CriteriaOperator criteria, SortingCollection sorting, Int32 topSelectedRecords, CollectionCriteriaPatcher collectionCriteriaPatcher, Boolean force) at DevExpress.Xpo.Helpers.XPCollectionHelper.LoadContent() at DevExpress.Xpo.Helpers.XPCollectionHelper.Load(Boolean loadingEnabled) at DevExpress.Xpo.XPBaseCollection.Load() at DevExpress.Xpo.XPBaseCollection.get_Objects() at DevExpress.Xpo.XPBaseCollection.get_Count() at EventsManager.GetMyEvents(String Username, String Password, Guid ProductId, DateTime FromDate, DateTime ToDate) 2007-10-02 10:36:46,392 [6] INFO EventsManager [(null)] - Starting web service 2007-10-02 10:36:47,344 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-02 10:36:50,697 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-02 10:36:52,397 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-02 10:36:53,286 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-02 10:36:54,066 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-02 10:38:31,000 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-02 10:38:31,951 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-02 10:38:32,980 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-02 16:07:00,456 [1] WARN EventsManager [(null)] - Unauthorized user (rune.hansen/O??rhansen) - ProductId = c2f38915-7f6a-4ffb-ad8e-e25dd0d39dd6 2007-10-02 16:25:26,449 [6] WARN EventsManager [(null)] - Unauthorized user (rune.hansen/O??rhansen) - ProductId = c2f38915-7f6a-4ffb-ad8e-e25dd0d39dd6 2007-10-02 16:28:57,238 [1] WARN EventsManager [(null)] - Unauthorized user (rune.hansen/) - ProductId = c2f38915-7f6a-4ffb-ad8e-e25dd0d39dd6 2007-10-02 16:29:23,191 [6] WARN EventsManager [(null)] - Unauthorized user (rune.hansen/) - ProductId = c2f38915-7f6a-4ffb-ad8e-e25dd0d39dd6 2007-10-02 16:40:58,477 [1] WARN EventsManager [(null)] - Unauthorized user (rune/O??r) - ProductId = c2f38915-7f6a-4ffb-ad8e-e25dd0d39dd6 2007-10-03 00:43:53,883 [8] INFO EventsManager [(null)] - Starting web service 2007-10-03 09:17:04,217 [6] INFO EventsManager [(null)] - Starting web service 2007-10-03 09:17:05,200 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:05,637 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:05,840 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:05,933 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:06,073 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:06,167 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:06,276 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:06,385 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:06,495 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:06,604 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:06,697 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:07,056 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:07,150 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:07,259 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:07,352 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:07,477 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:07,586 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:07,696 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:07,789 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:07,898 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:08,226 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:08,319 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:08,429 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:08,585 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:08,678 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:08,787 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:08,881 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:08,990 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:09,099 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:09,208 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:09,318 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:09,411 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:09,520 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:09,614 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:09,957 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:10,129 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:10,253 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:10,363 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:10,456 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:10,565 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:10,690 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:11,049 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:11,283 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:11,454 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:11,564 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:11,673 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:11,782 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:11,922 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:12,031 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:12,125 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:12,234 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:12,343 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:12,437 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:12,546 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:12,640 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:12,749 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:12,905 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:13,030 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:13,186 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:13,295 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:13,388 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:13,498 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:13,607 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:13,700 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:13,872 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:13,981 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:14,090 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:14,184 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:14,293 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:14,387 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:14,496 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:14,605 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:14,745 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:14,901 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:15,026 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:15,166 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:15,260 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:15,369 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:15,463 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:15,572 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:15,712 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:15,806 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:15,915 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:16,024 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:16,133 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:16,305 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:16,414 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:16,539 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:16,648 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:16,788 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:16,898 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:17,022 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:17,116 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:17,225 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:17,366 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:17,475 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:17,584 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:17,709 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:17,802 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:17,911 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:18,021 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:18,130 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:18,239 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:18,332 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:18,426 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:18,551 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:18,660 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:18,769 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:19,066 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:19,222 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:19,331 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:19,424 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:19,533 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:19,643 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:19,736 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:19,845 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:19,955 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:20,064 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:20,173 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:20,266 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:20,391 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:20,500 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:20,812 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:20,953 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:21,062 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:21,171 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:21,265 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:21,374 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:21,483 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:21,592 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:21,686 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:21,795 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:21,904 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:22,013 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:22,138 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:22,232 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:22,341 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:22,668 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:22,762 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:23,027 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:23,199 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:23,589 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:23,698 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:23,823 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:23,916 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:24,056 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:24,181 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:24,290 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:24,384 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:24,493 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:24,821 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:24,945 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:25,086 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:25,195 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:25,304 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:25,429 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:25,554 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:25,679 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:25,772 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:25,897 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:26,022 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:26,209 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:26,302 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:26,412 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:26,505 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:26,677 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:26,770 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:26,879 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:27,004 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:27,191 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:27,285 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:27,519 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:27,706 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:27,800 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:27,940 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:28,034 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:28,143 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:28,236 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:28,346 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:28,455 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:28,564 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:28,658 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:28,767 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:28,876 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:28,969 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:29,094 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:29,219 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:29,344 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:29,453 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:29,547 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:29,656 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:29,749 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:29,858 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:29,952 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:30,061 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:30,170 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:30,295 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:30,592 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:30,779 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:30,919 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:31,013 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:31,200 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:31,309 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:31,434 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:31,543 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:31,636 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:31,730 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:31,839 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:31,948 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:32,042 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:32,167 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:32,260 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:32,370 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:32,463 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:32,572 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:32,681 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:32,791 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:32,900 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:32,993 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:33,103 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:33,227 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:33,383 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:33,477 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:33,680 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:34,148 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:34,257 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:34,366 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:34,631 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:34,756 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:34,865 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:34,990 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:35,115 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:35,239 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:35,348 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:35,458 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:35,582 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:35,676 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:35,770 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:35,879 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:35,972 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:36,113 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:36,222 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:36,331 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:36,440 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:36,534 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:36,674 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:36,783 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:36,893 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:37,002 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:37,111 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:37,267 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:37,376 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:37,501 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:37,594 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:37,766 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:37,891 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:38,062 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:38,187 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:38,593 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:38,905 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:39,029 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:39,154 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:39,248 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:39,357 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:39,450 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:39,591 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:39,684 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:39,794 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:39,903 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:40,028 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:40,137 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:40,261 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:40,386 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:40,527 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:40,667 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:40,761 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:40,885 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:41,026 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:41,135 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:41,275 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:41,384 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:41,478 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:41,587 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:41,728 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:41,821 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:41,946 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:42,055 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:42,164 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:42,336 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:42,554 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:42,679 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:42,835 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:42,960 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:43,069 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:43,162 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:43,272 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:43,459 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:43,584 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:43,708 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:43,880 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:44,005 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:44,114 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:44,239 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:44,332 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:44,441 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:44,551 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:44,660 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:44,753 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:44,972 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:45,112 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:45,221 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:45,330 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:45,440 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:45,549 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:45,658 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:45,751 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:45,861 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:45,954 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:46,048 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:46,173 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:46,266 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:46,375 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:46,469 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:46,609 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:46,703 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:46,796 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:46,890 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:47,015 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:47,140 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:47,327 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:47,436 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:47,545 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:47,654 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:47,763 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:47,857 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:47,966 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:48,091 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:48,200 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:48,309 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:48,528 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:48,621 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:48,746 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:48,855 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:49,027 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:49,136 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:49,308 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:49,417 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:49,526 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:49,635 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:49,791 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:49,900 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:50,009 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:50,243 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:50,368 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:50,477 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:50,602 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:50,696 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:50,805 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:50,898 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:51,008 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:51,101 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:51,195 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:51,304 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:51,398 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:51,507 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:51,600 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:51,694 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:51,850 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:51,943 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:52,053 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:52,162 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:52,271 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:52,380 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:52,489 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:52,614 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:52,754 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:52,895 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:53,004 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:53,113 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:53,347 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:53,971 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:54,065 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:54,174 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:54,392 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:54,486 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:54,595 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:54,704 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:54,798 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:54,907 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:55,016 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:55,125 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:55,219 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:55,328 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:55,421 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:55,546 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:55,640 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:55,749 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:55,858 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:55,967 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:56,092 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:56,310 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:56,451 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:56,591 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:56,732 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:56,841 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:56,950 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:57,059 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:57,168 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:57,277 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:57,387 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:57,480 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:57,589 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:57,699 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:57,808 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:57,917 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:58,011 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:58,151 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:58,244 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:58,354 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:58,447 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:58,556 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:58,666 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:58,775 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:58,868 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:58,977 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:59,087 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:59,211 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:59,321 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:59,430 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:59,539 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:59,679 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:59,789 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:17:59,898 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:00,007 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:00,116 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:00,225 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:00,319 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:00,428 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:00,522 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:00,631 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:00,740 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:00,849 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:00,943 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:01,052 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:01,161 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:01,255 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:01,379 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:01,473 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:01,582 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:01,691 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:01,785 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:01,894 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:01,988 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:02,097 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:02,206 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:02,300 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:02,409 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:02,534 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:02,627 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:02,721 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:02,830 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:02,955 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:03,064 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:03,157 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:03,267 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:03,376 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:03,469 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:03,579 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:03,688 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:03,781 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:03,906 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:04,031 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:04,124 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:04,218 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:04,327 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:04,452 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:04,546 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:04,655 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:04,764 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:04,873 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:04,982 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:05,091 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:05,185 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:05,294 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:05,403 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:05,513 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:05,606 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:05,715 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:05,809 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:05,934 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:06,043 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:06,152 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:06,246 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:06,355 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:06,464 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:06,589 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:06,713 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:06,807 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:06,932 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:07,025 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:07,493 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:07,602 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:07,712 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:07,821 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:07,930 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:08,211 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:08,320 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:08,679 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:08,803 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:08,913 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:09,006 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:09,115 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:09,225 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:09,334 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:09,427 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:09,536 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:09,661 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:09,755 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:09,848 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:09,958 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:10,067 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:10,176 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:10,270 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:10,363 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:10,472 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:10,566 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:10,722 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:10,831 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:10,956 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:11,081 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:11,237 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:11,346 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:11,455 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:11,564 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:11,673 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:11,892 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:12,001 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:12,110 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:12,235 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:12,344 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:12,437 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:12,547 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:12,671 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:12,781 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:12,874 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:12,983 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:13,093 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:13,202 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:13,311 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:13,404 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:13,514 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:13,623 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:13,716 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:13,841 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:13,935 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:14,044 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:14,153 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:14,262 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:14,356 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:14,465 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:14,590 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:14,699 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:14,808 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:14,917 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:15,042 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:15,182 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:15,292 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:15,416 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:15,510 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:15,635 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:15,760 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:15,853 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:15,962 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:16,071 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:16,181 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:16,290 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:16,383 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:16,493 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:16,617 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:16,727 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:16,851 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:16,960 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:17,070 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:17,179 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:17,350 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:17,460 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:17,584 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:17,678 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:17,787 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:17,896 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:18,005 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:18,115 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:18,224 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:18,349 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:18,442 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:18,567 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:18,676 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:18,785 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:18,894 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:18,988 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:19,097 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:19,206 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:19,316 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:19,409 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:19,518 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:19,643 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:19,737 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:19,846 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:19,939 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:20,064 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:20,173 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:20,314 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:20,407 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:20,517 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:20,626 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:20,735 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:20,844 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:20,938 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:21,047 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:21,172 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:21,265 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:21,374 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:21,484 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:21,593 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:21,686 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:21,795 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:21,905 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:22,014 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:22,139 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:22,232 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:22,373 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:22,482 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:22,591 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:22,700 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:22,809 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:22,903 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:23,012 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:23,137 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:23,246 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:23,573 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:23,683 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:23,807 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:23,901 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:24,088 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:24,197 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:24,322 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:24,431 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:24,540 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:24,650 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:24,759 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:24,884 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:24,993 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:25,118 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:25,211 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:25,320 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:25,430 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:25,539 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:25,648 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:25,757 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:25,913 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:26,007 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:26,194 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:26,303 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:26,412 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:26,521 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:26,630 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:26,724 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:26,849 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:26,958 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:27,067 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:27,192 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:27,301 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:27,410 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:27,535 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:27,644 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:27,738 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:27,847 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:27,972 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:28,065 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:28,175 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:28,284 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:28,393 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:28,502 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:28,596 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:28,705 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:28,814 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:28,923 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:29,032 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:29,142 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:29,251 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:29,360 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:29,469 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:29,578 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:29,672 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:29,781 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:29,890 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:30,015 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:30,124 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:30,233 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:30,342 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:30,452 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:30,561 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:30,654 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:30,764 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:30,873 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:30,982 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:31,091 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:31,200 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:31,309 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:31,419 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:31,528 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:31,637 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:31,777 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:31,902 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:32,027 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:32,136 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:32,230 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:32,339 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:32,479 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:32,604 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:32,698 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:32,807 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:32,916 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:33,025 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:33,134 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:33,228 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:33,337 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:33,446 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:33,555 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:33,665 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:34,148 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:34,257 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:34,366 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:34,491 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:34,600 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:34,710 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:34,819 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:34,959 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:35,146 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:35,255 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:35,365 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:35,489 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:35,599 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:35,708 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:35,801 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:35,926 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:36,035 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:36,160 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:36,254 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:36,363 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:36,488 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:36,597 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:36,690 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:36,799 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:36,909 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:37,018 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:37,127 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:37,236 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:37,345 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:37,455 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:37,579 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:37,673 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:37,782 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:37,891 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:38,156 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:38,250 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:38,640 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:38,780 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:38,936 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:39,045 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:39,155 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:39,248 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:39,373 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:39,467 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:39,576 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:39,700 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:39,794 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:39,903 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:40,012 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:40,122 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:40,215 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:40,340 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:40,465 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:40,558 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:40,683 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:40,792 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:40,917 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:41,042 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:41,198 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:41,338 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:41,432 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:41,572 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:41,681 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:41,775 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:41,884 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:41,993 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:42,102 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:42,212 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:42,321 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:42,414 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:42,539 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:42,648 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:42,742 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:42,867 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:42,976 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:43,069 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:43,179 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:43,303 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:43,397 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:43,506 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:43,615 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:43,724 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:43,818 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:43,943 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:44,052 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:44,146 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:44,255 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:44,348 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:44,473 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:44,567 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:44,676 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:44,785 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:44,894 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:45,019 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:45,128 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:45,456 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:45,580 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:45,736 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:45,861 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:45,986 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:46,126 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:46,267 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:46,376 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:46,469 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:46,579 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:46,688 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:46,813 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:46,922 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:47,031 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:47,156 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:47,265 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:47,390 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:47,499 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:47,608 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:47,702 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:47,826 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:47,936 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:48,045 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:48,201 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:48,310 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:48,419 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:48,513 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:48,622 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:48,731 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:48,856 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:48,965 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:49,074 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:49,199 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:49,308 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:49,433 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:49,542 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:49,636 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:49,745 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:49,870 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:49,979 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:50,072 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:50,213 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:50,322 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:50,431 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:50,540 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:50,649 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:50,790 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:50,899 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:51,008 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:51,102 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:51,226 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:51,336 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:51,460 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:51,570 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:51,694 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:51,788 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:51,897 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:52,006 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:52,178 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:52,318 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:52,459 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:52,615 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:52,724 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:52,833 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:52,926 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:53,067 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:53,176 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:53,535 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:53,644 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:53,753 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:53,862 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:53,956 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:54,065 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:54,159 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:54,283 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:54,393 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:54,517 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:54,627 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:54,736 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:54,845 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:54,954 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:55,063 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:55,172 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:55,282 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:55,391 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:55,547 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:55,703 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:55,843 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:55,983 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:56,186 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:56,327 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:56,436 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:56,545 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:56,654 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:56,763 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:56,872 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:56,982 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:57,106 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:57,200 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:57,325 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:57,434 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:57,543 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:57,652 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:57,761 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:57,886 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:57,995 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:58,151 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:58,261 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:58,370 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:58,479 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:58,588 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:58,697 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:58,806 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:58,931 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:59,040 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:59,150 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:59,259 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:59,352 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:59,462 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:59,555 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:59,680 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:59,805 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:18:59,914 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:00,039 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:00,226 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:00,413 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:00,538 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:00,647 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:00,756 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:00,865 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:00,974 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:01,099 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:01,224 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:01,349 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:01,442 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:01,551 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:01,676 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:01,785 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:01,895 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:02,004 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:02,175 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:02,269 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:02,378 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:02,503 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:02,612 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:02,706 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:02,830 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:03,018 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:03,189 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:03,314 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:03,423 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:03,548 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:03,657 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:03,766 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:03,875 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:04,000 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:04,109 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:04,218 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:04,328 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:04,452 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:04,577 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:04,702 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:04,842 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:04,936 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:05,045 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:05,170 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:05,295 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:05,388 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:05,497 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:05,638 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:05,747 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:05,856 [6] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:05,965 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:06,075 [10] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-03 09:19:06,184 [1] ERROR EventsManager [(null)] - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index) at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index) at DevExpress.Xpo.XPCollection`1.get_Object(Int32 index) at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-04 00:57:29,819 [1] INFO EventsManager [(null)] - Starting web service 2007-10-04 08:59:17,756 [7] INFO EventsManager [(null)] - Starting web service 2007-10-04 14:32:32,444 [6] ERROR EventsManager [(null)] - DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Executing Sql 'update "dbo"."tblEvents" set "F_CreatedUserId"=@p0,"CreatedDateTime"=@p1,"F_ModifiedUserid"=@p2,"ModifiedDateTime"=@p3,"EventType"=@p4,"EventState"=@p4,"EventOptions"=@p4,"EventLabelColor"=@p5,"EventLabelColorId"=@p6,"EventSubject"=@p7,"IsPrivate"=@p8,"EventMessage"=null,"OutlookEntryId"=null,"F_Contactid"=@p9,"ReadOnly"=@p8 where ("PK_EventId" = @p10) IF @@ROWCOUNT <> 1 begin set @r=0 RETURN end update "dbo"."tblEventDates" set "StartDateTime"=@p11,"EndDateTime"=@p12 where (("F_EventId" = @p10) and ("OccurenceId" = @p10)) IF @@ROWCOUNT <> 1 begin set @r=0 RETURN end set @r=1' with parameters '{00000000-0000-0000-0000-000000000000},{10/4/2007 2:31:00 PM},{c248333d-dfdb-4261-b48e-df2a7bf2e5ec},{10/4/2007 2:32:32 PM},{0},{12957064},{23955df9-1887-478d-bc72-8d6078361ea3},{Familiegudsteneste},{False},{da1672dc-32f1-4fd2-9dc5-af111dd44433},{a4ef5214-7b49-4b94-96ee-a1279510cb95},{10/21/2007 11:00:00 AM},{10/21/2007 12:10:00 PM},{}' exception 'System.Data.SqlClient.SqlException: The log file for database 'Medarbeideren' is full. Back up the transaction log for the database to free up some log space. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DevExpress.Xpo.DB.MSSqlConnectionProvider.Exec(IDbCommand command, IDictionary parameters)' ---> System.Data.SqlClient.SqlException: The log file for database 'Medarbeideren' is full. Back up the transaction log for the database to free up some log space. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DevExpress.Xpo.DB.MSSqlConnectionProvider.Exec(IDbCommand command, IDictionary parameters) --- End of inner exception stack trace --- at DevExpress.Xpo.DB.MSSqlConnectionProvider.Exec(IDbCommand command, IDictionary parameters) at DevExpress.Xpo.DB.MSSqlConnectionProvider.ProcessModifyData(ModificationStatement[] dmlStatements) at DevExpress.Xpo.DB.DataStoreSerializedBase.ModifyData(ModificationStatement[] dmlStatements) at DevExpress.Xpo.SimpleDataLayer.ModifyData(ModificationStatement[] dmlStatements) at DevExpress.Xpo.Session.CommitChangesInsideTransaction() at DevExpress.Xpo.Session.CommitTransaction() at DevExpress.Xpo.Session.ProcessingProcess(IDictionary markedObjectsHolder, Object theObject) at DevExpress.Xpo.Session.Save(Object theObject) at DevExpress.Xpo.XPBaseObject.Save() at EventsManager.UpdateEvent(String UserName, String Password, Guid ProductId, Guid EventId, DateTime StartDateTime, DateTime EndDateTime, String EventSubject, Guid EventLabelColorId, Int32 EventLabelColor, Boolean ReadOnly, Byte[] ProductContent, Boolean PrivateEvent) 2007-10-05 01:39:37,131 [6] INFO EventsManager [(null)] - Starting web service 2007-10-05 07:58:09,084 [7] INFO EventsManager [(null)] - Starting web service 2007-10-05 14:46:14,600 [7] WARN EventsManager [(null)] - Unauthorized user (rune.hansen/rune.hansen) - ProductId = c2f38915-7f6a-4ffb-ad8e-e25dd0d39dd6 2007-10-05 23:47:23,131 [1] INFO EventsManager [(null)] - Starting web service 2007-10-06 23:49:51,115 [7] INFO EventsManager [(null)] - Starting web service 2007-10-08 10:51:12,615 [1] INFO EventsManager [(null)] - Starting web service 2007-10-08 14:58:31,584 [7] INFO EventsManager [(null)] - Starting web service 2007-10-08 15:33:08,412 [7] INFO EventsManager [(null)] - Starting web service