The type initializer for "Rsdn.Janus.Framework.SiteUrlHelper
От: ssm Россия  
Дата: 12.08.05 10:39
Оценка:
Ошибка:
The type initializer for "Rsdn.Janus.Framework.SiteUrlHelper" threw an exception.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at Rsdn.Janus.Framework.SiteUrlHelper.get_RsdnServerUrl()
   at Rsdn.Janus.ForumDummyForm.ShowMessageIntoExtBrowser()
   at Rsdn.Janus.ForumDummyForm.SelectEvents(String tag)
   at Rsdn.Janus.ForumDummyForm.ActionMenuClick(Object sender, EventArgs e)
   at Reflector.UserInterface.CommandBarControl.OnClick(EventArgs e)
   at Reflector.UserInterface.CommandBarControl.PerformClick(EventArgs e)
   at Reflector.UserInterface.MenuBarItem.OnClick(EventArgs e)
   at System.Windows.Forms.MenuItemData.Execute()
   at System.Windows.Forms.Command.Invoke()
   at System.Windows.Forms.Control.WmCommand(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at RSDN.TreeGrid.TreeGridBase.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
Parent control must be created and visible.
От: haze85  
Дата: 13.08.05 14:50
Оценка:
Ошибка:
Parent control must be created and visible.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at Rsdn.Janus.Framework.ContextMenuFix.ShowContextMenu(ContextMenu menu, Control control, Point pos)
   at Rsdn.Janus.ForumDummyForm._tgMsgs_MouseUp(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at RSDN.TreeGrid.TreeGridBase.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
Parent control must be created and visible.
От: haze85  
Дата: 13.08.05 14:50
Оценка:
Ошибка:
Parent control must be created and visible.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at Rsdn.Janus.Framework.ContextMenuFix.ShowContextMenu(ContextMenu menu, Control control, Point pos)
   at Rsdn.Janus.ForumDummyForm._tgMsgs_MouseUp(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at RSDN.TreeGrid.TreeGridBase.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
Re: Багрепорты
От: daredevilcs Россия http://helloimyourmind.com/
Дата: 16.08.05 10:03
Оценка:
Ошибка:
System.NullReferenceException: Object reference not set to an instance of an object.

Описание:
Стала появляться когда я пытаюсь добавить сообщение в Аутбокс сообщение. 10 минут назад все было в порядке. Синхронизация работает. Не могу ничего отправить. Это сообщение написал с сайта. HELP!!!

Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 revision 568

Трассировка стека:

System.NullReferenceException: Object reference not set to an instance of an object.
   at Rsdn.Janus.TagLineManager.FindAppropriateTagLine(TagLineInfos tagLineInfos, Int32 forumId)
   at Rsdn.Janus.DatabaseManager.AddOutboxMessage(MessageInfo mi)
   at Rsdn.Janus.MessageForm.SaveMessage(Boolean closeOnSave)
   at Rsdn.Janus.MessageForm.SaveMessage()
   at Rsdn.Janus.MessageForm.SelectEvents(String eventId)
   at Rsdn.Janus.MessageForm.MainBarButtonClick(Object sender, EventArgs e)
   at Reflector.UserInterface.CommandBarControl.OnClick(EventArgs e)
   at Reflector.UserInterface.CommandBarControl.PerformClick(EventArgs e)
   at Reflector.UserInterface.CommandBar.PerformClick(CommandBarItem item)
   at Reflector.UserInterface.CommandBar.WndProc(Message& message)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Cannot access a disposed object named "MessageHandler". Obj
От: Renkin Россия  
Дата: 17.08.05 05:53
Оценка:
Ошибка:
Cannot access a disposed object named "MessageHandler".
Object name: "MessageHandler".

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at System.Windows.Forms.Control.CreateHandle()
   at System.Windows.Forms.Form.CreateHandle()
   at System.Windows.Forms.Control.get_Handle()
   at Rsdn.Janus.Framework.NotifyIconAnimation.ShowBalloon(EBalloonIcon icon, String text, String title, UInt32 timeout)
   at Rsdn.Janus.MainForm._autoSyncTimer_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
Cannot access a disposed object named "MessageHandler". Obj
От: Renkin Россия  
Дата: 17.08.05 05:53
Оценка:
Ошибка:
Cannot access a disposed object named "MessageHandler".
Object name: "MessageHandler".

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at System.Windows.Forms.Control.CreateHandle()
   at System.Windows.Forms.Form.CreateHandle()
   at System.Windows.Forms.Control.get_Handle()
   at Rsdn.Janus.Framework.NotifyIconAnimation.ShowBalloon(EBalloonIcon icon, String text, String title, UInt32 timeout)
   at Rsdn.Janus.MainForm._autoSyncTimer_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
Cannot access a disposed object named "MessageHandler". Obj
От: Renkin Россия  
Дата: 17.08.05 05:53
Оценка:
Ошибка:
Cannot access a disposed object named "MessageHandler".
Object name: "MessageHandler".

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at System.Windows.Forms.Control.CreateHandle()
   at System.Windows.Forms.Form.CreateHandle()
   at System.Windows.Forms.Control.get_Handle()
   at Rsdn.Janus.Framework.NotifyIconAnimation.ShowBalloon(EBalloonIcon icon, String text, String title, UInt32 timeout)
   at Rsdn.Janus.MainForm.OnClosing(CancelEventArgs e)
   at Rsdn.Janus.MainForm.WndProc(Message& msg)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
Cannot call Invoke or InvokeAsync on a control until the win
От: Tony_msk Россия  
Дата: 18.08.05 22:30
Оценка:
Ошибка:
Cannot call Invoke or InvokeAsync on a control until the window handle has been created.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
   at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
   at Rsdn.Janus.Framework.ProgressFormManager.set_Message(String value)
   at Rsdn.Janus.SearchDummyForm.btnSearch_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
Была сделана попытка загрузить программу, имеющую неверный ф
От: neiroman Украина  
Дата: 19.08.05 16:03
Оценка:
Ошибка:
Была сделана попытка загрузить программу, имеющую неверный формат.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at Rsdn.Janus.ForumDummyForm._markTimer_Elapsed(Object sender, ElapsedEventArgs e)
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
Слова, пустые слова, подумал Стормгрен. Слова, за которые прежде люди дрались и умирали, но никогда больше не станут за них ни умирать, ни драться. И от этого мир станет лучше.
Specified method is not supported.
От: DEMON HOOD  
Дата: 19.08.05 19:15
Оценка:
Ошибка:
Specified method is not supported.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable ревизия 510

Трассировка стека:
   at Reflector.UserInterface.MenuBarItem.OnSelect(EventArgs e)
   at System.Windows.Forms.MenuItem.PerformSelect()
   at System.Windows.Forms.Control.WmMenuSelect(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
   at System.Windows.Forms.TextBox.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
silent RSDN@Home 1.1.4 stable [510] Windows XP 5.1.2600.0
Parent control must be created and visible.
От: haze85  
Дата: 20.08.05 14:24
Оценка:
Ошибка:
Parent control must be created and visible.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at Rsdn.Janus.Framework.ContextMenuFix.ShowContextMenu(ContextMenu menu, Control control, Point pos)
   at Rsdn.Janus.NavigationDummyForm._treeGrid_MouseUp(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at RSDN.TreeGrid.TreeGridBase.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
Object reference not set to an instance of an object.
От: Чипсет Россия http://merlinko.com
Дата: 21.08.05 08:02
Оценка:
Ошибка:
Object reference not set to an instance of an object.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable ревизия 510

Трассировка стека:
   at Rsdn.Janus.MessageForm.TagClicked(String tn)
   at Rsdn.Janus.MessageForm.ToolsBarButtonClick(Object sender, EventArgs e)
   at Reflector.UserInterface.CommandBarControl.OnClick(EventArgs e)
   at Reflector.UserInterface.CommandBarControl.PerformClick(EventArgs e)
   at Reflector.UserInterface.MenuBarItem.OnClick(EventArgs e)
   at System.Windows.Forms.MenuItemData.Execute()
   at System.Windows.Forms.Command.Invoke()
   at System.Windows.Forms.Control.WmCommand(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at Reflector.UserInterface.CommandBar.WndProc(Message& message)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << А писал я этот бред на RSDN@Home 1.1.4 stable rev. 510, под звуки Luca Turilli — Black Dragon>>
"Всё что не убивает нас, делает нас сильнее..."
Object reference not set to an instance of an object.
От: KHeLeKRoN Россия  
Дата: 22.08.05 11:12
Оценка:
Ошибка:
Object reference not set to an instance of an object.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at Rsdn.Janus.ForumDummyForm.FillMessages()
   at Rsdn.Janus.ForumDummyForm.Rsdn.Janus.ObjectModel.IFeatureView.Activate(IFeature feature)
   at Rsdn.Janus.Navigator.Features_AfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
   at Rsdn.Janus.ObjectModel.Features.AfterFeatureActivateHandler.Invoke(IFeature oldFeature, IFeature newFeature)
   at Rsdn.Janus.ObjectModel.Features.OnAfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
   at Rsdn.Janus.ObjectModel.Features.set_ActiveFeature(IFeature value)
   at Rsdn.Janus.NavigationDummyForm._treeGrid_AfterActivateNode(ITreeNode ActivatedNode)
   at RSDN.TreeGrid.TreeGrid2.OnAfterActivateNode(ITreeNode ActivatedNode)
   at RSDN.TreeGrid.TreeGridBase.ItemChanged(tagNMLISTVIEW* pNMListView)
   at RSDN.TreeGrid.TreeGridBase.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
And solder won't keep me together (c)
Object reference not set to an instance of an object.
От: Odi$$ey Россия http://malgarr.blogspot.com/
Дата: 23.08.05 04:20
Оценка:
При попытке сохранить сообщение в html

Ошибка:
Object reference not set to an instance of an object.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at Rsdn.Janus.Framework.ProgressFormManager.set_Message(String value)
   at Rsdn.Janus.MessageExporter.OnProgress(Int32 count, Int32 total)
   at Rsdn.Janus.MessageExporter.BuildHTMLPage(IMsg[] msgs, ProgressDelegate pd, Boolean ProcessSmiles)
   at Rsdn.Janus.MessageExporter.Export(ICollection selectedMessages)
   at Rsdn.Janus.ForumDummyForm.ExportMessages()
   at Rsdn.Janus.ForumDummyForm.SelectEvents(String tag)
   at Rsdn.Janus.ForumDummyForm.ActionMenuClick(Object sender, EventArgs e)
   at Reflector.UserInterface.CommandBarControl.OnClick(EventArgs e)
   at Reflector.UserInterface.CommandBarControl.PerformClick(EventArgs e)
   at Reflector.UserInterface.MenuBarItem.OnClick(EventArgs e)
   at System.Windows.Forms.MenuItemData.Execute()
   at System.Windows.Forms.Command.Invoke()
   at System.Windows.Forms.Control.WmCommand(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at RSDN.TreeGrid.TreeGridBase.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.1.4 stable SR1 rev. 568 Windows 2003 5.2.3790.0 >>
Строка не подключена к TreGrid!
От: 0rc Украина  
Дата: 23.08.05 13:11
Оценка:
Error:
Строка не подключена к TreGrid!

Description:


Application version:
RSDN@Home version 1.1.4 stable SR1 revision 568

Stack Trace:
   at RSDN.TreeGrid.TreeGrid2.ExpandAllParents(ITreeNode CurNode)
   at RSDN.TreeGrid.TreeGrid2.set_ActiveNode(ITreeNode value)
   at Rsdn.Janus.ForumDummyForm.MessageNavigated(Object sender, EventArgs e)
   at Rsdn.Janus.ForumNavigator.HistoryNavigateFired(Object sender, MessageNavigateEventArgs e)
   at Rsdn.Janus.MessageViewHistory.OnMessageNavigate(MessageNavigateEventArgs e)
   at Rsdn.Janus.MessageViewHistory.Navigate(Int32 msgId)
   at Rsdn.Janus.ForumNavigator.SelectMessage(Int32 forumId, Int32 msgId)
   at Rsdn.Janus.ForumDummyForm._tgMsgs_AfterActivateNode(ITreeNode ActivatedNode)
   at RSDN.TreeGrid.TreeGrid2.OnAfterActivateNode(ITreeNode ActivatedNode)
   at RSDN.TreeGrid.TreeGridBase.ItemChanged(tagNMLISTVIEW* pNMListView)
   at RSDN.TreeGrid.TreeGridBase.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
Parent control must be created and visible.
От: Rastafarra Россия  
Дата: 23.08.05 17:33
Оценка:
Ошибка:
Parent control must be created and visible.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at Rsdn.Janus.Framework.ContextMenuFix.ShowContextMenu(ContextMenu menu, Control control, Point pos)
   at Rsdn.Janus.ForumDummyForm._tgMsgs_MouseUp(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at RSDN.TreeGrid.TreeGridBase.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
Parent control must be created and visible.
От: Semax Россия  
Дата: 24.08.05 16:00
Оценка:
Ошибка:
Parent control must be created and visible.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable ревизия 510

Трассировка стека:
   at Rsdn.Janus.Framework.ContextMenuFix.ShowContextMenu(ContextMenu menu, Control control, Point pos)
   at Rsdn.Janus.ForumDummyForm._tgMsgs_MouseUp(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at RSDN.TreeGrid.TreeGridBase.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Всего доброго!

... np: spock's buard — carie
<< RSDN@Home 1.1.4 stable rev. 510>>
Specified argument was out of the range of valid values.
От: mbrodin Украина  
Дата: 25.08.05 08:49
Оценка:
Ошибка:
Specified argument was out of the range of valid values.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 beta 7 ревизия 447

Трассировка стека:
   at WeifenLuo.WinFormsUI.DockPanel.set_DockLeftPortion(Double value)
   at WeifenLuo.WinFormsUI.DragHandler.DockWindowSplitter_OnEndDrag(Boolean abort)
   at WeifenLuo.WinFormsUI.DragHandler.OnEndDrag(Boolean abort)
   at WeifenLuo.WinFormsUI.DragHandlerBase.EndDrag(Boolean abort)
   at WeifenLuo.WinFormsUI.DragHandlerBase.System.Windows.Forms.IMessageFilter.PreFilterMessage(Message& m)
   at System.Windows.Forms.ThreadContext.System.Windows.Forms.UnsafeNativeMethods+IMsoComponent.FPreTranslateMessage(MSG& msg)
   at System.Windows.Forms.ComponentManager.System.Windows.Forms.UnsafeNativeMethods+IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.Run(Form mainForm)
   at Rsdn.Janus.ApplicationManager.Run()
   at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.1.4 beta 7 rev. 447>>
Could not read the record; currently locked by another user.
От: Odi$$ey Россия http://malgarr.blogspot.com/
Дата: 25.08.05 14:57
Оценка:
Движение по форумам во время синхронизации Заколебало уже

Ошибка:
Could not read the record; currently locked by another user.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 stable SR1 ревизия 568

Трассировка стека:
   at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr)
   at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
   at System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
   at Rsdn.Janus.DatabaseManager.UpdateTopicInfo(DbBatch dbBatch, Int32 userID, String sWhere)
   at Rsdn.Janus.DatabaseManager.UpdateTopicInfo(DbBatch dbBatch, Int32[] tids)
   at Rsdn.Janus.DatabaseManager.UpdateTopicInfo(DbBatch dbBatch, ICollection msgs)
   at Rsdn.Janus.DatabaseManager.MarkMsgGroupRead(Msg[] msgs, Boolean isRead)
   at Rsdn.Janus.ObjectModel.MsgBase.MarkMsgRead(ICollection messages, Boolean isRead, Boolean withSubnodes)
   at Rsdn.Janus.ForumDummyForm.MarkConv(Boolean isRead)
   at Rsdn.Janus.ForumDummyForm.SelectEvents(String tag)
   at Rsdn.Janus.ForumDummyForm.ActionMenuClick(Object sender, EventArgs e)
   at Reflector.UserInterface.CommandBarControl.OnClick(EventArgs e)
   at Reflector.UserInterface.CommandBarControl.PerformClick(EventArgs e)
   at Reflector.UserInterface.CommandBar.PerformClick(CommandBarItem item)
   at Reflector.UserInterface.CommandBar.WndProc(Message& message)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.1.4 stable SR1 rev. 568 Windows 2003 5.2.3790.0 >>
Обновление невозможно; установлена блокировка.
От: wilwill  
Дата: 25.08.05 16:14
Оценка:
Ошибка:
Обновление невозможно; установлена блокировка.

Описание:


Версия приложения:
RSDN@Home версия 1.1.4 beta 6a ревизия 436

Трассировка стека:
   at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr)
   at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
   at System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
   at Rsdn.Janus.DatabaseManager.UpdateTopicInfo(DbBatch dbBatch, Int32 userID, String sWhere)
   at Rsdn.Janus.DatabaseManager.UpdateTopicInfo(DbBatch dbBatch, Int32[] tids)
   at Rsdn.Janus.ObjectModel.MsgBase.SetMessageMarked(MsgBase msg, Boolean isMarked)
   at Rsdn.Janus.ForumDummyForm.SetMessageMarked(MsgBase msg)
   at Rsdn.Janus.ForumDummyForm.CheckMark(Int32 x, Int32 y)
   at Rsdn.Janus.ForumDummyForm._tgMsgs_MouseDown(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
   at RSDN.TreeGrid.TreeGridBase.WmButtonDown(Message& m, MouseButtons mbtn)
   at RSDN.TreeGrid.TreeGridBase.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.1.4 beta 6a rev. 436>>
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.