BLToolkit.Data.DataException: The database file is locked
database is locked ---> System.Data.SQLite.SQLiteException: The database file is locked
database is locked
в System.Data.SQLite.SQLite3.Prepare(String strSql, SQLiteStatement previous, String& strRemain)
в System.Data.SQLite.SQLiteCommand.BuildNextCommand()
в System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
в System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
в System.Data.SQLite.SQLiteConnection.Open()
в BLToolkit.Data.DbManager.OpenConnection()
--- Конец трассировки внутреннего стека исключений ---
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.OpenConnection()
в BLToolkit.Data.DbManager.OpenConnection(String configurationString)
в BLToolkit.Data.DbManager.OnInitCommand(IDbCommand command)
в BLToolkit.Data.DbManager.Parameter(ParameterDirection parameterDirection, String parameterName, Object value)
в BLToolkit.Data.DbManager.Parameter(String parameterName, Object value)
в Rsdn.Janus.JanusDB.GetParameters(Object[] parameters)
в Rsdn.Janus.JanusDB.ExecuteScalar[T](JanusDB db, String sql, Object[] parameters)
в Rsdn.Janus.JanusDB.ExecuteScalar[T](String sql, Object[] parameters)
в Rsdn.Janus.DatabaseManager.AddModeratorials(JanusDB db, IEnumerable`1 moderatorials)
в Rsdn.Janus.MessageSyncHelper.AddNewMessages(JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials, Action`1 afterProcessInTxHandler)
в Rsdn.Janus.MessagesSyncTask.ProcessResponse(ISyncContext context, ChangeResponse response)
в Rsdn.Janus.SimpleSyncTask`2.Sync(ISyncContext context)
в Rsdn.Janus.Synchronizer.Sync()
Ошибка при запуске приложения после подключения к БД Access.
System.TypeLoadException: Could not load type 'System.DateTimeOffset' from assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
at BLToolkit.Data.DbManager..ctor(IDbConnection connection, String configurationString)
at BLToolkit.Data.DbManager..ctor()
at Rsdn.Janus.JanusDB..ctor()
at Rsdn.Janus.DBVars.SetVar(String name, Object value)
at Rsdn.Janus.DbsmManager.Restruct(IGenericServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
Здравствуйте, AndrewVK, Вы писали:
AVK>Этот топик предназначен для сообщений об ошибках в RSDN@Home начиная с r830.
Когда пытаешься просмотреть список оценок, поставленных юзеру, приходиться долго ждать когда появяться результаты. Может какой-нибудь индекс забыли создать?
Здравствуйте, Spiceman, Вы писали:
S>r832
S>Ошибка при запуске приложения после подключения к БД Access.
S>[i]System.TypeLoadException: Could not load type 'System.DateTimeOffset' from assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. S> at BLToolkit.Data.DbManager..ctor(IDbConnection connection, String configurationString) S> at BLToolkit.Data.DbManager..ctor()
Интересно, с какой это стати BLToolkit решил подгрузить тип, который требует установленного SP1 для .NET Framework 2.0
Вопрос к AndrewVK: ты когда сборки обновлял, свежую сборку тулкита сам собирал или где то готовую взял?
Здравствуйте, ArtDenis, Вы писали:
AD>Когда пытаешься просмотреть список оценок, поставленных юзеру, приходиться долго ждать когда появяться результаты. Может какой-нибудь индекс забыли создать?
Ничего не трогали в этом месте.
... << RSDN@Home 1.2.0 alpha 2 rev. 827 on Windows Vista 6.0.6001.65536>>
Здравствуйте, Spiceman, Вы писали:
S>r832
S>Ошибка при запуске приложения после подключения к БД Access.
S>[i]System.TypeLoadException: Could not load type 'System.DateTimeOffset' from assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Сервис пак к фреймворку нужно поставить
... << RSDN@Home 1.2.0 alpha 2 rev. 827 on Windows Vista 6.0.6001.65536>>
Здравствуйте, andrex, Вы писали:
A>Интересно, с какой это стати BLToolkit решил подгрузить тип, который требует установленного SP1 для .NET Framework 2.0
Там недавно какую то поддержку DateTimeOffset добавили.
A>Вопрос к AndrewVK: ты когда сборки обновлял, свежую сборку тулкита сам собирал или где то готовую взял?
Сам собирал.
... << RSDN@Home 1.2.0 alpha 2 rev. 827 on Windows Vista 6.0.6001.65536>>
Здравствуйте, AndrewVK, Вы писали:
AVK>Сервис пак к фреймворку нужно поставить
Нашел в чем дело, в тулките полно такого вот:
#if FW3
/// <summary>Converts the value from <c>DateTimeOffset</c> to an equivalent <c>String</c> value.</summary>public static String ToString(DateTimeOffset p) { return p.ToString(); }
#endif
Нужно для януса бинарники тулкита пересобрать без FW3. А то замучаемся с этим SP1.
Здравствуйте, AndrewVK, Вы писали:
AVK>А в чем проблема SP поставить? Он, помимо всего прочего, довольно много багов фиксит?
Эх. Я то совсем даже не против. A конечному пользователю зачастую сугубо пофиг что у него стоит и какой версии, а в результате будем получать пачки сообщений в тему-багтрекер. Текущий зоопарк версий и SP еще тот подарочек. В MC уже тоже это поняли, раз летом собираются выпускать "setup framework for .NET".
AVK>Можно разве проверку при старте януса поставить.
Тоже не самый плохой вариант. Предупредить и дать ссылку где его можно скачать.
Здравствуйте, andrex, Вы писали:
AVK>>А в чем проблема SP поставить? Он, помимо всего прочего, довольно много багов фиксит? A>Эх. Я то совсем даже не против. A конечному пользователю зачастую сугубо пофиг что у него стоит и какой версии, а в результате будем получать пачки сообщений в тему-багтрекер. Текущий зоопарк версий и SP еще тот подарочек.
SP это SP, его ставить надо обязательно. А чтобы не ьагрепортилди — надо просто проверку при старте вставить (ХЗ правда как проверять).
A>В MC уже тоже это поняли, раз летом собираются выпускать "setup framework for .NET".
Не, это для другого, это для тех, которые нне хотят качать 60 мег полного 3.5 фреймворка. Теперь даже бюазовый 2.0 на несколько пакетов рацеплен будет. К примеру, винформсы можно будет не ставить (вот уж где зоопарк то начнется ).
AVK>>Можно разве проверку при старте януса поставить. A>Тоже не самый плохой вариант. Предупредить и дать ссылку где его можно скачать.
Угу
... << RSDN@Home 1.2.0 alpha 2 rev. 833 on Windows Vista 6.0.6001.65536>>
Re[4]: Ошибка на этапе реструктуризации базы: Error while pr
От:
Аноним
Дата:
28.02.08 12:49
Оценка:
Здравствуйте, AndrewVK, Вы писали:
AVK>Здравствуйте, http://mugzbel.livejournal.com/, Вы писали:
HML>>Ошибка связи. В экземпляре объекта не задана ссылка
AVK>Стектрейс?
А как его извлечь из лога?
Re[5]: Ошибка на этапе реструктуризации базы: Error while pr
Похоже есть проблемы с обновлением версий. По крайней мере мне пришлось танцевать с бубном. Со странной последовательность вычистить реестр, запустить из иной директории, создать профиль. Восстановить реестр, запустить 830 ревизию. И только после этого скопировать 834 ревизию в рабочую директорию Януса. И только так он заработал. Просто обновление в лоб привело к ошибкам Re[2]: Про нотификацию
Теперь вот такое в логе и не синхронизится:
Ошибка связи. В экземпляре объекта не задана ссылка
... << RSDN@Home 1.2.0 alpha 2 rev. 832>>
Re[6]: Ошибка на этапе реструктуризации базы: Error while pr
От:
Аноним
Дата:
28.02.08 13:35
Оценка:
Здравствуйте, AndrewVK, Вы писали:
AVK>Здравствуйте, http://mugzbel.livejournal.com/, Вы писали:
HML>>А как его извлечь из лога?
AVK>Из лога никак, а в окне синхронизации можно нажать кнопку "Детально".
Кстати неплозо бы добавить в контексное меню лога получение стектрейса и копирование лога
BLToolkit.Data.DataException: Изменения не были успешно внесены из-за повторяющихся значений в индексе, ключевых полях или связях. Измените данные в поле или полях, содержащих повторяющиеся значения, удалите индекс или переопределите его, чтобы разрешить повторяющиеся значения, и повторите попытку. ---> System.Data.OleDb.OleDbException: Изменения не были успешно внесены из-за повторяющихся значений в индексе, ключевых полях или связях. Измените данные в поле или полях, содержащих повторяющиеся значения, удалите индекс или переопределите его, чтобы разрешить повторяющиеся значения, и повторите попытку.
в System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
в System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
--- Конец трассировки внутреннего стека исключений ---
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
в BLToolkit.Data.DbManager.ExecuteNonQuery()
в Rsdn.Janus.JanusDB.Execute(String sql, Object[] parameters)
в Rsdn.Janus.DatabaseManager.AddNewRating(JanusDB db, JanusRatingInfo[] rates)
в Rsdn.Janus.MessageSyncHelper.AddNewMessages(JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials, Action`1 afterProcessInTxHandler)
в Rsdn.Janus.MessagesSyncTask.ProcessResponse(ISyncContext context, ChangeResponse response)
в Rsdn.Janus.SimpleSyncTask`2.Sync(ISyncContext context)
в Rsdn.Janus.Synchronizer.Sync()
Здравствуйте, ArtDenis, Вы писали:
AD>Когда пытаешься просмотреть список оценок, поставленных юзеру, приходиться долго ждать когда появяться результаты.
Здравствуйте, http://mugzbel.livejournal.com/, Вы писали:
HML>BLToolkit.Data.DataException: Изменения не были успешно внесены из-за повторяющихся значений в индексе, ключевых полях или связях. Измените данные в поле или полях, содержащих повторяющиеся значения, удалите индекс или переопределите его, чтобы разрешить повторяющиеся значения, и повторите попытку. ---> System.Data.OleDb.OleDbException: Изменения не были успешно внесены из-за повторяющихся значений в индексе, ключевых полях или связях. Измените данные в поле или полях, содержащих повторяющиеся значения, удалите индекс или переопределите его, чтобы разрешить повторяющиеся значения, и повторите попытку.
Странно это все. Там единственный уникальный ключ — автоинкрементный id. Видимо что то при реструктуризации поломалось. Попробуй проверить наличие у поля id признака автоинкремента и нормальное текущее значение, а так же пересоздай индексы на этой табличке и следи чтобы они были неуникальными.
... << RSDN@Home 1.2.0 alpha 2 rev. 834 on Windows Vista 6.0.6001.65536>>
Версия приложения:
RSDN@Home версия 1.2.0 alpha 2 ревизия 834
Тип БД:
FireBirdDB
Трассировка стека:
в Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
в Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
в Rsdn.Janus.ForumDummyForm.MessageNavigated(Object sender, EventArgs e)
в Rsdn.Janus.ForumNavigator.HistoryNavigateFired(Object sender, MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.OnMessageNavigate(MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.Navigate(Int32 msgId)
в Rsdn.Janus.ForumNavigator.SelectMessage(Int32 forumId, Int32 msgId)
в Rsdn.Janus.ForumDummyForm._tgMsgs_AfterActivateNode(ITreeNode ActivatedNode)
в Rsdn.TreeGrid.TreeGrid.OnAfterActivateNode(ITreeNode activatedNode)
в Rsdn.Janus.JanusGrid.OnAfterActivateNode(ITreeNode activatedNode)
в Rsdn.TreeGrid.TreeGrid.OnSelectedIndexChanged(EventArgs e)
в System.Windows.Forms.ListView.WmReflectNotify(Message& m)
в System.Windows.Forms.ListView.WndProc(Message& m)
в Rsdn.TreeGrid.TreeGrid.WndProc(Message& m)
в Rsdn.Janus.JanusGrid.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Здравствуйте, andrex, Вы писали:
A>Интересно, с какой это стати BLToolkit решил подгрузить тип, который требует установленного SP1 для .NET Framework 2.0
Если НЕ собирать BLTookit с define'ом FW3 то DateTimeOffset не будет подгружаться.
Здравствуйте, AndrewVK, Вы писали:
AVK>SP это SP, его ставить надо обязательно. А чтобы не ьагрепортилди — надо просто проверку при старте вставить (ХЗ правда как проверять).
Проверить просто:
if (System.Environment.Version < new Version("2.0.50727.1433"))
MessageBox.Show("SP1 required");
У "обычного" .net 2.0 версия 2.0.50727.1318, у беты2 2.0.50215.44
... << RSDN@Home 1.2.0 alpha rev. 788>>
Re[8]: Ошибка на этапе реструктуризации базы: Error while pr
От:
Аноним
Дата:
29.02.08 06:55
Оценка:
Здравствуйте, AndrewVK, Вы писали:
AVK>Странно это все. Там единственный уникальный ключ — автоинкрементный id. Видимо что то при реструктуризации поломалось. Попробуй проверить наличие у поля id признака автоинкремента и нормальное текущее значение, а так же пересоздай индексы на этой табличке и следи чтобы они были неуникальными.
Я так понял, что ресь идет про таблику Rating. Проблема в слеюующем: когда я пытаюсь создать новую запись, оно генерирует номер 2 тогда как последний номер там 22129. Отсюда вопрос: как подкрутить счетчики?
Здравствуйте, http://mugzbel.livejournal.com/, Вы писали:
HML>Я так понял, что ресь идет про таблику Rating. Проблема в слеюующем: когда я пытаюсь создать новую запись, оно генерирует номер 2 тогда как последний номер там 22129. Отсюда вопрос: как подкрутить счетчики?
Вылечилось так:
alter table rating alter column id counter(22129,1)
хостинг бесплатный. кроме этой системы ничего запустить неудалось
запущена система от http://www.bugnetproject.com/
опенсорсный молодой подвижный проект
единсвенная неприятность не работают репортинги, и работать не будут...
хостер не поддерживает...
приятная система еще есть http://www.ifdefined.com/bugtrackernet.html
но у неё какие-то неполадки с подключением в БД..
не смог правильную строчку подключения создать...
думаю победимо
возможно есть и еще варианты, и я о них не знаю...
что думают разработчики?
Re[9]: Ошибка на этапе реструктуризации базы: Error while pr
Здравствуйте, http://mugzbel.livejournal.com/, Вы писали:
HML>Я так понял, что ресь идет про таблику Rating. Проблема в слеюующем: когда я пытаюсь создать новую запись, оно генерирует номер 2 тогда как последний номер там 22129.
Значит просто сбился счетчик.
HML> Отсюда вопрос: как подкрутить счетчики?
В акцессе в свойствах колонки должно быть.
... << RSDN@Home 1.2.0 alpha 2 rev. 835 on Windows Vista 6.0.6001.65536>>
Здравствуйте, ixor, Вы писали:
I>посмотрел на эту ветки у понял, что разработчики сами не вкурсе кто чем занимается. это плохо.
I>пробный вариант http://janus.qsh.ru/Default.aspx I>user: guest I>pass: password
I>хостинг бесплатный. кроме этой системы ничего запустить неудалось
I>запущена система от http://www.bugnetproject.com/ I>опенсорсный молодой подвижный проект I>единсвенная неприятность не работают репортинги, и работать не будут... I>хостер не поддерживает...
I>приятная система еще есть http://www.ifdefined.com/bugtrackernet.html I>но у неё какие-то неполадки с подключением в БД.. I>не смог правильную строчку подключения создать... I>думаю победимо
I>возможно есть и еще варианты, и я о них не знаю...
У нас Trac вроде был развернут, но вроде как дальше не пошло.
... << RSDN@Home 1.2.0 alpha 2 rev. 835 on Windows Vista 6.0.6001.65536>>
AVK>У нас Trac вроде был развернут, но вроде как дальше не пошло.
мдя-с... видимо не пошло...
может быть потому что туда автоматически баги не заносились?
или это просто никому не надо? вообще-то планирование версии которое вы тут расписали, там должно стать простым и приятным действом ???...
+
при переделке подхода к багпостингу ветка багрепортов превратится не в "помойку для ошибок" (куда валится всё и вся со всех ревизий), а структурированое обсуждение проблемм и способов их решения
Здравствуйте, ixor, Вы писали:
I>может быть потому что туда автоматически баги не заносились?
Возможно. Но реализовать такое уже не так то просто.
I>или это просто никому не надо?
ХЗ. Как то на тот момент народ активности не проявлял.
I> вообще-то планирование версии которое вы тут расписали, там должно стать простым и приятным действом ???...
Да оно и так не особо напрягает. На фоне отсуствия квалифицированной рабочей силы это незначитеьная мелочь.
I>при переделке подхода к багпостингу ветка багрепортов превратится не в "помойку для ошибок" (куда валится всё и вся со всех ревизий), а структурированое обсуждение проблемм и способов их решения
Это при какой переделке?
... << RSDN@Home 1.2.0 alpha 2 rev. 835 on Windows Vista 6.0.6001.65536>>
Здравствуйте, AndrewVK, Вы писали:
AVK>Это при какой переделке?
моя идея имеет следующее содержание:
1) система багрепортинга выносится в отдельную подзадачу и вешается рядом с янусом, на подобии майкросовтовской или фаирфоксовской
иными словами, если возникает ошибка мы отсылаем некий дамп на специальный сервер (или сервис) который разбирает, а зарегистрирован ли в системе такой баг, если зарегистрирован, то генерировать новый смысла не имеет, достаточно взвести счётчик возникновения.
это позволит иметь статистику по количеству исключительных ситуаций и возможно обращать больше внимание на наиболее часто возникающие ошибки.
удобно для разработчика? на мой взгляд очень.
2) я лично чаще всего сталкиваюсь с ошибкой неправильно первичной инициализации или когда всё ну совсем плохо и все поломалось...
в этот момент отправить отчёт вообще нет возможности
собственно система отсылки должна быть независимой, потому как в следующий раз ошибка может не возникнуть или возникнуть в другом месте.
3) система отсылки багов должна быть автоматической. то есть ошибка возникает. информацию о ней хорошо бы иметь разработчику вне зависимости от того важная она или нет... ну нельзя терять даже самые дурацкие сообщения ))) единожды возникшая ошибка явный признак нестабильности работы системы, даже если она не повторяется долгое время пусть лучше она будет никем не поправлена и висит, чем будет возникать раз в месяц и все будут думать что это случайность...
кроме того для пользователя это будет ненапряжно, ну отсылается на сервер на 2кб больше раз в месяц, ну и ладно
4) ветка обсуждения формируется на основе уже зарегистрированных ошибок. это помогает определить номер ошибки, привязывает её к конкретному событию в баг системе и т.д. и т.п.
З.Ы.: пока писал задумался , а не сильно ли я размахнулся?
Здравствуйте, ixor, Вы писали:
I>1) система багрепортинга выносится в отдельную подзадачу и вешается рядом с янусом
Смысл?
I>иными словами, если возникает ошибка мы отсылаем некий дамп
Дамп не нужен, все равно никто его разбирать не будет. Достаточно стектрейса и информации о версиях. Так, к примеру, сделано в решапрере, а там люди за деньги эти багрепорты изучают.
I>на специальный сервер (или сервис) который разбирает, а зарегистрирован ли в системе такой баг
Кто будет писать этот специальный сервис?
I>, если зарегистрирован, то генерировать новый смысла не имеет, достаточно взвести счётчик возникновения.
Решарпер в джире дописывает комментарий.
I>это позволит иметь статистику по количеству исключительных ситуаций и возможно обращать больше внимание на наиболее часто возникающие ошибки. I>удобно для разработчика? на мой взгляд очень.
Я прекрасно представляю себе, как устроены системы багрепортов. Проблема не в этом, а в том, что на это кто то должен потратить массу усилий. Текущая же система написана за час с отладкой. Вот и вся разница.
I>собственно система отсылки должна быть независимой, потому как в следующий раз ошибка может не возникнуть или возникнуть в другом месте.
Должна.
I>3) система отсылки багов должна быть автоматической. то есть ошибка возникает. информацию о ней хорошо бы иметь разработчику вне зависимости от того важная она или нет... ну нельзя терять даже самые дурацкие сообщения ))) единожды возникшая ошибка явный признак нестабильности работы системы, даже если она не повторяется долгое время пусть лучше она будет никем не поправлена и висит, чем будет возникать раз в месяц и все будут думать что это случайность...
Везде, при отсылке репорта, софт спрашивает желание пользователя. Что же касается остава информации — это опять вопрос времени, чтобы не изобретать специальный UI для ввода комментариев к репорту.
I>4) ветка обсуждения формируется на основе уже зарегистрированных ошибок. это помогает определить номер ошибки, привязывает её к конкретному событию в баг системе и т.д. и т.п.
Все здорово, проблемы те же
... << RSDN@Home 1.2.0 alpha 2 rev. 835 on Windows Vista 6.0.6001.65536>>
Здравствуйте, ArtDenis, Вы писали:
AVK>>Пользуйся Ctrl-Z. Воевать с кнфликтами редактора и винды по хоткеям чего то не хочется.
AD>Переучиваться на Ctrl-Z из-за одной программы как-то не особо охота
Ну фик знает тогда. Если придумаешь как вылечить — скажит. А так — сцинтилла видать как то не так обрабатывает клавиатуру и менюха ловит нажатый Alt — почти все хоткеи с ним активируют меню.
... << RSDN@Home 1.2.0 alpha 2 rev. 837 on Windows Vista 6.0.6001.65536>>
Здравствуйте, ArtDenis, Вы писали:
AVK>>Ну фик знает тогда. Если придумаешь как вылечить — скажит. ...
AD>А где почитать о том, что требуется для сборки rsdn@home?
Не знаю. У Мамута спроси. Вобще должно быть достаточно либо 2008 студии стандарт (можно экспресс, но там из за фолдеров оно ругатся будет). Либо 3.5 фреймворк + SDK к нему.
... << RSDN@Home 1.2.0 alpha 2 rev. 837 on Windows Vista 6.0.6001.65536>>
Здравствуйте, AndrewVK, Вы писали:
AVK>Не знаю. У Мамута спроси. Вобще должно быть достаточно либо 2008 студии стандарт (можно экспресс, но там из за фолдеров оно ругатся будет). Либо 3.5 фреймворк + SDK к нему.
С экспрессом не компилирует. Щас буду качать SDK...
Здравствуйте, ArtDenis, Вы писали:
AD>С экспрессом не компилирует. Щас буду качать SDK...
2008 Экспресс компилирует. При открытии будет штуки три предупреждения. Затем надо 2 (два) раза подряд запустить компиляцию. Первая закончится ошибками, вторая успехом.
... << My edition based on RSDN@Home 1.2.0 alpha 2 rev. 834 >>
В задаче спрашивается:
Сколько вытечет портвейна из открытого бассейна?
Здравствуйте, stele, Вы писали:
S>2008 Экспресс компилирует. При открытии будет штуки три предупреждения. Затем надо 2 (два) раза подряд запустить компиляцию. Первая закончится ошибками, вторая успехом.
Здравствуйте, ArtDenis, Вы писали:
AVK>>Ну фик знает тогда. Если придумаешь как вылечить — скажит. AD>Поборол. Вот патч:
Что то он не апплаится
---------------------------
TortoiseMerge
---------------------------
The patch seems outdated! The file line
public class JanusScintilla : ScintillaEditor
and the patchline
public class JanusScintilla : ScintillaEditor
do not match!
---------------------------
OK
---------------------------
Скинь мне на мыло файлик целиком
... << RSDN@Home 1.2.0 alpha 2 rev. 840 on Windows Vista 6.0.6001.65536>>
Этот патч тоже не работает
---------------------------
TortoiseMerge
---------------------------
An unknown line type was found in line 11 !
---------------------------
OK
---------------------------
Ты аттачем его прицепи. А лучше целиком cs файл
... << RSDN@Home 1.2.0 alpha 2 rev. 840 on Windows Vista 6.0.6001.65536>>
Здравствуйте, AndrewVK, Вы писали:
AVK>Этот патч тоже не работает
Странно. Не разу не видел, чтобы TortoiseMerge в таких местах дурил...
AVK>Ты аттачем его прицепи. А лучше целиком cs файл
Отправил файл целиком
Описание:
Ошибка появляется при попытке поиска любой строки, после нажатия на кнопку Искать.
База была полугодичной давности. Обновил до 831 версию, обновило базу. Все работает, кроме поиска. Еще раз обновил до последней — без результата.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 2 ревизия 843
Тип БД:
MsSqlDB
Трассировка стека:
BLToolkit.Data.DataException: Must declare the scalar variable "@gid". ---> System.Data.SqlClient.SqlException: Must declare the scalar variable "@gid".
в System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
в System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
в System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
в System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
в System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
в System.Data.SqlClient.SqlDataReader.get_MetaData()
в System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
в System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
в System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
в System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
в System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
в System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
--- Конец трассировки внутреннего стека исключений ---
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteListInternal[T](IList`1 list, Object[] parameters)
в BLToolkit.Data.DbManager.ExecuteList[T]()
в Rsdn.Janus.JanusDB.ExecuteList[T](String sql, Object[] parameters)
в Rsdn.Janus.DatabaseManager.SearchMessagesByLikeExpr(Int32 forumID, String searchText, Boolean searchInText, Boolean searchInSubject, Boolean searchAuthor, Boolean searchInMarked, Boolean searchInMyMessages, Boolean searchAnyWords, Boolean searchInQuestions, DateTime from, DateTime to, SortType sortType)
в Rsdn.Janus.SearchDummyForm.btnSearch_Click(Object sender, EventArgs e)
в System.Windows.Forms.Control.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnClick(EventArgs e)
в System.Windows.Forms.Button.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 2 rev. 843>>
Re: Must declare the scalar variable "@gid" при поиске
Здравствуйте, Try, Вы писали:
Try>Ошибка: Try>Must declare the scalar variable "@gid". Try> в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Кто то очень своеобразно перевел старый поиск на BLToolkit. Пофиксил. Но вобще лучше пользоваться lucene, в ближайшее время старый поиск скорее всего умрет.
... << RSDN@Home 1.2.0 alpha 2 rev. 840 on Windows Vista 6.0.6001.65536>>
Error 2 'Rsdn.Janus.SR.Sync' does not contain a definition for 'Messages1' D:\don_net\rsdn_home\Janus\Core\Synchronization\JanusAT\Tasks\MessageSyncHelper.cs 36 20 Janus
Error 3 'Rsdn.Janus.SR.Sync' does not contain a definition for 'Indexed' D:\don_net\rsdn_home\Janus\Core\Synchronization\JanusAT\Tasks\MessageSyncHelper.cs 36 46 Janus
Error 4 'Rsdn.Janus.SR.Sync' does not contain a definition for 'Messages2' D:\don_net\rsdn_home\Janus\Core\Synchronization\JanusAT\Tasks\MessageSyncHelper.cs 37 20 Janus
Error 5 'Rsdn.Janus.SR.Sync' does not contain a definition for 'Indexed' D:\don_net\rsdn_home\Janus\Core\Synchronization\JanusAT\Tasks\MessageSyncHelper.cs 37 46 Janus
Error 6 'Rsdn.Janus.SR.Sync' does not contain a definition for 'Messages5' D:\don_net\rsdn_home\Janus\Core\Synchronization\JanusAT\Tasks\MessageSyncHelper.cs 38 20 Janus
Error 7 'Rsdn.Janus.SR.Sync' does not contain a definition for 'Indexed' D:\don_net\rsdn_home\Janus\Core\Synchronization\JanusAT\Tasks\MessageSyncHelper.cs 38 46 Janus
Error 8 'Rsdn.Janus.SR.Sync' does not contain a definition for 'Messages1' D:\don_net\rsdn_home\Janus\Core\Synchronization\JanusAT\Tasks\MessageSyncHelper.cs 136 16 Janus
Error 9 'Rsdn.Janus.SR.Sync' does not contain a definition for 'Messages2' D:\don_net\rsdn_home\Janus\Core\Synchronization\JanusAT\Tasks\MessageSyncHelper.cs 137 16 Janus
Error 10 'Rsdn.Janus.SR.Sync' does not contain a definition for 'Messages5' D:\don_net\rsdn_home\Janus\Core\Synchronization\JanusAT\Tasks\MessageSyncHelper.cs 138 16 Janus
Второй раз всё проходит без проблем. Видимо, зависимости выставлены не совсем коректно.
Здравствуйте, AndrewVK, Вы писали:
AVK>Не, видимо по какой то причине LocUtil с первого раза у тебя не запустился. Или, возможно, SR.cs был открыт в студии.
Здравствуйте, ArtDenis, Вы писали:
AD>Второй раз всё проходит без проблем. Видимо, зависимости выставлены не совсем коректно.
AD>PS: VS Express 2008
Я уже ссылки не найду, но для Экспрессов компилирование некоторых проектов только со второго раза это норма и является следствием урезанности функционала.
... << My edition based on RSDN@Home 1.2.0 alpha 2 rev. 848 >>
В задаче спрашивается:
Сколько вытечет портвейна из открытого бассейна?
Описание:
Двойной клик по иконке в трее (Янус свёрнут) после длительного бездействия.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 2 ревизия 852
Тип БД:
MsSqlDB
Трассировка стека:
at Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
at Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
at Rsdn.Janus.ForumDummyForm.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at WeifenLuo.WinFormsUI.Docking.DockPanel.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.Show()
at Rsdn.Janus.MainForm.Restore()
at Rsdn.Janus.MainForm._notifyIcon_DoubleClick(Object sender, EventArgs e)
at System.Windows.Forms.NotifyIcon.OnDoubleClick(EventArgs e)
at System.Windows.Forms.NotifyIcon.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
at System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << My edition based on RSDN@Home 1.2.0 alpha 2 rev. 852 >>
В задаче спрашивается:
Сколько вытечет портвейна из открытого бассейна?
Здравствуйте, AndrewVK, Вы писали:
I>>иными словами, если возникает ошибка мы отсылаем некий дамп
AVK>Дамп не нужен, все равно никто его разбирать не будет. Достаточно стектрейса и информации о версиях. Так, к примеру, сделано в решапрере, а там люди за деньги эти багрепорты изучают.
вот не поставишь кавычки и смысл пердложения меняется))) "дамп" — конечно же это стэктрёйс и информация о версии)) я подразумевал именно это...
I>>на специальный сервер (или сервис) который разбирает, а зарегистрирован ли в системе такой баг
AVK>Кто будет писать этот специальный сервис?
сервисом заниматься буду очевидно я)
I>>, если зарегистрирован, то генерировать новый смысла не имеет, достаточно взвести счётчик возникновения.
AVK>Решарпер в джире дописывает комментарий.
да, у них прекрасная система отчётов об ошибках) мне очень понравилась)
один недостаток, жира небесплатна...
I>>3) система отсылки багов должна быть автоматической. то есть ошибка возникает. информацию о ней хорошо бы иметь разработчику вне зависимости от того важная она или нет... ну нельзя терять даже самые дурацкие сообщения ))) единожды возникшая ошибка явный признак нестабильности работы системы, даже если она не повторяется долгое время пусть лучше она будет никем не поправлена и висит, чем будет возникать раз в месяц и все будут думать что это случайность...
AVK>Везде, при отсылке репорта, софт спрашивает желание пользователя. Что же касается остава информации — это опять вопрос времени, чтобы не изобретать специальный UI для ввода комментариев к репорту.
а почему не изобрести?
I>>4) ветка обсуждения формируется на основе уже зарегистрированных ошибок. это помогает определить номер ошибки, привязывает её к конкретному событию в баг системе и т.д. и т.п.
AVK>Все здорово, проблемы те же
Rev. 852. Почему-то в трее значок показывает, что есть непрочитанные сообщения мне. В списке форумов такого значка нет. Приходится тупо перебирать форумы, пока в гриде не заметишь соответствующий значок. Или это уже пофиксили?
С годами я делаюсь все менее терпимым к людям неумным и неумеющим работать свое дело очень хорошо. (с) М. Веллер
Здравствуйте, LuciferArh, Вы писали:
LA>Rev. 852. Почему-то в трее значок показывает, что есть непрочитанные сообщения мне. В списке форумов такого значка нет.
Здравствуйте, AndrewVK, Вы писали:
AVK>Увы, по такому описанию я ничего сделать не могу.
Эх!.. Только что ответил в другой ветке, а в эту заглянул случайно... И понял, то сначала надо было сюда. Потому что твой ответ так же прошел бы мимо моего сознания.
С годами я делаюсь все менее терпимым к людям неумным и неумеющим работать свое дело очень хорошо. (с) М. Веллер
Здравствуйте, AndrewVK, Вы писали:
LA>>Rev. 852. Почему-то в трее значок показывает, что есть непрочитанные сообщения мне. В списке форумов такого значка нет. AVK>Увы, по такому описанию я ничего сделать не могу.
Наверно это про то что иногда отрубается обновление дерева с форумами. Есть подозрения что это происходит после тихой синхронизации.
Здравствуйте, Дьяченко Александр, Вы писали:
ДА>Наверно это про то что иногда отрубается обновление дерева с форумами. Есть подозрения что это происходит после тихой синхронизации.
Ага, где то отвалился рефреш дерева после синхронизации. Но на этой неделе у меня вряд ли будет время разбираться.
Здравствуйте, AndrewVK, Вы писали:
AVK>А если синхронизироваться в развернутом состоянии — иконки вернуться?
Если в развернутом, то все ОК. А в свернутом вот:
Да, и еще... Когда открывается окно синхронизации, то оно забирает фокус на себя. Довольно неприятно бывает, когда что-то пишешь, а оно — на тебе... Вываливается поверх всех открытых окон, забирает на себя ввод...
С годами я делаюсь все менее терпимым к людям неумным и неумеющим работать свое дело очень хорошо. (с) М. Веллер
Здравствуйте, LuciferArh, Вы писали:
LA>Если в развернутом, то все ОК. А в свернутом вот:
Вобщем, дело, похоже, не в свернутости, а в автосинхронизации. Попробуй обновиться.
LA>Да, и еще... Когда открывается окно синхронизации, то оно забирает фокус на себя. Довольно неприятно бывает, когда что-то пишешь, а оно — на тебе... Вываливается поверх всех открытых окон, забирает на себя ввод...
Вот тут ХЗ — особенности винды. Специально я ничего не делал.
Здравствуйте, AndrewVK, Вы писали:
AVK>Этот топик предназначен для сообщений об ошибках в RSDN@Home начиная с r830.
1. Если указать лимит пользователей -1, то все равно качает 1000 пользователей.
2. Качает не всех пользователей. Мне себя пришлось вручную в базу добавить, например.
и вобщем-то внимание вопрос)))
1) а почему файл патчика нельзя на сервер загрузить? выложил бы сразу файлик, лишних приседаний у того кто заливать будет меньше...
2) картинки валяются в странном виде имён файлов, типа "favdel16.PNG" может ктонибудь поправит засширение? для порядку
ну и еще один фиксик, тоже для порядка... я не знаю как Mamut его пропустил...
Index: build-clean.bat
===================================================================
--- build-clean.bat (revision 854)
+++ build-clean.bat (working copy)
@@ -1,3 +1,3 @@
@ECHO OFF
-%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\msbuild.exe master.build /t:CleanDebug %*
-%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\msbuild.exe master.build /t:CleanRelease %*
\ No newline at end of file
+%SYSTEMROOT%\Microsoft.NET\Framework\v3.5\msbuild.exe master.build /t:CleanDebug %*
+%SYSTEMROOT%\Microsoft.NET\Framework\v3.5\msbuild.exe master.build /t:CleanRelease %*
\ No newline at end of file
Index: build-debug.bat
===================================================================
--- build-debug.bat (revision 854)
+++ build-debug.bat (working copy)
@@ -1,2 +1,2 @@
@ECHO OFF
-%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\msbuild.exe master.build /t:BuildDebug %*
\ No newline at end of file
+%SYSTEMROOT%\Microsoft.NET\Framework\v3.5\msbuild.exe master.build /t:BuildDebug %*
\ No newline at end of file
Index: build-release-x86.bat
===================================================================
--- build-release-x86.bat (revision 854)
+++ build-release-x86.bat (working copy)
@@ -1,2 +1,2 @@
@ECHO OFF
-%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\msbuild.exe master.build /t:BuildRelease32 %*
\ No newline at end of file
+%SYSTEMROOT%\Microsoft.NET\Framework\v3.5\msbuild.exe master.build /t:BuildRelease32 %*
\ No newline at end of file
Index: build-release.bat
===================================================================
--- build-release.bat (revision 854)
+++ build-release.bat (working copy)
@@ -1,2 +1,2 @@
@ECHO OFF
-%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\msbuild.exe master.build /t:BuildRelease %*
\ No newline at end of file
+%SYSTEMROOT%\Microsoft.NET\Framework\v3.5\msbuild.exe master.build /t:BuildRelease %*
\ No newline at end of file
Index: build-setup.bat
===================================================================
--- build-setup.bat (revision 854)
+++ build-setup.bat (working copy)
@@ -1 +1 @@
-%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\msbuild.exe master.build /t:BuildSetup %*
\ No newline at end of file
+%SYSTEMROOT%\Microsoft.NET\Framework\v3.5\msbuild.exe master.build /t:BuildSetup %*
\ No newline at end of file
студия один раз отказалась вообще собирать из-за него))))
запостил, вдруг не видели)))
"D:\source\rsdn@home\master.build" (BuildRelease32 target) (1) ->
"D:\source\rsdn@home\Janus.sln" (Rebuild target) (2:2) ->
"D:\source\rsdn@home\Janus\Janus.csproj" (Rebuild target) (11:2) ->
(CoreCompile target) ->
CSC : warning CS1685: The predefined type 'System.Runtime.CompilerServices.Ex
tensionAttribute' is defined in multiple assemblies in the global alias; using
definition from 'd:\source\rsdn@home\Janus\Framework\ExtensionAttribute.cs'
Здравствуйте, ixor, Вы писали:
I>студия один раз отказалась вообще собирать из-за него))))
Это вряд ли.
I>запостил, вдруг не видели)))
I>
I>"D:\source\rsdn@home\master.build" (BuildRelease32 target) (1) ->
I>"D:\source\rsdn@home\Janus.sln" (Rebuild target) (2:2) ->
I>"D:\source\rsdn@home\Janus\Janus.csproj" (Rebuild target) (11:2) ->
I>(CoreCompile target) ->
I> CSC : warning CS1685: The predefined type 'System.Runtime.CompilerServices.Ex
I>tensionAttribute' is defined in multiple assemblies in the global alias; using
I>definition from 'd:\source\rsdn@home\Janus\Framework\ExtensionAttribute.cs'
I>
Это в следствие того, что не используется 3.5 фреймворк ни в самом янусе, ни в R.SAT, а extension методы нужны. Как его убрать, кроме как запретить все подобные варнинги для всего проекта, я не знаю.
Здравствуйте, Дьяченко Александр, Вы писали:
ДА>При синхронизации всегда с сервера приходит максисмум профилей (столько сколько стоит в настройках, стоит 1000 приходит 1000, стоит 100 приходит 100)
Была ошибка в сервисе, ее поправили и в четверг вечером задеплоили. Но в результате rowversion остался неверным. Теперь, пока не докачает до конца, так и будет по 1000 сообщений вытаскивать.
... << RSDN@Home 1.2.0 alpha 2 rev. 857 on Windows Vista 6.0.6001.65536>>
При попытке просмотра любого сообщения в ревизии 859 выскакивает исключение:
BLToolkit.Data.DataException: Dynamic SQL Error
SQL error code = -206
Column unknown
MDR.MESSAGEID
No message for error code 336397208 found. ---> FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -206
Column unknown
MDR.MESSAGEID
No message for error code 336397208 found. ---> FirebirdSql.Data.Common.IscException: Exception of type 'FirebirdSql.Data.Common.IscException' was thrown.
at FirebirdSql.Data.Client.Embedded.FesDatabase.ParseStatusVector(Int32[] statusVector)
at FirebirdSql.Data.Client.Embedded.FesStatement.Prepare(String commandText)
at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteScalar()
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteScalar()
at BLToolkit.Data.DbManager.ExecuteScalar()
--- End of inner exception stack trace ---
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteScalar()
at BLToolkit.Data.DbManager.ExecuteScalar[T]()
at Rsdn.Janus.DB.JanusDBExtensions.ExecuteScalar[T](String sql, Object[] parameters)
at Rsdn.Janus.DatabaseManager.IsModeratorialsExists(Int32 msgId)
at Rsdn.Janus.MsgViewer.UpdateToolbarItemsState()
at Rsdn.Janus.MsgViewer.set_Msg(IMsg 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.TreeGrid.OnAfterActivateNode(ITreeNode activatedNode)
at Rsdn.Janus.JanusGrid.OnAfterActivateNode(ITreeNode activatedNode)
at Rsdn.TreeGrid.TreeGrid.OnSelectedIndexChanged(EventArgs e)
at Rsdn.TreeGrid.TreeGrid.set_ActiveNodeIndex(Int32 value)
at Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
at Rsdn.Janus.ForumDummyForm.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.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)
Заметил, что при синхронизации (при нажатии на кнопку) синхронизаия проводится 3 раза подряд (смотрел по логу). Итоговая статистика при этом показывается за последнюю сессию синхронизации (2.3 отправлено, 2.5 получено, ничего нового нет).
Версия приложения:
RSDN@Home версия 1.2.0 alpha 2 ревизия 859
Тип БД:
SQLiteDB
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteReader()
at Rsdn.Janus.DB.JanusDBExtensions.<ExecuteReader>d__0`1.MoveNext()
at Rsdn.Janus.CollectionHelper.ToArray[T](IEnumerable`1 source)
at Rsdn.Janus.ModeratingForm..ctor(IMsg msg)
at Rsdn.Janus.MsgViewer.OpenModerating()
at Rsdn.Janus.MsgViewer.SelectEvents(String eventId)
at Rsdn.Janus.MsgViewer.ToolStripButtonPressed(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.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.2.0 alpha 2 rev. 859>>
Re: Несколько синхронизаций подряд при однократном нажатии н
Здравствуйте, SeLarin, Вы писали:
SL>Заметил, что при синхронизации (при нажатии на кнопку) синхронизаия проводится 3 раза подряд (смотрел по логу). Итоговая статистика при этом показывается за последнюю сессию синхронизации (2.3 отправлено, 2.5 получено, ничего нового нет).
Была такая бага, поправлена где то неделю назад.
... << RSDN@Home 1.2.0 alpha 2 rev. 859 on Windows Vista 6.0.6001.65536>>
Здравствуйте, SeLarin, Вы писали:
SL>Ошибка: SL>SQLite error SL>no such column: mdr.userId
Глючит SQLite на запросе:
SELECT
mdr.[userId] AS [userId],
u.[username] AS [userName],
u.[usernick] AS [userNick],
u.[realname] AS [realName],
mdr.[forumId] AS [forumId],
f.[name] AS [forumName],
f.[descript] AS [forumDescription],
mdr.[create] AS [create]
FROM ([moderatorials] mdr
LEFT OUTER JOIN [users] u ON u.[uid] = mdr.[userId])
LEFT OUTER JOIN [server_forums] f ON f.[id] = mdr.[forumId]
WHERE mdr.messageId = @msgId
ORDER BY mdr.[create] DESC
Причины мне не известны. Шукай у тех, кто в нем разбирается.
... << RSDN@Home 1.2.0 alpha 2 rev. 859 on Windows Vista 6.0.6001.65536>>
Здравствуйте, AndrewVK, Вы писали: SL>>Ошибка: SL>>SQLite error SL>>no such column: mdr.userId AVK>Глючит SQLite на запросе: AVK>
AVK>SELECT
AVK> mdr.[userId] AS [userId],
AVK> u.[username] AS [userName],
AVK> u.[usernick] AS [userNick],
AVK> u.[realname] AS [realName],
AVK> mdr.[forumId] AS [forumId],
AVK> f.[name] AS [forumName],
AVK> f.[descript] AS [forumDescription],
AVK> mdr.[create] AS [create]
AVK>FROM ([moderatorials] mdr
AVK> LEFT OUTER JOIN [users] u ON u.[uid] = mdr.[userId])
AVK> LEFT OUTER JOIN [server_forums] f ON f.[id] = mdr.[forumId]
AVK>WHERE mdr.messageId = @msgId
AVK>ORDER BY mdr.[create] DESC
AVK>
Может глюк от того, что скобки вокруг выделенного забыли? А в ошибке просто не совсем правильная расшифровка?
В FB обязательно сглюкнит если скобки не добавить.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 2 ревизия 860
Тип БД:
FireBirdDB
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteReader()
в Rsdn.Janus.DB.JanusDBExtensions.<ExecuteReader>d__0`1.MoveNext()
в Rsdn.Janus.CollectionHelper.ToArray[T](IEnumerable`1 source)
в Rsdn.Janus.ModeratingForm..ctor(IMsg msg)
в Rsdn.Janus.MsgViewer.OpenModerating()
в Rsdn.Janus.MsgViewer.SelectEvents(String eventId)
в Rsdn.Janus.MsgViewer.ToolStripButtonPressed(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Здравствуйте, AndrewVK, Вы писали:
AVK>Была такая бага, поправлена где то неделю назад.
Странно. У меня она даже на самых свежих ревизиях проявляется. Обновляюсь я сейчас каждый день фактически.
... << RSDN@Home 1.2.0 alpha 2 rev. 862>>
Re[3]: Несколько синхронизаций подряд при однократном нажати
Здравствуйте, SeLarin, Вы писали:
AVK>>Была такая бага, поправлена где то неделю назад. SL>Странно. У меня она даже на самых свежих ревизиях проявляется. Обновляюсь я сейчас каждый день фактически.
Значит опять она вылезла. Буду смотреть
... << RSDN@Home 1.2.0 alpha 2 rev. 860 on Windows Vista 6.0.6001.65536>>
Здравствуйте, SeLarin, Вы писали:
SL>Здравствуйте, AndrewVK, Вы писали:
AVK>>Была такая бага, поправлена где то неделю назад. SL>В r864 исчезла бага вроде бы...
Наврал. Не исчезла. То исчезает, то проявляется (проявляется чаще).
... << RSDN@Home 1.2.0 alpha 2 rev. 864>>
Re[3]: Несколько синхронизаций подряд при однократном нажати
Версия приложения:
RSDN@Home версия 1.2.0 alpha 2 ревизия 872
Тип БД:
JetDB
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteListInternal(IList list, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteList(IList list, Type type, Object[] parameters)
at Rsdn.Janus.JanusDB.ExecuteParamList[T,T1](String sql, Object[] parameters)
at Rsdn.Janus.DatabaseManager.GetMessageList(Int32 forumID, SortType sort, Boolean isLoadAll, Msg parent)
at Rsdn.Janus.ObjectModel.Forum.ReadMsg(Boolean isLoadAll)
at Rsdn.Janus.ObjectModel.Forum.get_Msgs()
at Rsdn.Janus.ObjectModel.Forum.FindMsgByID(Int32 idMsg)
at Rsdn.Janus.ObjectModel.Forum.get_ActiveMsg()
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.TreeGrid.OnAfterActivateNode(ITreeNode activatedNode)
at Rsdn.Janus.JanusGrid.OnAfterActivateNode(ITreeNode activatedNode)
at Rsdn.TreeGrid.TreeGrid.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ListView.WmReflectNotify(Message& m)
at System.Windows.Forms.ListView.WndProc(Message& m)
at Rsdn.TreeGrid.TreeGrid.WndProc(Message& m)
at Rsdn.Janus.JanusGrid.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)
Здравствуйте, AndrewVK, Вы писали:
AVK>Глючит SQLite на запросе: AVK>
AVK>FROM([moderatorials] mdr
AVK> LEFT OUTER JOIN [users] u ON u.[uid] = mdr.[userId])
AVK> LEFT OUTER JOIN [server_forums] f ON f.[id] = mdr.[forumId]
AVK>
У SQLite странное понимание области видимости алиасов. В данном конкретном случае можно либо вообще убрать круглые скобки, либо переписать в виде
FROM ([moderatorials] mdr
LEFT OUTER JOIN [users] u ON u.[uid] = mdr.[userId]) foobarLEFT OUTER JOIN [server_forums] f ON f.[id] = mdr.[forumId]
и уже через foobar достукиваться до полей из users и moderatorials. Первое проще.
Здравствуйте, AndrewVK, Вы писали:
AVK>Это в следствие того, что не используется 3.5 фреймворк ни в самом янусе, ни в R.SAT, а extension методы нужны. Как его убрать, кроме как запретить все подобные варнинги для всего проекта, я не знаю.
Можно в каждую сборку, где используются extension методы положить такой атрибут и сделать его internal.
Здравствуйте, Блудов Павел, Вы писали:
БП>и уже через foobar достукиваться до полей из users и moderatorials. Первое проще.
Проще то оно проще, но без скобок уже джет начинает взбрыкивать. Ох уж эти писатели ... Казалось бы ничего сложного в написании парсера сиквела, совместимого с базой SQL'92 нет, а вот пойди ж ты.
... << RSDN@Home 1.2.0 alpha 2 rev. 872 on Windows Vista 6.0.6001.65536>>
Здравствуйте, AndrewVK, Вы писали:
AVK>В каждой сборке есть такой internal атрибут, из-за этого и варнинг.
Ну они сами себе злые буратино. Если атрибуты internal, то что же плохого в том что у них имена одинаковые?
Здравствуйте, Блудов Павел, Вы писали:
AVK>>В каждой сборке есть такой internal атрибут, из-за этого и варнинг. БП>Ну они сами себе злые буратино. Если атрибуты internal, то что же плохого в том что у них имена одинаковые?
Не знаю, спроси у МС.
БП>Тогда наверное только добавлением
<NoWarn>CS1685</NoWarn>
в проектный файл.
Не лучший выход — вдруг где по делу сработает.
... << RSDN@Home 1.2.0 alpha 2 rev. 872 on Windows Vista 6.0.6001.65536>>
Ошибка:
InvalidArgument=Значение '0' недопустимо для 'index'.
Имя параметра: index
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 3 ревизия 882
Тип БД:
SQLiteDB
Трассировка стека:
в System.Windows.Forms.ListView.EnsureVisible(Int32 index)
в Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
в Rsdn.Janus.FavoritesSelectFolderForm._createFolderButton_Click(Object sender, EventArgs e) в D:\source\rsdn@home\Janus\Features\Favorites\FavoritesSelectFolderForm.cs:строка 235
в System.Windows.Forms.Control.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnClick(EventArgs e)
в System.Windows.Forms.Button.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
в System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
в System.Windows.Forms.Control.SendMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
в System.Windows.Forms.Control.ReflectMessageInternal(IntPtr hWnd, Message& m)
в System.Windows.Forms.Control.WmCommand(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ContainerControl.WndProc(Message& m)
в System.Windows.Forms.Form.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
в System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
в System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
в System.Windows.Forms.Control.DefWndProc(Message& m)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ButtonBase.WndProc(Message& m)
в System.Windows.Forms.Button.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
в System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
в Rsdn.Janus.ForumDummyForm.AddToFavorites() в D:\source\rsdn@home\Janus\Features\ForumViewer\ForumDummyForm.cs:строка 839
в Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId) в D:\source\rsdn@home\Janus\Framework\StripSerializer\StripEventDispatcher.cs:строка 67
в Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e) в D:\source\rsdn@home\Janus\Framework\StripSerializer\StripEventDispatcher.cs:строка 75
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
в System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider) в D:\source\rsdn@home\Janus\Core\ApplicationManager.cs:строка 138
в Rsdn.Janus.Janus.Main() в D:\source\rsdn@home\Janus\Core\Janus.cs:строка 156
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 3 ревизия 882
Тип БД:
SQLiteDB
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
в BLToolkit.Data.DbManager.ExecuteNonQuery()
в Rsdn.Janus.JanusDB.Execute(String sql, Object[] parameters) в D:\source\rsdn@home\Janus\Core\DataManagement\JanusDB.cs:строка 127
в Rsdn.Janus.JanusDB.ExecuteNonQuery(String sql, Object[] parameters) в D:\source\rsdn@home\Janus\Core\DataManagement\JanusDB.cs:строка 183
в Rsdn.Janus.DatabaseManager.ToggleMessageTagMark(Int32 mid, Int32 tagId, String comment) в D:\source\rsdn@home\Janus\Core\DataManagement\DatabaseManager\DatabaseManager.Favorites.cs:строка 193
в Rsdn.Janus.FavoritesManager.ToggleMessageTagMark(IMsg message, Int32 fid) в D:\source\rsdn@home\Janus\Features\Favorites\FavoritesManager.cs:строка 254
в Rsdn.Janus.ForumDummyForm.MarkMessageByTag(ToolStripItem mi, IMsg current) в D:\source\rsdn@home\Janus\Features\ForumViewer\ForumDummyForm.cs:строка 1168
в Rsdn.Janus.ForumDummyForm.<>c__DisplayClass7.<TagSubmenu>b__3(Object sender, EventArgs e) в D:\source\rsdn@home\Janus\Features\ForumViewer\ForumDummyForm.cs:строка 1157
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
в System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider) в D:\source\rsdn@home\Janus\Core\ApplicationManager.cs:строка 138
в Rsdn.Janus.Janus.Main() в D:\source\rsdn@home\Janus\Core\Janus.cs:строка 156
Здравствуйте, ArtDenis, Вы писали:
AD>Ревизия 894 не сториться при помощи файла build-release-x86.bat или build-release.bat. Пишет ошибку:
виноват-с вроде должно было уже поправиться...
... << RSDN@Home 1.2.0 alpha 3 rev. 895>>
Если при компиляции и исполнении вашей программы не происходит ни одной ошибки — это ошибка компилятора :)))
InvalidArgument=Value of '0' is not valid for 'SelectedIndex
Ошибка:
InvalidArgument=Value of '0' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 3 ревизия 896
Тип БД:
MsSqlDB
Трассировка стека:
at System.Windows.Forms.ListBox.set_SelectedIndex(Int32 value)
at Rsdn.Janus.Framework.ComboListBox.OnResize(EventArgs e)
at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
at System.Windows.Forms.Control.UpdateBounds()
at System.Windows.Forms.Control.WmWindowPosChanged(Message& m)
at System.Windows.Forms.Control.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)
Здравствуйте, Hacker_Delphi, Вы писали:
H_D>Здравствуйте, ArtDenis, Вы писали:
AD>>Ревизия 894 не сториться при помощи файла build-release-x86.bat или build-release.bat. Пишет ошибку: H_D>виноват-с вроде должно было уже поправиться...
Уже получше. Но в конце билда выдаёт:
"D:\don_net\rsdn_home\master.build" (BuildRelease32 target) (1) ->
(_CompliteRelease target) ->
D:\don_net\rsdn_home\master.build(42,3): error MSB3021: Unable to copy file "D:\don_net\rsdn_home\Janus\bin\Debug\JanusDoc.chm" to "D:\don_net\rsdn
_home\Build\Release\JanusDoc.chm". Could not find file 'D:\don_net\rsdn_home\Janus\bin\Debug\JanusDoc.chm'.
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Documents%20and%20Settings\%D0%95%D0%B2%D0%B3%D0%B5%D0%BD%D0%B8%D0%B9\%D0%9C%D0%BE%D0%B8%20%D0%B4%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D1%8B\Sources\Janus\Janus\bin\Release'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path)
at Rsdn.Janus.JanusHost.<GetExtensionAssemblies>d__0.MoveNext()
at Rsdn.Janus.JanusHost.InitExtensibility()
at Rsdn.Janus.JanusHost..ctor(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
922-я ревизия не билдится ни в экспресс-студии, ни из бат-файла. Лезет огромного колисчевтво ошибок типа
Error 2 The type or namespace name 'IDBConfigControl' could not be found (are you missing a using directive or an assembly reference?) D:\don_net\rsdn_home\Janus-Common\Database\DBConfigControlBase.cs 8 57 Janus-Common
Error 3 The type or namespace name 'IDBSchemaDriver' could not be found (are you missing a using directive or an assembly reference?) D:\don_net\rsdn_home\Janus-Common\Database\DBSchemaDriverBase.cs 17 45 Janus-Common
Error 4 The type or namespace name 'DBSchema' could not be found (are you missing a using directive or an assembly reference?) D:\don_net\rsdn_home\Janus-Common\Database\Schema\SchemaHelper.cs 9 40 Janus-Common
Error 5 The type or namespace name 'DBSchema' could not be found (are you missing a using directive or an assembly reference?) D:\don_net\rsdn_home\Janus-Common\Database\Schema\SchemaHelper.cs 22 39 Janus-Common
Здравствуйте, AndrewVK, Вы писали:
AVK>Да ничего я не забыл, бранч она сделала, и репозиторий перещелкнула, но при этом автоматом почему то сделала два коммита в основную ветку.
Здравствуйте, AndrewVK, Вы писали:
J>>Когда всё придет в норму? AVK>Уже
Не билдится:
Error 2 'Rsdn.Janus.SR.Database' does not contain a definition for 'ConfigControls' C:\Documents and Settings\Евгений\Мои документы\Sources\Janus\Janus\Core\DataSchemaManagement\Drivers\Sqlite\SqliteConfigControl.cs 43 49 Janus
Error 3 'Rsdn.Janus.SR.Database' does not contain a definition for 'ConfigControls' C:\Documents and Settings\Евгений\Мои документы\Sources\Janus\Janus\Core\DataSchemaManagement\Drivers\Sqlite\SqliteConfigControl.cs 44 60 Janus
Error 4 'Rsdn.Janus.SR.Database' does not contain a definition for 'ConfigControls' C:\Documents and Settings\Евгений\Мои документы\Sources\Janus\Janus\Core\DataSchemaManagement\Drivers\Jet\JetConfigControl.cs 42 49 Janus
Error 5 'Rsdn.Janus.SR.Database' does not contain a definition for 'ConfigControls' C:\Documents and Settings\Евгений\Мои документы\Sources\Janus\Janus\Core\DataSchemaManagement\Drivers\Jet\JetConfigControl.cs 43 48 Janus
AVK>P.S. — подсветка в редакторе, кстати, после твоих рефакторингов отвалилась
Починю...
Здравствуйте, jenyavb, Вы писали:
J>Не билдится: J>...
Хотя после перезапуска студии каким-то чудом всё заработало .
AVK>>P.S. — подсветка в редакторе, кстати, после твоих рефакторингов отвалилась J>Починю...
Дизайнер убил event'ы при переносе из контейнера...
error MSB3021: Не удалось скопировать файл "...WORKING_COPIES\Janus\Janus\bin\Debug\JanusDoc.chm" в "...WORKING_COPIES\Janus\Build\Release\JanusDoc.chm".
Не удалось найти часть пути "...WORKING_COPIES\Janus\Janus\bin\Debug\JanusDoc.chm".
InvalidArgument=Значение '0' недопустимо для 'SelectedIndex'
Ошибка:
InvalidArgument=Значение '0' недопустимо для 'SelectedIndex'.
Имя параметра: SelectedIndex
Описание:
В меню выбираем "Очистить лог".
Версия приложения:
RSDN@Home версия 1.2.0 alpha 3 ревизия 927
Тип БД:
JetDB
Трассировка стека:
в System.Windows.Forms.ListBox.set_SelectedIndex(Int32 value)
в Rsdn.Janus.Framework.ComboListBox.OnResize(EventArgs e)
в System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
в System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
в System.Windows.Forms.Control.UpdateBounds()
в System.Windows.Forms.Control.WmWindowPosChanged(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Здравствуйте, jenyavb, Вы писали:
AVK>>>P.S. — подсветка в редакторе, кстати, после твоих рефакторингов отвалилась
J>>Починю... J>Дизайнер убил event'ы при переносе из контейнера...
System.NullReferenceException: В экземпляре объекта не задана ссылка на объект.
в Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
в Rsdn.Janus.Janus.Main()
Описание:
System.NullReferenceException: В экземпляре объекта не задана ссылка на объект.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 2 ревизия 832
Тип БД:
JetDB
Трассировка стека:
System.NullReferenceException: В экземпляре объекта не задана ссылка на объект.
в Lucene.Net.Index.TermBuffer.Set(Term term)
в Lucene.Net.Index.SegmentTermEnum.ScanTo(Term term)
в Lucene.Net.Index.TermInfosReader.ScanEnum(Term term)
в Lucene.Net.Index.TermInfosReader.Get(Term term)
в Lucene.Net.Index.SegmentTermDocs.Seek(Term term)
в Lucene.Net.Index.MultiTermDocs.TermDocs(Int32 i)
в Lucene.Net.Index.MultiTermDocs.Next()
в Lucene.Net.Index.IndexReader.DeleteDocuments(Term term)
в Lucene.Net.Index.IndexReader.Delete(Term term)
в Rsdn.Janus.SearchHelper.ProcessResponseMessages(IEnumerable`1 messages)
в Rsdn.Janus.MessageSyncHelper.AddNewMessages(JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials, Action`1 afterProcessInTxHandler)
в Rsdn.Janus.TopicSyncTask.ProcessResponse(ISyncContext context, TopicResponse response)
в Rsdn.Janus.SimpleSyncTask`2.Sync(ISyncContext context)
System.ArgumentException: Unknown driver 'Fb'
в Rsdn.Janus.DBDriverManager.<.ctor>b__0(String name)
в Rsdn.SmartApp.ElementsCache`2.Get(K key)
в Rsdn.Janus.DBDriverManager.GetDriver(String driverName)
в Rsdn.Janus.DBSchemaManager.CheckDB(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Здравствуйте, AndrewVK, Вы писали:
AVK>Здравствуйте, no4, Вы писали:
no4>>Ошибка:
AVK>Надо обновиться хтя бы до 883 ревизии
поставил 939
Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы:
Error while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> System.Data.OleDb.OleDbException: Удаление индекса невозможно. Он является текущим индексом или используется для установления связи.
в System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
в System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
в Rsdn.Janus.JetSchemaDriver.ExecuteDdlCommands(IEnumerable`1 commands) в d:\UsersQuota\OtherUsers\Mamut\CI\Janus\build\Janus.Jet\JetSchemaDriver.cs:строка 137
в Rsdn.Janus.DBSchemaDriverBase.Prepare() в d:\UsersQuota\OtherUsers\Mamut\CI\Janus\build\Janus-Common\Database\DBSchemaDriverBase.cs:строка 317
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Janus.DBSchemaDriverBase.Prepare() в d:\UsersQuota\OtherUsers\Mamut\CI\Janus\build\Janus-Common\Database\DBSchemaDriverBase.cs:строка 321
в Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Версия приложения:
RSDN@Home версия 1.2.0 alpha 2 ревизия 872
Тип БД:
SQLiteDB
Трассировка стека:
at Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
at Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы:
Unsupported data type for Fb ---> System.ArgumentException: Unsupported data type for Fb
в Rsdn.Janus.FBSchemaProvider.TypeDbsmToFb(DBSchemaColumn column) в d:\UsersQuota\OtherUsers\Mamut\CI\Janus\build\Janus.Firebird\FBSchemaProvider.cs:строка 407
в Rsdn.Janus.FBSchemaDriver.ParseColumnAlter(DBSchemaColumn mColumn, DBSchemaColumn eColumn) в d:\UsersQuota\OtherUsers\Mamut\CI\Janus\build\Janus.Firebird\FBSchemaDriver.cs:строка 317
в Rsdn.Janus.DBSchemaDriverBase.MakeDDLColumnAlter(DBSchemaColumn mColumn, DBSchemaColumn eColumn, DBTable table) в d:\UsersQuota\OtherUsers\Mamut\CI\Janus\build\Janus-Common\Database\DBSchemaDriverBase.cs:строка 726
в Rsdn.Janus.FBSchemaDriver.CompareDbscPost(DBSchema mDbsc) в d:\UsersQuota\OtherUsers\Mamut\CI\Janus\build\Janus.Firebird\FBSchemaDriver.cs:строка 123
в Rsdn.Janus.DBSchemaDriverBase.CompareDbsc(DBSchema mbDbsc) в d:\UsersQuota\OtherUsers\Mamut\CI\Janus\build\Janus-Common\Database\DBSchemaDriverBase.cs:строка 306
в Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Здравствуйте, no4, Вы писали:
AVK>>Надо обновиться хтя бы до 883 ревизии
no4>поставил 939
no4>[code] no4>Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы: no4>Error while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> System.Data.OleDb.OleDbException: Удаление индекса невозможно. Он является текущим индексом или используется для установления связи.
Старая бага. Надо акцессом открыть базу и удалить связь между messages и topic_info.
... << RSDN@Home 1.2.0 alpha 3 rev. 932 on Windows Vista 6.0.6001.65536>>
Здравствуйте, Tonal-, Вы писали:
T>Версия 939:
T>Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы: T>Unsupported data type for Fb ---> System.ArgumentException: Unsupported data type for Fb
Интересно, ка коно раньше работало? Заводи тикет.
... << RSDN@Home 1.2.0 alpha 3 rev. 932 on Windows Vista 6.0.6001.65536>>
948-я ревизия (но баг появился раньше. Просто не было возможности написать, когда это заметил сразу). Выдаёт MessageBox с таким сообщением при запуске:
BLToolkit.Data.DataException: Dynamic SQL Error
SQL error code = -104
Token unknown — line 4, char 6
[ ---> FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown — line 4, char 6
[ ---> FirebirdSql.Data.Common.IscException: Exception of type 'FirebirdSql.Data.Common.IscException' was thrown.
at FirebirdSql.Data.Client.Embedded.FesDatabase.ParseStatusVector(Int32[] statusVector)
at FirebirdSql.Data.Client.Embedded.FesStatement.Prepare(String commandText)
at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteScalar()
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteScalar()
at BLToolkit.Data.DbManager.ExecuteScalar()
--- End of inner exception stack trace ---
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteScalar()
at BLToolkit.Data.DbManager.ExecuteScalar[T]()
at Rsdn.Janus.DBVars.GetVar(JanusDB db, String name)
at Rsdn.Janus.DBVars.GetVar(String name)
at Rsdn.Janus.DBSchemaManager.IsNeedRestructuring()
Если нажать OK, то появляется стандартное сообщение об ошибке:
Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы:
Unsupported data type for Fb ---> System.ArgumentException: Unsupported data type for Fb
at Rsdn.Janus.FBSchemaProvider.TypeDbsmToFb(DBSchemaColumn column) in d:\don_net\rsdn_home\Janus.Firebird\FBSchemaProvider.cs:line 407
at Rsdn.Janus.FBSchemaDriver.ParseColumnAlter(DBSchemaColumn mColumn, DBSchemaColumn eColumn) in d:\don_net\rsdn_home\Janus.Firebird\FBSchemaDriver.cs:line 317
at Rsdn.Janus.DBSchemaDriverBase.MakeDDLColumnAlter(DBSchemaColumn mColumn, DBSchemaColumn eColumn, DBTable table) in d:\don_net\rsdn_home\Janus-Common\Database\DBSchemaDriverBase.cs:line 726
at Rsdn.Janus.FBSchemaDriver.CompareDbscPost(DBSchema mDbsc) in d:\don_net\rsdn_home\Janus.Firebird\FBSchemaDriver.cs:line 123
at Rsdn.Janus.DBSchemaDriverBase.CompareDbsc(DBSchema mbDbsc) in d:\don_net\rsdn_home\Janus-Common\Database\DBSchemaDriverBase.cs:line 306
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
Ошибка:
InvalidArgument=Значение '0' недопустимо для 'SelectedIndex'.
Имя параметра: SelectedIndex
Описание:
Если в логе в контекстном меню выбрать "Очистить лог", то получишь эту ошибку.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 3 ревизия 948
Тип БД:
MSSql
Трассировка стека:
в System.Windows.Forms.ListBox.set_SelectedIndex(Int32 value)
в Rsdn.Janus.Framework.ComboListBox.Log_SelectedIndexChanged(Object sender, EventArgs e) в D:\SVN\Janus\Janus\Framework\Controls\ComboListBox.cs:строка 79
в Rsdn.Janus.Framework.ComboListBox.OnResize(EventArgs e) в D:\SVN\Janus\Janus\Framework\Controls\ComboListBox.cs:строка 187
в System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
в System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
в System.Windows.Forms.Control.UpdateBounds()
в System.Windows.Forms.Control.WmWindowPosChanged(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Здравствуйте, ArtDenis, Вы писали:
AD>948-я ревизия (но баг появился раньше. Просто не было возможности написать, когда это заметил сразу). Выдаёт MessageBox с таким сообщением при запуске:
Ошибка:
Exception has been thrown by the target of an invocation.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 3 ревизия 957
Тип БД:
MSSql
Трассировка стека:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
at System.Windows.Forms.Control.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.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider) in C:\Documents and Settings\Евгений\Мои документы\Sources\Janus\Janus\Core\ApplicationManager.cs:line 141
at Rsdn.Janus.Janus.Main() in C:\Documents and Settings\Евгений\Мои документы\Sources\Janus\Janus\Core\Janus.cs:line 160
... << RSDN@Home 1.2.0 alpha 3 rev. 957>>
#954. Переход по пробелу. Активная ветка прыгает взад-вперед
Баг. Появилось в 954 ревизии. При переходе по пробелу активная ветка прыгает два раза взад-вперед
Как воспроизвести: Выбрать форум, у которого первое непрочитанное сообщение где-нить в середине топика. Встать на последнее сообщение (на любое сообщение, ниже которой непрочитанных нет) в форуме и нажать пробел.
Наблюдаемый эффект. 1) Переход в начало форума, 2) после на первое непрочитанное, 3) потом опять к началу форума, 4) потом возвращаемся к непрочитанному. Раньше 3-4 не было.
Посмотрел. Подумал, что из-за этого:
// Игрушечная асинхронность, которой на самом деле нет.
// Однако позволяет не блокировать сразу цикл обработки сообщений,
// что позволяет быстро перещелкивать сообщения в гриде с клавиатуры
// без неприятного замедления времени отклика
AsyncHelper.CreateOperation().PostOperationCompleted(
() => ApplicationManager.Instance.ForumNavigator
.SelectMessage(curMsg.ForumID, curMsg.ID));
Закомментировал. Баг исчез. Как это может быть связано?
... << RSDN@Home 1.2.0 alpha 3 rev. 957 >>
Re: #954. Переход по пробелу. Активная ветка прыгает взад-вп
Ошибка:
Exception has been thrown by the target of an invocation.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 3 ревизия 962
Тип БД:
MSSql
Трассировка стека:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
at System.Windows.Forms.Control.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.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
Здравствуйте, AndrewVK, Вы писали:
AVK>Здравствуйте, ixor, Вы писали:
I>>Есть ли возможность отключить автопометку для ветки? I>>Или я просто найти не могу?
AVK>Судя по коду — никак. Только выставить очень большой интервал.
То-есть я прав и это баг, которые стоит записать в Трак?
Здравствуйте, ixor, Вы писали:
I>Настройки путей Дебага и Релиза не должны разве указывать в корень trunk? Туда, где батники..
Дебага и Релиза чего? Если пректа Janus, то нет, если батников, то вроде в папку Build\Debug|Release строится.
Здравствуйте, jenyavb, Вы писали:
J>Здравствуйте, ixor, Вы писали:
I>>Настройки путей Дебага и Релиза не должны разве указывать в корень trunk? Туда, где батники.. J>Дебага и Релиза чего? Если пректа Janus, то нет, если батников, то вроде в папку Build\Debug|Release строится.
Проекта Janus, почему батники в одно место собирают, а студия должна в другое?
Здравствуйте, ixor, Вы писали:
I>Проекта Janus, почему батники в одно место собирают, а студия должна в другое?
Студия это студия, это разработка. Не выжу смысла менять стандартные пути проектов.
Батники нужны чтобы быстро построить проект в нужном виде взяв результат для какого то использования (для инсталятора, для архива, для быстрой проверки компилируемости, для использования если нету студии и т.д.). И для того чтобы потом не лазить по папкам ища результат, то резульатта копируется в новое место в корне + удаляются всякие лишние файлы которые в стандартном месте можно и не удалить т.к. если будет октрыта студия они могут быть залочены студией.
Здравствуйте, andrex, Вы писали:
A>Здравствуйте, ixor, Вы писали:
I>>Проекта Janus, почему батники в одно место собирают, а студия должна в другое?
A>Студия это студия, это разработка. Не выжу смысла менять стандартные пути проектов.
A>Батники нужны чтобы быстро построить проект в нужном виде взяв результат для какого то использования (для инсталятора, для архива, для быстрой проверки компилируемости, для использования если нету студии и т.д.). И для того чтобы потом не лазить по папкам ища результат, то резульатта копируется в новое место в корне + удаляются всякие лишние файлы которые в стандартном месте можно и не удалить т.к. если будет октрыта студия они могут быть залочены студией.
Тоесть предпологается, что из студии релизы не выпускаются?
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 983
Тип БД:
MSSql
Трассировка стека:
System.InvalidOperationException was unhandled
Message="Cross-thread operation not valid: Control '_statusLabel' accessed from a thread other than the thread it was created on."
Source="System.Windows.Forms"
StackTrace:
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Control.set_WindowText(String value)
at System.Windows.Forms.Control.set_Text(String value)
at System.Windows.Forms.Label.set_Text(String value)
at Rsdn.Janus.SplashForm.<>c__DisplayClass2.<SetText>b__1() in C:\Documents and Settings\Евгений\Мои документы\Sources\Janus\Janus\Core\UI\SplashForm.cs:line 215
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass1.<Post>b__0(Object state) in C:\Documents and Settings\Евгений\Мои документы\Sources\Janus\Janus\Framework\Utils\AsyncHelper.cs:line 25
at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
InnerException:
Возникло при показе сплеша. На месте иконок поддерживаемых баз нарисовался большой один крестик, типа изображение отсутствует. Повторный запуск прошел уже нормально. Последний раз, кстати, после обновления, такое исключение уже вылетало, и повторный запуск тоже тогда прошел нормально
System.InvalidOperationException: Коллекция была изменена; невозможно выполнить операцию перечисления.
в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
в System.Collections.Generic.List`1.Enumerator.MoveNext()
в Rsdn.Janus.SplashForm.ModulesBoxPaint(Object sender, PaintEventArgs e)
в System.Windows.Forms.Control.OnPaint(PaintEventArgs e)
в System.Windows.Forms.PictureBox.OnPaint(PaintEventArgs pe)
в System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
в System.Windows.Forms.Control.WmPaint(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 4 rev. 995 >>
Re: Коллекция была изменена; невозможно выполнить операцию п
Здравствуйте, rameel, Вы писали:
R>Возникло при показе сплеша. На месте иконок поддерживаемых баз нарисовался большой один крестик, типа изображение отсутствует. Повторный запуск прошел уже нормально. Последний раз, кстати, после обновления, такое исключение уже вылетало, и повторный запуск тоже тогда прошел нормально
От черт, помнил же об этом, но из головы вылетело. В одном месте лок воткнул, в другом забыл. Заводи тикет
... << RSDN@Home 1.2.0 alpha 4 rev. 995 on Windows Vista 6.0.6001.65536>>
Здравствуйте, rameel, Вы писали:
R>Здравствуйте, AndrewVK, Вы писали:
AVK>>От черт, помнил же об этом, но из головы вылетело. В одном месте лок воткнул, в другом забыл. Заводи тикет
R>http://projects.rsdn.ru:8080/Janus/ticket/77
читаю в режиме щелк на пробел, переход на следующее непрочитанное.
обновился сегодня до 1007 ревизии
пока читаю внутри форума все ок, переход на другой форум завершается такой ошибкой
System.ApplicationException: Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home ---> System.Reflection.TargetInvocationException: Адресат вызова создал исключение. ---> System.NullReferenceException: В экземпляре объекта не задана ссылка на объект.
в Rsdn.Janus.ForumDummyForm.SmartJump(Boolean messageScroll)
в Rsdn.Janus.ForumDummyForm.PageDown()
--- Конец трассировки внутреннего стека исключений ---
в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
в Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
в System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
в System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at ADOX.Tables.get_Item(Object Item)
at Rsdn.Janus.JetSchemaLoader.<GetTables>d__1.MoveNext()
at Rsdn.Janus.JetSchemaLoader.LoadSchema(String connStr)
at Rsdn.Janus.JetSchemaDriver.LoadExistingSchema()
at Rsdn.Janus.DBSchemaDriverBase.CompareDbsc(DBSchema mbDbsc)
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.<>c__DisplayClass8.<Main>b__2()
at Rsdn.Janus.Janus.Main()
Тикет заводить?
... << RSDN@Home 1.2.0 alpha rev. 778>>
"Бог не терпит голой сингулярности" -- Роджер Пенроуз
Здравствуйте, ironwit, Вы писали:
I>читаю в режиме щелк на пробел, переход на следующее непрочитанное.
I>обновился сегодня до 1007 ревизии
I>пока читаю внутри форума все ок, переход на другой форум завершается такой ошибкой
Сменили TreeGrid. Теперь смена текущего форума является асинхронной операцией. Там весь процесс надо перетряхнуть Если будет время, вечером посмотрю
System.ApplicationException: Resource 'Rsdn.Janus.Core.JanusProtocolSupport.HtmlPageBuilder.MessagesStats.html' not found in assembly 'Janus, Version=1.2.0.1008, Culture=neutral, PublicKeyToken=null'
в Rsdn.Janus.Framework.EnvironmentHelper.GetRequiredResourceStream(Assembly assembly, String resourceName)
в Rsdn.Janus.HtmlPageBuilder.GetStringTemplate(String resName)
в Rsdn.Janus.HtmlPageBuilder.GetUserMessagesStatText(Int32 uid)
в Rsdn.Janus.JanusProtocolDispatcher.UserMessagesStatEventHandler(Object sender, JanusProtocolEventArgs e)
в Rsdn.Janus.JanusProtocolDispatcher.DispatchRequest(String uri)
Здравствуйте, rameel, Вы писали:
R>Статистика сообщений выбрасывает исключение:
R>[code] R>System.ApplicationException: Resource 'Rsdn.Janus.Core.JanusProtocolSupport.HtmlPageBuilder.MessagesStats.html' not found in assembly 'Janus, Version=1.2.0.1008, Culture=neutral, PublicKeyToken=null'
Решарпер блин!
... << RSDN@Home 1.2.0 alpha 4 rev. 1001 on Windows Vista 6.0.6001.65536>>
Здравствуйте, rameel, Вы писали:
R>Здравствуйте, ironwit, Вы писали:
I>>пока читаю внутри форума все ок, переход на другой форум завершается такой ошибкой
R>Починил в 1016 ревизии. Заодно избавился от подергивания
Здравствуйте, rameel, Вы писали:
R>Здравствуйте, ixor, Вы писали:
I>>Подёргивания при переходе были?
R>Если ниже текущего не было непрочитанных сообщений, фокус устанавливался на первое сообщение, затем только переход к непрочитанному.
При нажатии на пробел скролл устанавливается так, что активное сообщение внизу.
Здравствуйте, AndrewVK, Вы писали:
AVK>Этот топик предназначен для сообщений об ошибках в RSDN@Home начиная с r830.
Если в поиске выбрать помимо других галочек "Поиск в пометках" то вообще нифига не ищет, даже в пометках (это я так понимаю сообщения модераторов). Тикет создать?
Здравствуйте, jenyavb, Вы писали:
J>Если в поиске выбрать помимо других галочек "Поиск в пометках" то вообще нифига не ищет, даже в пометках (это я так понимаю сообщения модераторов).
Нет. Неправильно перевели на русский. Это поиск в помеченных сообщениях.
J> Тикет создать?
Не надо.
... << RSDN@Home 1.2.0 alpha 4 rev. 1022 on Windows Vista 6.0.6001.65536>>
Здравствуйте, jenyavb, Вы писали:
J>Здравствуйте, AndrewVK, Вы писали:
AVK>>Этот топик предназначен для сообщений об ошибках в RSDN@Home начиная с r830.
J>Если в поиске выбрать помимо других галочек "Поиск в пометках" то вообще нифига не ищет, даже в пометках (это я так понимаю сообщения модераторов). Тикет создать?
складывается впечатление, что поиск вообще плохо работает или неработает вовсе...
BLToolkit.Data.DataException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 3, char 9
[ ---> FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 3, char 9
[ ---> FirebirdSql.Data.Common.IscException: Exception of type 'FirebirdSql.Data.Common.IscException' was thrown.
at FirebirdSql.Data.Client.Embedded.FesDatabase.ParseStatusVector(Int32[] statusVector)
at FirebirdSql.Data.Client.Embedded.FesStatement.Prepare(String commandText)
at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
--- End of inner exception stack trace ---
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteListInternal(IList list, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteList(IList list, Type type)
at Rsdn.Janus.Core.DataManagement.DataAccess.BLToolkitExtension.ForumDataAccessor.GetSubscribedForumListInternal(String orderBy)
at Rsdn.Janus.Core.DataManagement.DataAccess.ForumDataAccessor.GetSubscribedForumList()
at Rsdn.Janus.ObjectModel.Forums.LoadData()
at Rsdn.Janus.ObjectModel.Forums..ctor()
at Rsdn.Janus.ObjectModel.Forums.get_Instance()
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
Версия 1.2.0.1026
База FB
При запуске происходит исключение: Тикет #102
BLToolkit.Data.DataException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 3, char 9
[last_update_date ---> FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 3, char 9
[last_update_date ---> FirebirdSql.Data.Common.IscException: Выдано исключение типа "FirebirdSql.Data.Common.IscException".
в FirebirdSql.Data.Client.Embedded.FesDatabase.ParseStatusVector(Int32[] statusVector)
в FirebirdSql.Data.Client.Embedded.FesStatement.Prepare(String commandText)
в FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
--- Конец трассировки внутреннего стека исключений ---
в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
--- Конец трассировки внутреннего стека исключений ---
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteListInternal(IList list, Type type, Object[] parameters)
в BLToolkit.Data.DbManager.ExecuteList(IList list, Type type)
в Rsdn.Janus.Core.DataManagement.DataAccess.BLToolkitExtension.ForumDataAccessor.GetSubscribedForumListInternal(String orderBy)
в Rsdn.Janus.Core.DataManagement.DataAccess.ForumDataAccessor.GetSubscribedForumList()
в Rsdn.Janus.ObjectModel.Forums.LoadData()
в Rsdn.Janus.ObjectModel.Forums..ctor()
в Rsdn.Janus.ObjectModel.Forums.get_Instance()
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Здравствуйте, rameel, Вы писали:
R>Здравствуйте, ironwit, Вы писали:
I>>пока читаю внутри форума все ок, переход на другой форум завершается такой ошибкой
R>Починил в 1016 ревизии. Заодно избавился от подергивания
Также замечено в 1022 (в 1032 не проверял, ибо нет возможности):
— изменения в настройках прокси-сервера (использовать IE, не использовать и т.п.) вступают в силу только после перезапуска.
— пока я это выяснил, сбросился сохраненный пароль. (что за бл###во? Я ж его не помню)
Здравствуйте, Сергей Туленцев, Вы писали:
СТ>Поломалась.
СТ>Также замечено в 1022 (в 1032 не проверял, ибо нет возможности): СТ>- изменения в настройках прокси-сервера (использовать IE, не использовать и т.п.) вступают в силу только после перезапуска. СТ>- пока я это выяснил, сбросился сохраненный пароль. (что за бл###во? Я ж его не помню)
СТ>Вот.
Примечание: сам янус, равно как и база, носятся на флешке от дома к работе и назад. Соответственно, вчера на работе обновил версию. Настроил. Пришел домой — хочет прокси. Отрубил. Пришлось ввести заново пароль. Читаю форумы. Утро. Пришел на работу: не работает. Адреса прокси нет (я его дома стёр, ага), пароля нет (а вот его я не стирал, даже не знаю как).
Это я прочитал, ага. Это что, мне его каждый день вводить чтоли? Прочитай внимательнее. После обновления версии я пароль ввел. На следующий день (это утро) опять пришлось вводить.
Здравствуйте, Сергей Туленцев, Вы писали:
СТ>Здравствуйте, ixor, Вы писали:
I>>Здравствуйте, Сергей Туленцев, Вы писали:
I>>Ревизия 986 и пароль для доступа к сайту
СТ>Это я прочитал, ага. Это что, мне его каждый день вводить чтоли? Прочитай внимательнее. После обновления версии я пароль ввел. На следующий день (это утро) опять пришлось вводить.
Прочитал Прости, что не прокомментировал...
Пароль скорее всего в реестре хранится
Больше ведь такого не было?
Здравствуйте, Сергей Туленцев, Вы писали:
СТ>Это я прочитал, ага. Это что, мне его каждый день вводить чтоли? Прочитай внимательнее. После обновления версии я пароль ввел. На следующий день (это утро) опять пришлось вводить.
Вот сделают профили, тебе тогда придется ещё и настройки в AppData кидать .
Здравствуйте, ixor, Вы писали:
I>Здравствуйте, Сергей Туленцев, Вы писали:
СТ>>Здравствуйте, ixor, Вы писали:
I>>>Здравствуйте, Сергей Туленцев, Вы писали:
I>>>Ревизия 986 и пароль для доступа к сайту
СТ>>Это я прочитал, ага. Это что, мне его каждый день вводить чтоли? Прочитай внимательнее. После обновления версии я пароль ввел. На следующий день (это утро) опять пришлось вводить.
I>Прочитал Прости, что не прокомментировал... I>Пароль скорее всего в реестре хранится I>Больше ведь такого не было?
Ээ, ну завтра посмотрим.
Автопометку почините. Работать же невозможно То есть, читать форумы невозможно, что оставляет больше времени для, собственно, работы.
Здравствуйте, Сергей Туленцев, Вы писали:
СТ>Автопометку почините. Работать же невозможно То есть, читать форумы невозможно, что оставляет больше времени для, собственно, работы.
Здравствуйте, Сергей Туленцев, Вы писали:
СТ>Это я прочитал, ага. Это что, мне его каждый день вводить чтоли? Прочитай внимательнее. После обновления версии я пароль ввел. На следующий день (это утро) опять пришлось вводить.
Видимо ты его срубил принудительно, вот пароль и не сохранился.
... << RSDN@Home 1.2.0 alpha 4 rev. 1032 on Windows Vista 6.0.6001.65536>>
Здравствуйте, AndrewVK, Вы писали:
AVK>Видимо ты его срубил принудительно, вот пароль и не сохранился.
А это не из-за того, что теперь там шифрование пароля ориентируется на текущего пользователя (ProtectedData, DataProtectionScope.CurrentUser и т.д.).
Есть подозрение, что теперь янус с настройками нельзя так просто таскать между компьютерами, придётся вводить пароль каждый раз.
Здравствуйте, Andir, Вы писали:
A>А это не из-за того, что теперь там шифрование пароля ориентируется на текущего пользователя (ProtectedData, DataProtectionScope.CurrentUser и т.д.).
Ну, если конфиг тоже таскается туда-сюда, то из за этого тоже.
A>Есть подозрение, что теперь янус с настройками нельзя так просто таскать между компьютерами, придётся вводить пароль каждый раз.
А оно и не надо. Едиснтвенное, что имеет смысл таскать — БД.
... << RSDN@Home 1.2.0 alpha 4 rev. 1035 on Windows Vista 6.0.6001.65536>>
Здравствуйте, AndrewVK, Вы писали:
AVK>Здравствуйте, Andir, Вы писали:
A>>А это не из-за того, что теперь там шифрование пароля ориентируется на текущего пользователя (ProtectedData, DataProtectionScope.CurrentUser и т.д.).
AVK>Ну, если конфиг тоже таскается туда-сюда, то из за этого тоже.
A>>Есть подозрение, что теперь янус с настройками нельзя так просто таскать между компьютерами, придётся вводить пароль каждый раз.
AVK>А оно и не надо. Едиснтвенное, что имеет смысл таскать — БД.
Дык, а как же? На одном компе будет одна версия, на другом — другая. А если еще нельзя всякий левый софт на машину ставить, то вообще. Гораздо удобнее, когда софт портабельный. Может сделаете, а?
Здравствуйте, Сергей Туленцев, Вы писали:
СТ>Дык, а как же? На одном компе будет одна версия, на другом — другая.
Версия чего, конфига?
СТ> А если еще нельзя всякий левый софт на машину ставить, то вообще.
Еще раз — конфиг не надо таскать. Сборки януса таскай на здоровье. Хотя янус ставить вобще то не надо.
СТ> Гораздо удобнее, когда софт портабельный. Может сделаете, а?
Что сделаем?
... << RSDN@Home 1.2.0 alpha 4 rev. 1035 on Windows Vista 6.0.6001.65536>>
Здравствуйте, AndrewVK, Вы писали:
AVK>Здравствуйте, Сергей Туленцев, Вы писали:
СТ>>Дык, а как же? На одном компе будет одна версия, на другом — другая. AVK>Версия чего, конфига?
Януса.
СТ>> А если еще нельзя всякий левый софт на машину ставить, то вообще. AVK>Еще раз — конфиг не надо таскать. Сборки януса таскай на здоровье. Хотя янус ставить вобще то не надо.
Попробую.
СТ>> Гораздо удобнее, когда софт портабельный. Может сделаете, а? AVK>Что сделаем?
Ну, чтобы всё вместе таскалось. Всё же это неудобно: бинарники на флешке, а конфиг в другом месте. А если я приду на машину, где конфига нет?
Здравствуйте, Сергей Туленцев, Вы писали:
СТ>Ну, чтобы всё вместе таскалось. Всё же это неудобно: бинарники на флешке, а конфиг в другом месте.
Это удобно и правильно, потому что в конфиге могут быть настройки, привязанные к машине (абсолютные пути, ключ шифрования для пароля, в конце концов ширины колонок, зависящие от разрешения). Единственное, о чем можно подумать в перспективе — хранить не зависящие от машины настроки на сервере.
СТ> А если я приду на машину, где конфига нет?
Создатся дефолтный.
... << RSDN@Home 1.2.0 alpha 4 rev. 1035 on Windows Vista 6.0.6001.65536>>
Здравствуйте, ixor, Вы писали:
I>Недоконца похоже починил
Да, у меня теперь бывает моментально дохнет при попытке перейти внутри форума.
System.ApplicationException: Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Operation is not valid due to the current state of the object.
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at Rsdn.Janus.ObjectModel.Forum.FindNextUnreadMsg() in D:\sources\rsdn@home\Janus\Core\ObjectModel\Features\Forum.cs:line 310
at Rsdn.Janus.ForumDummyForm.SmartJump() in D:\sources\rsdn@home\Janus\Features\ForumViewer\ForumDummyForm.cs:line 470
at Rsdn.Janus.ForumDummyForm.PageDown() in D:\sources\rsdn@home\Janus\Features\ForumViewer\ForumDummyForm.cs:line 439
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager) in D:\sources\rsdn@home\Shortcuts\Shortcut.cs:line 142
--- End of inner exception stack trace ---
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager) in D:\sources\rsdn@home\Shortcuts\Shortcut.cs:line 146
at Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg) in D:\sources\rsdn@home\Shortcuts\ShortcutManager.cs:line 215
at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider) in D:\sources\rsdn@home\Janus\Core\ApplicationManager.cs:line 143
at Rsdn.Janus.Janus.Main() in D:\sources\rsdn@home\Janus\Core\Janus.cs:line 160
BLToolkit.Data.DataException: Dynamic SQL Error
SQL error code = -104
Token unknown — line 5, char 5
[ ---> FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown — line 5, char 5
[ ---> FirebirdSql.Data.Common.IscException: Exception of type 'FirebirdSql.Data.Common.IscException' was thrown.
at FirebirdSql.Data.Client.Embedded.FesDatabase.ParseStatusVector(Int32[] statusVector)
at FirebirdSql.Data.Client.Embedded.FesStatement.Prepare(String commandText)
at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
--- End of inner exception stack trace ---
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteObject(Type type)
at Rsdn.Janus.Core.DataManagement.DataAccess.BLToolkitExtension.UserDataAccessor.GetUser(Int32 uid)
at Rsdn.Janus.JanusFormatMessage.RefineUrl(JanusProtocolInfo protocolInfo, String& imageUrl, String& title, LinkType& linkType)
at Rsdn.Janus.JanusFormatMessage.ProcessUrlInternal(String hostname, String url, String text)
at Rsdn.Janus.JanusFormatMessage.FormatURLs(Match urlMatch, String urlAdsress, String urlName)
at Rsdn.Janus.JanusFormatMessage.ProcessURLs(Match urlMatch)
at Rsdn.Framework.Formatting.TextFormatter.Format(String txt, Boolean smile, Boolean doNotReplaceTags, Boolean doNotFormatImplicitLinks)
at Rsdn.Framework.Formatting.TextFormatter.Format(String txt, Boolean smile)
at Rsdn.Janus.XmlBuilder.BuildMessage(Msg msg)
at Rsdn.Janus.XmlPageBuilder.GetMessageText(Int32 mid)
at Rsdn.Janus.JanusProtocolDispatcher.MessageEventHandler(Object sender, JanusProtocolEventArgs e)
at Rsdn.Janus.JanusProtocolDispatcher.DispatchRequest(String uri)
--------------------------------------------------------------------------------
RSDN@Home версия 1.2.0 alpha 4 ревизия 1036
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1038
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
в Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
в System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
в System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Здравствуйте, Tonal-, Вы писали:
T>Я ещё иногда и свежие билды выкачиваю.
Аналогично. Выкачал свежий. База FB тоже свежесозданная и абсолютно пустая, даже без таблиц внутри. И получаем на старте:
Use extension assembly 'C:/Program Files/rsdn_home/Firebird\Janus.Firebird.dll'
Use extension assembly 'C:/Program Files/rsdn_home/Jet\Janus.Jet.dll'
Use extension assembly 'C:/Program Files/rsdn_home/Mssql\Janus.Mssql.dll'
Use extension assembly 'C:/Program Files/rsdn_home/MssqlCE\Janus.MssqlCE.dll'
Use extension assembly 'C:/Program Files/rsdn_home/Sqlite\Janus.Sqlite.dll'
BLToolkit.Data.DataException: Dynamic SQL Error
SQL error code = -204
Table unknown
vars
No message for error code 336397208 found. ---> FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -204
Table unknown
vars
No message for error code 336397208 found. ---> FirebirdSql.Data.Common.IscException: Exception of type 'FirebirdSql.Data.Common.IscException' was thrown.
at FirebirdSql.Data.Client.Embedded.FesDatabase.ParseStatusVector(Int32[] statusVector)
at FirebirdSql.Data.Client.Embedded.FesStatement.Prepare(String commandText)
at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteScalar()
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteScalar()
at BLToolkit.Data.DbManager.ExecuteScalar()
--- End of inner exception stack trace ---
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteScalar()
at BLToolkit.Data.DbManager.ExecuteScalar[T]()
at Rsdn.Janus.DBVars.GetVar(JanusDB db, String name)
at Rsdn.Janus.DBVars.GetVar(String name)
at Rsdn.Janus.DBSchemaManager.IsNeedRestructuring()
Здравствуйте, LuciferArh, Вы писали:
LA>Аналогично. Выкачал свежий. База FB тоже свежесозданная и абсолютно пустая, даже без таблиц внутри. И получаем на старте:
LA>Table unknown LA>vars
Видать какая то кривая у тебя база. У меня на тестовой базе сейчас все работает
... <<RSDN@Home 1.2.0 alpha 4 rev. 1042 on Windows Vista 6.0.6001.65536>>
Здравствуйте, AndrewVK, Вы писали:
AVK>Видать какая то кривая у тебя база. У меня на тестовой базе сейчас все работает
Она не кривая. Она пустая. Вообще. Только что созданная. Без таблиц, вьюх, процедур и прочего... Вот реструктуризатор и не может в ней ничего создать, хотя должен бы.
Здравствуйте, LuciferArh, Вы писали:
LA>Она не кривая. Она пустая. Вообще. Только что созданная. Без таблиц, вьюх, процедур и прочего... Вот реструктуризатор и не может в ней ничего создать, хотя должен бы.
Только сейчас заметил. А зачем ты вообще запускаешь янус из под отладчика, да еще и с включенным остановом на всех исключениях? Исключение в IsNeedRestructuring перехватывается и дальше структура БД создается.
... <<RSDN@Home 1.2.0 alpha 4 rev. 1042 on Windows Vista 6.0.6001.65536>>
Здравствуйте, AndrewVK, Вы писали:
AVK>Только сейчас заметил. А зачем ты вообще запускаешь янус из под отладчика, да еще и с включенным остановом на всех исключениях? Исключение в IsNeedRestructuring перехватывается и дальше структура БД создается.
Да это я просто вставил содержимое LOG-файла, который янус создает при ошибке. Самое интересное, что на Access и FB вылезают ошибки. Правда, на MDB там просто ошибка чтения из памяти. И только MS SQL отработал нормально. Собственно, сейчас на нем и сижу.
Здравствуйте, LuciferArh, Вы писали:
LA>Да это я просто вставил содержимое LOG-файла, который янус создает при ошибке.
А зачем? Реальной ошибки там все равно нет. Надо показывать то, что в окошке с ошибкой пишется.
LA> Самое интересное, что на Access и FB вылезают ошибки.
Поправил и джет и FB. Реструктуризатор не перестает меня удивлять. Такого ужасного кода я давно не видел.
... <<RSDN@Home 1.2.0 alpha 4 rev. 1042 on Windows Vista 6.0.6001.65536>>
Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы:
Error while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> System.Data.SqlClient.SqlException: For DROP INDEX, you must give both the table and the index name, in the form tablename.indexname.
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.RunExecuteNonQueryTds(String methodName, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Rsdn.Janus.MssqlSchemaDriver.ExecuteDdlCommands(IEnumerable`1 commands)
at Rsdn.Janus.DBSchemaDriverBase.Prepare()
--- End of inner exception stack trace ---
at Rsdn.Janus.DBSchemaDriverBase.Prepare()
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.<>c__DisplayClass8.<Main>b__2()
at Rsdn.Janus.Janus.Main()
2. В диалоге настройки параметров подключения к БД небольшой косяк с локализацией
---------------------------
RSDN@Home
---------------------------
Fill next fileds:
— login and password
---------------------------
ОК
---------------------------
3. В статистике сообщений пользователя
Сообщения, хранящиехся в локальной базе.
... << RSDN@Home 1.2.0 alpha rev. 780>>
"Мы будем уничтожать свое ядерное оружие вместе с Америкой" (c) Б. Ельцин
Здравствуйте, 6lackbird, Вы писали:
6>[c#] 6>Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы: 6>Error while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> System.Data.SqlClient.SqlException: For DROP INDEX, you must give both the table and the index name, in the form tablename.indexname.
Мне нужна либо БД, либо хотя бы текст SQL запроса, вызвавшего исключение
6>2. В диалоге настройки параметров подключения к БД
Он скоро умрет.
... <<RSDN@Home 1.2.0 alpha 4 rev. 1058 on Windows Vista 6.0.6001.65536>>
Здравствуйте, 6lackbird, Вы писали:
6>2. В диалоге настройки параметров подключения к БД небольшой косяк с локализацией
6>--------------------------- 6>RSDN@Home 6>--------------------------- 6>Fill next fileds: 6> — login and password
fixed
6>3. В статистике сообщений пользователя
6>Сообщения, хранящиехся в локальной базе.
fixed
Спасибо за внимательность!!
Если еще где-то встретится, сообщайте
Ошибка:
Запрос новых сообщений в форумах — CriticalError
Описание:
BLToolkit.Data.DataException: The database file is locked
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1059[1060]
Тип БД:
SQLite
Трассировка стека:
Запрос новых сообщений в форумах - CriticalError
BLToolkit.Data.DataException: The database file is locked
database is locked ---> System.Data.SQLite.SQLiteException: The database file is locked
database is locked
в System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
--- Конец трассировки внутреннего стека исключений ---
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
в BLToolkit.Data.DbManager.ExecuteNonQuery()
в Rsdn.Janus.BLToolkitExtension.ForumDataAccessor.InsertRate(Int32 messageId, Int32 topicId, Int32 userId, Int32 rateType, Int32 rateBy, DateTime rateDate)
в Rsdn.Janus.ForumDataAccessor.AddNewRates(IEnumerable`1 rates)
в Rsdn.Janus.MessageSyncHelper.AddNewMessages(ISyncContext context, JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials, Action`1 afterProcessInTxHandler)
в Rsdn.Janus.MessagesSyncTask.ProcessResponse(ISyncContext context, ChangeRequest request, ChangeResponse response)
в Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Здравствуйте, 6lackbird, Вы писали:
AVK>>Давай начнем со скрипта
6>Да не вопрос
Не твоей существующей базы. Скрипта, при выполнении которого вылетает ошибка. В отладчике в отладочной версии останавливаешься и смотришь значение переменной command.
Здравствуйте, ixor, Вы писали:
I>Ошибка: I>Запрос новых сообщений в форумах — CriticalError
I>Описание: I>BLToolkit.Data.DataException: The database file is locked
Здравствуйте, AndrewVK, Вы писали:
AVK>Не твоей существующей базы. Скрипта, при выполнении которого вылетает ошибка. В отладчике в отладочной версии останавливаешься и смотришь значение переменной command.
У меня вот на компутере есть JDK от сана версий 4, 5, и 6. Есть IntelliJ IDEA 7, но вот студии 2003/2005/2008 никак не наблюдается
... << RSDN@Home 1.2.0 alpha rev. 780>>
"Мы будем уничтожать свое ядерное оружие вместе с Америкой" (c) Б. Ельцин
Здравствуйте, 6lackbird, Вы писали:
6>У меня вот на компутере есть JDK от сана версий 4, 5, и 6. Есть IntelliJ IDEA 7, но вот студии 2003/2005/2008 никак не наблюдается
Тогда попозже прикручу вывод скрипта в окошко с ошибкой
Здравствуйте, AndrewVK, Вы писали:
У меня тоже такая же гадость вывалилась...
AVK>Вопрос, опять же, к знатокам FB. Что ему может не нравится в таком скрипте (вместо [] разумеется ""): AVK>
AVK> SELECT
AVK> [rate]
AVK> FROM
AVK> [rating]
AVK> WHERE
AVK> [mid] = @messageId AND [uid] = @userId AND [rate] > 0
AVK>
А вместо @ что?
Всё таки было бы круто, если бы можно бвло посмотреть запрос в том виде, который на сервер выкидывают — проще было бы...
Здравствуйте, Tonal-, Вы писали:
T>А вместо @ что?
Не знаю. Но вся старая постобработка не менялась.
T>Всё таки было бы круто, если бы можно бвло посмотреть запрос в том виде, который на сервер выкидывают — проще было бы...
У меня сейчас нет возможности запустить версию под FB
Здравствуйте, Tonal-, Вы писали:
T>Здравствуйте, Tonal-, Вы писали: T>>А вместо @ что? T>Если заменить собаку на двоеточье или вопросик IBExpert отрабатывает на ура
А трейсер у тебя какой нибудь есть, чтобы посмотреть реальный запрос? Или хотя бы студия?
Здравствуйте, AndrewVK, Вы писали: AVK>А трейсер у тебя какой нибудь есть, чтобы посмотреть реальный запрос? Или хотя бы студия?
Студия только 2005.
Ежели бы Янус под ней собирался, я бы сюда сразу пач заслал...
Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы:
Error while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> Rsdn.Janus.SchemaChangeException: Ошибка при изменении схемы БД. Скрипт 'DROP INDEX [IX_messages_name] ON [messages]' завершился с ошибкой 'For DROP INDEX, you must give both the table and the index name, in the form tablename.indexname.'. ---> System.Data.SqlClient.SqlException: For DROP INDEX, you must give both the table and the index name, in the form tablename.indexname.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
з.ы. база ms sql 2000 sp4
... << RSDN@Home 1.2.0 alpha rev. 780>>
"Мы будем уничтожать свое ядерное оружие вместе с Америкой" (c) Б. Ельцин
Re[3]: Запрос новых сообщений в форумах - CriticalError
Здравствуйте, Ventalf, Вы писали:
AVK>>Попробуй r1062
V>Осталось.
Осталось, да дне то. Стек трейс уже другой. И вот теперья не знаю, что делать — все выполняется в одной транзакции. Почему сообщения пишутся, потом читаются оценки, и только потом, при вставке новой оценки оно падает — сие тайна великая есть.
Здравствуйте, AndrewVK, Вы писали:
AVK>Осталось, да дне то. Стек трейс уже другой. И вот теперья не знаю, что делать — все выполняется в одной транзакции. Почему сообщения пишутся, потом читаются оценки, и только потом, при вставке новой оценки оно падает — сие тайна великая есть.
По мне — так тот же стек трейс:
Запрос новых сообщений в форумах - CriticalError
BLToolkit.Data.DataException: The database file is locked
database is locked ---> System.Data.SQLite.SQLiteException: The database file is locked
database is locked
в System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
--- Конец трассировки внутреннего стека исключений ---
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
в BLToolkit.Data.DbManager.ExecuteNonQuery()
в Rsdn.Janus.BLToolkitExtension.ForumDataAccessor.InsertRate(Int32 messageId, Int32 topicId, Int32 userId, Int32 rateType, Int32 rateBy, DateTime rateDate)
в Rsdn.Janus.ForumDataAccessor.AddNewRates(IEnumerable`1 rates)
в Rsdn.Janus.MessagesSyncHelper.AddNewMessages(ISyncContext context, JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials, Action`1 afterProcessInTxHandler)
в Rsdn.Janus.MessagesSyncTask.ProcessResponse(ISyncContext context, ChangeRequest request, ChangeResponse response)
в Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
... << RSDN@Home 1.2.0 alpha 4 rev. 1063>>
Could not load file or assembly 'System.Data.Linq', Version=
System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Не удается найти указанный файл.
File name: 'System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
at BLToolkit.Reflection.MetadataProvider.LinqMetadataProvider.GetNullable(ObjectMapper mapper, MemberAccessor member, Boolean& isSet)
at BLToolkit.Reflection.MetadataProvider.MetadataProviderList.GetNullable(ObjectMapper mapper, MemberAccessor member, Boolean& isSet)
at BLToolkit.Mapping.ObjectMapper.GetNullable(MemberAccessor memberAccessor)
at BLToolkit.Mapping.ObjectMapper.Init(MappingSchema mappingSchema, Type type)
at BLToolkit.Mapping.MappingSchema.GetObjectMapper(Type type)
at BLToolkit.Data.DbManager.ExecuteListInternal(IList list, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteList(IList list, Type type)
at Rsdn.Janus.BLToolkitExtension.ForumDataAccessor.GetSubscribedForumListInternal(String orderBy)
at Rsdn.Janus.ForumDataAccessor.GetSubscribedForumList()
at Rsdn.Janus.ObjectModel.Forums.LoadData()
at Rsdn.Janus.ObjectModel.Forums..ctor(IServiceProvider provider)
at Rsdn.Janus.ObjectModel.Forums.get_Instance()
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
... << RSDN@Home 1.2.0 alpha rev. 780>>
"Мы будем уничтожать свое ядерное оружие вместе с Америкой" (c) Б. Ельцин
Здравствуйте, Ventalf, Вы писали:
V>По мне — так тот же стек трейс:
Вобщем, по какой то причине BLToolkit, несмотря на открытую транзакцию, на новом акцессоре все равно открывает отдельное соединение с БД, от этого даже джету в определенных осбтоятельствах криышу сносит. Знакомые спецы по BLToolkit не отзываются. Так что пока не знаю что да как, работать будут только FB и MSSQL нормально.
... <<RSDN@Home 1.2.0 alpha 4 rev. 1058 on Windows Vista 6.0.6001.65536>>
Здравствуйте, 6lackbird, Вы писали:
6>[c#] 6>System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Не удается найти указанный файл. 6>File name: 'System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Мдя, я боялся этого. Теберь либо на BLToolkit.2 переходить, либо переводить янус на 3.5.
... <<RSDN@Home 1.2.0 alpha 4 rev. 1058 on Windows Vista 6.0.6001.65536>>
rev. 1062
Началось в последних обновлениях. Закачка 1.7 МБ прошла успешно. Обработаны 999 сообщений и вот:
BLToolkit.Data.DataException: Истекло время ожидания. Время ожидания истекло раньше, чем удалось получить подключение из пула. Возможно, все подключения в пуле уже используются и достигнут максимальный размер пула. ---> System.InvalidOperationException: Истекло время ожидания. Время ожидания истекло раньше, чем удалось получить подключение из пула. Возможно, все подключения в пуле уже используются и достигнут максимальный размер пула.
в System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
в System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
в System.Data.SqlClient.SqlConnection.Open()
в BLToolkit.Data.DbManager.OpenConnection()
--- Конец трассировки внутреннего стека исключений ---
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.OpenConnection()
в BLToolkit.Data.DbManager.get_Connection()
в BLToolkit.Data.DbManager.OnInitCommand(IDbCommand command)
в BLToolkit.Data.DbManager.get_SelectCommand()
в BLToolkit.Data.DbManager.get_Command()
в BLToolkit.Data.DbManager.Parameter(ParameterDirection parameterDirection, String parameterName, Object value)
в BLToolkit.Data.DbManager.Parameter(String parameterName, Object value)
в Rsdn.Janus.BLToolkitExtension.ForumDataAccessor.UpdateRate(Int32 messageId, Int32 topicId, Int32 userId, Int32 rateType, Int32 rateBy, DateTime rateDate, Int32 filterMessageId, Int32 filterUserId, Int32 oldRateType)
в Rsdn.Janus.ForumDataAccessor.AddNewRates(IEnumerable`1 rates) в D:\work\Janus\Janus\rsdn.ru\Database\Forum\ForumDataAccessor.cs:строка 108
в Rsdn.Janus.MessagesSyncHelper.AddNewMessages(ISyncContext context, JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials, Action`1 afterProcessInTxHandler) в D:\work\Janus\Janus\rsdn.ru\Synchronization\Tasks\MessagesSyncHelper.cs:строка 90
в Rsdn.Janus.MessagesSyncHelper.AddNewMessages(ISyncContext context, JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials) в D:\work\Janus\Janus\rsdn.ru\Synchronization\Tasks\MessagesSyncHelper.cs:строка 22
в Rsdn.Janus.MessagesSyncTask.ProcessResponse(ISyncContext context, ChangeRequest request, ChangeResponse response) в D:\work\Janus\Janus\rsdn.ru\Synchronization\Tasks\MessagesSyncTask.cs:строка 49
в Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator) в D:\work\Janus\Janus-Common\Synchronization\WebSvcSync\SimpleSyncTask.cs:строка 92
Последующая загрузка и обработка новых пользователей успешна.
Отписка от форумов с отменой удаления на запросы завершилась (даже не до конца закончившись) исключением:
BLToolkit.Data.DataException was unhandled
Message="The DELETE statement conflicted with the REFERENCE constraint \"FK_topic_info_mid\". The conflict occurred in database \"JanusDb\", table \"dbo.topic_info\", column 'mid'.\r\nThe statement has been terminated."
Source="BLToolkit.3"
StackTrace:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
в BLToolkit.Data.DbManager.ExecuteNonQuery()
в Rsdn.Janus.JanusDB.Execute(String sql, Object[] parameters) в D:\work\Janus\Janus\Core\DataManagement\JanusDB.cs:строка 82
в Rsdn.Janus.DatabaseManager.Unsubscribe(Int32 fid, Boolean deleteMessages) в D:\work\Janus\Janus\Core\DataManagement\DatabaseManager\DatabaseManager.Forums.cs:строка 258
в Rsdn.Janus.ForumsManager.<>c__DisplayClass1.<UnsubscribeForum>b__0(ProgressInfo pi) в D:\work\Janus\Janus\Features\ForumsManagement\ForumsManager.cs:строка 43
в Rsdn.Janus.Framework.ProgressWorker.<>c__DisplayClass3.<Run>b__0(AsyncOperation asyncOp) в D:\work\Janus\Janus\Framework\ProgressWorker\ProgressWorker.cs:строка 58
в Rsdn.Janus.AsyncHelper.<>c__DisplayClassd.<RunAsync>b__c(Object state) в D:\work\Janus\Janus\Framework\Utils\AsyncHelper.cs:строка 77
в System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
в System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
в System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
InnerException: System.Data.SqlClient.SqlException
Message="The DELETE statement conflicted with the REFERENCE constraint \"FK_topic_info_mid\". The conflict occurred in database \"JanusDb\", table \"dbo.topic_info\", column 'mid'.\r\nThe statement has been terminated."
Source=".Net SqlClient Data Provider"
ErrorCode=-2146232060
Class=16
LineNumber=2
Number=547
Procedure=""
Server="VISTAQUAD64\\SQLEXPRESS"
State=0
StackTrace:
в System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
в System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
в System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
в System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
в System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
в System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
в System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
в System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
в System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
InnerException:
AVK>Вобщем, по какой то причине BLToolkit, несмотря на открытую транзакцию, на новом акцессоре все равно открывает отдельное соединение с БД, от этого даже джету в определенных осбтоятельствах криышу сносит. Знакомые спецы по BLToolkit не отзываются. Так что пока не знаю что да как, работать будут только FB и MSSQL нормально.
(грустно вздыхая) Будем сидеть на 1052 пока.
... << RSDN@Home 1.2.0 alpha 4 rev. 1052>>
Re[3]: Запрос новых сообщений в форумах - CriticalError
Ещё несколько наблюдений:
Исключение возникает при синхронизации длительностью более 15-18 сек.
Т.е. загрузка темы в 1к+ будет гарантировано срывать синхронизацию, т.к. срыв синхронизации проходил на 150 сообщениях, а сама она прошла только "на удачу".
Здравствуйте, AndrewVK, Вы писали:
AVK>Этот топик предназначен для сообщений об ошибках в RSDN@Home начиная с r830.
при синхронизации на версии 1063
Запрос новых сообщений в форумах - CriticalError
BLToolkit.Data.DataException: Обновление невозможно; установлена блокировка. ---> System.Data.OleDb.OleDbException: Обновление невозможно; установлена блокировка.
в System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
в System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
--- Конец трассировки внутреннего стека исключений ---
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
в BLToolkit.Data.DbManager.ExecuteNonQuery()
в Rsdn.Janus.BLToolkitExtension.ForumDataAccessor.InsertRate(Int32 messageId, Int32 topicId, Int32 userId, Int32 rateType, Int32 rateBy, DateTime rateDate)
в Rsdn.Janus.ForumDataAccessor.AddNewRates(IEnumerable`1 rates)
в Rsdn.Janus.MessagesSyncHelper.AddNewMessages(ISyncContext context, JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials, Action`1 afterProcessInTxHandler)
в Rsdn.Janus.MessagesSyncTask.ProcessResponse(ISyncContext context, ChangeRequest request, ChangeResponse response)
в Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Я не умею быть злым, и не хочу быть добрым.
InvalidArgument=Value of '0' is not valid for 'index'.
Param
Ошибка:
InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 3 ревизия 968
Тип БД:
SQLite
Трассировка стека:
at System.Windows.Forms.ListView.EnsureVisible(Int32 index)
at Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
at Rsdn.Janus.FavoritesSelectFolderForm._createFolderButton_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.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)
Здравствуйте, ironwit, Вы писали:
I>при синхронизации на версии 1063
I>[ccode] I>Запрос новых сообщений в форумах — CriticalError I>BLToolkit.Data.DataException: Обновление невозможно; установлена блокировка. ---> System.Data.OleDb.OleDbException: Обновление невозможно; установлена блокировка.
Здравствуйте, ironwit, Вы писали:
I>Здравствуйте, AndrewVK, Вы писали:
I>читаю в режиме щелк на пробел, переход на следующее непрочитанное.
валится если закончиись сообщения для чтения.
System.ApplicationException: Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home ---> System.Reflection.TargetInvocationException: Адресат вызова создал исключение. ---> System.NullReferenceException: В экземпляре объекта не задана ссылка на объект.
в Rsdn.Janus.ObjectModel.ForumHelper.FindNextUnreadMsg(Forum forum, Boolean skipActiveUnread)
в Rsdn.Janus.ForumDummyForm.SmartJump()
в Rsdn.Janus.ForumDummyForm.PageDown()
--- Конец трассировки внутреннего стека исключений ---
в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
в Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
в System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
в System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Версия приложения:
RSDN@Home версия 1.2.0 alpha 3 ревизия 888
Тип БД:
JetDB
Трассировка стека:
at Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
at Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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)
Запрос новых сообщений в форумах — CriticalError
BLToolkit.Data.DataException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. ---> System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at BLToolkit.Data.DbManager.OpenConnection()
--- End of inner exception stack trace ---
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.OpenConnection()
at BLToolkit.Data.DbManager.OnInitCommand(IDbCommand command)
at BLToolkit.Data.DbManager.Parameter(ParameterDirection parameterDirection, String parameterName, Object value)
at BLToolkit.Data.DbManager.Parameter(String parameterName, Object value)
at Rsdn.Janus.BLToolkitExtension.ForumDataAccessor.IsModeratorialExists(Int32 messageId, Int32 userId)
at Rsdn.Janus.ForumDataAccessor.AddModeratorials(IEnumerable`1 moderatorials)
at Rsdn.Janus.MessagesSyncHelper.AddNewMessages(ISyncContext context, JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials, Action`1 afterProcessInTxHandler)
at Rsdn.Janus.MessagesSyncTask.ProcessResponse(ISyncContext context, ChangeRequest request, ChangeResponse response)
at Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Произошла непредвиденная ошибка при обработке клавиатурного
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1067
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
at Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы:
Error while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> Rsdn.Janus.SchemaChangeException: Ошибка при изменении схемы БД. Скрипт 'ALTER TABLE "messages" ALTER COLUMN "ismarked" TYPE CHAR(1)' завершился с ошибкой 'unsuccessful metadata update
New size specified for column ismarked must be at least 6 characters.'. ---> FirebirdSql.Data.FirebirdClient.FbException: unsuccessful metadata update
New size specified for column ismarked must be at least 6 characters. ---> FirebirdSql.Data.Common.IscException: Выдано исключение типа "FirebirdSql.Data.Common.IscException".
в FirebirdSql.Data.Client.Embedded.FesDatabase.ParseStatusVector(Int32[] statusVector)
в FirebirdSql.Data.Client.Embedded.FesStatement.Execute()
в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
--- Конец трассировки внутреннего стека исключений ---
в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
в Rsdn.Janus.Firebird.FBSchemaDriver.<>c__DisplayClass3.<ExecuteDdlCommands>b__2()
в Rsdn.Janus.SchemaHelper.SafeRunCommand(String cmdText, Action runner)
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Janus.SchemaHelper.SafeRunCommand(String cmdText, Action runner)
в Rsdn.Janus.Firebird.FBSchemaDriver.ExecuteDdlCommands(IEnumerable`1 commands)
в Rsdn.Janus.DBSchemaDriverBase.Prepare()
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Janus.DBSchemaDriverBase.Prepare()
в Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.<>c__DisplayClass8.<Main>b__2()
в Rsdn.Janus.Janus.Main()
Firebird не может автоматом осуществить преобразование из SMALLINT в CHAR(1).
Только через промежуточное поле.
Кому вообще это понадобилось — экономия на спичках?
Может тогда проще вынести поле в связанную табличку — больше отыграется.
Здравствуйте, 6lackbird, Вы писали:
6>Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы: 6>Error while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> System.Data.SqlClient.SqlException: For DROP INDEX, you must give both the table and the index name, in the form tablename.indexname. 6> at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
Для решения проблемы для 780 версии необходимо удалить следующие индексы
IX_messages_name в messages и
IX_topic_info_answers_last_update_date в topic_info
... << RSDN@Home 1.2.0 alpha rev. 780>>
"Мы будем уничтожать свое ядерное оружие вместе с Америкой" (c) Б. Ельцин
Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы:
Error while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> Rsdn.Janus.SchemaChangeException: Ошибка при изменении схемы БД. Скрипт '
IF EXISTS(SELECT * FROM messages)
EXEC('INSERT INTO Tmp_messages (dte, gid, ismarked, isread, message, mid, pid, subject, tid, uclass, uid, usernick, article_id, readreplies, name, lastModerated, closed) SELECT dte, gid, ismarked, isread, message, mid, pid, subject, tid, uclass, uid, usernick, article_id, readreplies, name, NULL, '0' FROM messages WITH (HOLDLOCK TABLOCKX)')' завершился с ошибкой 'Line 3: Incorrect syntax near '0'.'. ---> System.Data.SqlClient.SqlException: Line 3: Incorrect syntax near '0'.
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.RunExecuteNonQueryTds(String methodName, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Rsdn.Janus.MssqlSchemaDriver.<>c__DisplayClass8.<ExecuteDdlCommands>b__6()
at Rsdn.Janus.SchemaHelper.SafeRunCommand(String cmdText, Action runner)
--- End of inner exception stack trace ---
at Rsdn.Janus.SchemaHelper.SafeRunCommand(String cmdText, Action runner)
at Rsdn.Janus.MssqlSchemaDriver.ExecuteDdlCommands(IEnumerable`1 commands)
at Rsdn.Janus.DBSchemaDriverBase.Prepare()
--- End of inner exception stack trace ---
at Rsdn.Janus.DBSchemaDriverBase.Prepare()
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.<>c__DisplayClass8.<Main>b__2()
at Rsdn.Janus.Janus.Main()
Здравствуйте, AndrewVK, Вы писали: AVK>Никому не надобилось. Просто в драйвере пропала отработка поля bool и я восстановил по рекомендации с сайта FB. Переделал на smallint, пробуй.
1.2.0.1071
Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы:
Error while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> Rsdn.Janus.SchemaChangeException: Ошибка при изменении схемы БД. Скрипт '
ALTER TABLE "messages"
ADD IBE$$TEMP_COLUMN SMALLINT 0' завершился с ошибкой 'Dynamic SQL Error
SQL error code = -104
Token unknown - line 3, char 43
0'. ---> FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 3, char 43
0 ---> FirebirdSql.Data.Common.IscException: Выдано исключение типа "FirebirdSql.Data.Common.IscException".
в FirebirdSql.Data.Client.Embedded.FesDatabase.ParseStatusVector(Int32[] statusVector)
в FirebirdSql.Data.Client.Embedded.FesStatement.Prepare(String commandText)
в FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
--- Конец трассировки внутреннего стека исключений ---
в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
в Rsdn.Janus.Firebird.FBSchemaDriver.<>c__DisplayClass3.<ExecuteDdlCommands>b__2()
в Rsdn.Janus.SchemaHelper.SafeRunCommand(String cmdText, Action runner)
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Janus.SchemaHelper.SafeRunCommand(String cmdText, Action runner)
в Rsdn.Janus.Firebird.FBSchemaDriver.ExecuteDdlCommands(IEnumerable`1 commands)
в Rsdn.Janus.DBSchemaDriverBase.Prepare()
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Janus.DBSchemaDriverBase.Prepare()
в Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.<>c__DisplayClass8.<Main>b__2()
в Rsdn.Janus.Janus.Main()
ALTER TABLE "messages" ADD IBE$$TEMP_COLUMN SMALLINT 0
А что за такой столбец IBE$$TEMP_COLUMN — зачем оно? У меня такого нету, и в DbSchema.xml что-то не нашел...
И что символизирует 0 в конце?
Здравствуйте, AndrewVK, Вы писали:
AVK>Мдя, я боялся этого. Теберь либо на BLToolkit.2 переходить, либо переводить янус на 3.5.
А что, если не секрет, будет перезод на BLToolkit.2 или на 3.5?
И ещё 1072 ревизия произвела реструктуризацию базы с ревизии 1011 (она если я не ошибаюсь последняя которая может работать .Net 2).
Теперь 1011 при старте выдаёт ошибку:
Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы:
Error while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> System.Data.SqlClient.SqlException: The object 'DF__messages__closed__286302EC' is dependent on column 'closed'.
ALTER TABLE DROP COLUMN closed failed because one or more objects access this column.
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.RunExecuteNonQueryTds(String methodName, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Rsdn.Janus.MssqlSchemaDriver.ExecuteDdlCommands(IEnumerable`1 commands)
at Rsdn.Janus.DBSchemaDriverBase.Prepare()
--- End of inner exception stack trace ---
at Rsdn.Janus.DBSchemaDriverBase.Prepare()
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.<>c__DisplayClass8.<Main>b__2()
at Rsdn.Janus.Janus.Main()
и этим работа этой версии заканчивается. Возможно ли вручную откатить реструктуризацию обратно к совместимости с версией 1011 и если да, то как?
В задаче спрашивается:
Сколько вытечет портвейна из открытого бассейна?
Rsdn.Janus.DBSchemaException: Ошибка на этапе реструктуризации базы:
Error while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> Rsdn.Janus.SchemaChangeException: Ошибка при изменении схемы БД. Скрипт 'ALTER TABLE "messages" DROP CONSTRAINT "PK_messages"' завершился с ошибкой 'unsuccessful metadata update
ERASE RDB$RELATION_CONSTRAINTS failed
action cancelled by trigger (1) to preserve data integrity
Cannot delete PRIMARY KEY being used in FOREIGN KEY definition.'. ---> FirebirdSql.Data.FirebirdClient.FbException: unsuccessful metadata update
ERASE RDB$RELATION_CONSTRAINTS failed
action cancelled by trigger (1) to preserve data integrity
Cannot delete PRIMARY KEY being used in FOREIGN KEY definition. ---> FirebirdSql.Data.Common.IscException: Exception of type 'FirebirdSql.Data.Common.IscException' was thrown.
at FirebirdSql.Data.Client.Embedded.FesDatabase.ParseStatusVector(Int32[] statusVector)
at FirebirdSql.Data.Client.Embedded.FesStatement.Execute()
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
at Rsdn.Janus.Firebird.FBSchemaDriver.<>c__DisplayClass3.<ExecuteDdlCommands>b__2()
at Rsdn.Janus.SchemaHelper.SafeRunCommand(String cmdText, Action runner)
--- End of inner exception stack trace ---
at Rsdn.Janus.SchemaHelper.SafeRunCommand(String cmdText, Action runner)
at Rsdn.Janus.Firebird.FBSchemaDriver.ExecuteDdlCommands(IEnumerable`1 commands)
at Rsdn.Janus.DBSchemaDriverBase.Prepare()
--- End of inner exception stack trace ---
at Rsdn.Janus.DBSchemaDriverBase.Prepare()
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.<>c__DisplayClass8.<Main>b__2()
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1072>>
Re[2]: Could not load file or assembly 'System.Data.Linq', V
От:
Аноним
Дата:
05.04.08 16:04
Оценка:
Здравствуйте, AndrewVK, Вы писали:
AVK>Здравствуйте, 6lackbird, Вы писали:
6>>[c#] 6>>System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Не удается найти указанный файл. 6>>File name: 'System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
AVK>Мдя, я боялся этого. Теберь либо на BLToolkit.2 переходить, либо переводить янус на 3.5.
И? Мой ноут не выдержит такого количества технологий на нём. Не хотелось бы лепить ещё и 2.5 сверху.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1076
Тип БД:
SQLite
Трассировка стека:
Отсылка сообщений - CriticalError
BLToolkit.Data.DataException: SQLite error
no such column: False ---> System.Data.SQLite.SQLiteException: SQLite error
no such column: False
at System.Data.SQLite.SQLite3.Prepare(String strSql, SQLiteStatement previous, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
--- End of inner exception stack trace ---
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteReader()
at Rsdn.Janus.DB.JanusDBExtensions.<ExecuteReader>d__0`1.MoveNext()
at Rsdn.Janus.CollectionHelper.ToArray[T](IEnumerable`1 source)
at Rsdn.Janus.PostMessagesSyncTask.PrepareRequest()
at Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Ошибка:
Dynamic SQL Error
SQL error code = -206
Column unknown
M.lastModerated
No message for error code 336397208 found.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 ревизия 977
Тип БД:
Fb
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteListInternal(IList list, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteList(IList list, Type type, Object[] parameters)
at Rsdn.Janus.JanusDB.ExecuteParamList[T,T1](String sql, Object[] parameters)
at Rsdn.Janus.DatabaseManager.GetMessageList(Int32 forumID, SortType sort, Boolean isLoadAll, Msg parent)
at Rsdn.Janus.ObjectModel.Forum.ReadMsg(Boolean isLoadAll)
at Rsdn.Janus.ObjectModel.Forum.get_Msgs()
at Rsdn.Janus.ObjectModel.Forum.FindMsgByID(Int32 idMsg)
at Rsdn.Janus.ObjectModel.Forum.get_ActiveMsg()
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.Navigator.Init()
at Rsdn.Janus.ApplicationManager.Init(IServiceProvider serviceProvider)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
--
WBR и ничего личного
... << RSDN@Home 1 alpha 3 rev. 0>>
Ошибка на этапе реструктуризации базы:
Error while preparin
Ошибка:
InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1079
Тип БД:
MSSql
Трассировка стека:
at System.Windows.Forms.ListView.EnsureVisible(Int32 index)
at Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
at Rsdn.Janus.FavoritesDummyForm.Refresh()
at Rsdn.Janus.FavoritesDummyForm.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.TreeGrid.OnAfterActivateNode(ITreeNode activatedNode)
at Rsdn.Janus.JanusGrid.OnAfterActivateNode(ITreeNode activatedNode)
at Rsdn.TreeGrid.TreeGrid.<OnSelectedIndexChanged>b__0(Object state)
... << RSDN@Home 1.2.0 alpha 4 rev. 1079>>
Ошибка при миграции базы из Jet в SQLite:
Error while prepar
Ошибка:
Ошибка при миграции базы из Jet в SQLite:
Error while preparing SqlDiff
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1036
Тип БД:
Jet
Трассировка стека:
в Rsdn.Janus.DBSchemaManager.Migrate(IServiceProvider serviceProvider)
в Rsdn.Janus.MainForm.MigrateDatabase()
в Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
в Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 4 rev. 1036>>
--
Could not load file or assembly 'Shortcuts, Version=1.1.3025
Error:
Could not load file or assembly 'Shortcuts, Version=1.1.3025.20508, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The module was expected to contain an assembly manifest.
Description:
Application version:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1084
Db engine:
SQLite
Stack Trace:
at Rsdn.Janus.MainForm.InitializeComponent()
at Rsdn.Janus.MainForm..ctor(IServiceProvider serviceProvider)
at Rsdn.Janus.ApplicationManager.get_MainForm()
at Rsdn.Janus.ApplicationManager.Init(IServiceProvider serviceProvider)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1084>>
--
Re: Server was unable to process request. ---> Error login
Был забанен до сегодняшнего вечера, но сейчас уже всё в порядке, а в янусе — вот это
Отсылка сообщений — Warning
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Error login
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Rsdn.Janus.AT.JanusAT.PostChangeCommit()
at Rsdn.Janus.PostMessagesSyncTask.MakeRequest(ISyncContext context, JanusAT svc, PostRequest rq)
at Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
at Rsdn.Janus.Sync.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
Отсылка сообщений — Warning
-//-
Отсылка сообщений — Warning
-//-
Отсылка сообщений — CriticalError
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Error login
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Rsdn.Janus.AT.JanusAT.PostChangeCommit()
at Rsdn.Janus.PostMessagesSyncTask.MakeRequest(ISyncContext context, JanusAT svc, PostRequest rq)
at Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
at Rsdn.Janus.Sync.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
at Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Запрос новых сообщений в форумах — Warning
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Error login
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Rsdn.Janus.AT.JanusAT.GetNewData(ChangeRequest changeRequest)
at Rsdn.Janus.MessagesSyncTask.MakeRequest(ISyncContext context, JanusAT svc, ChangeRequest rq)
at Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
at Rsdn.Janus.Sync.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
Запрос новых сообщений в форумах — Warning
-//-
Запрос новых сообщений в форумах — Warning
-//-
Запрос новых сообщений в форумах — CriticalError
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Error login
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Rsdn.Janus.AT.JanusAT.GetNewData(ChangeRequest changeRequest)
at Rsdn.Janus.MessagesSyncTask.MakeRequest(ISyncContext context, JanusAT svc, ChangeRequest rq)
at Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
at Rsdn.Janus.Sync.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
at Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Загрузка дополнительных сообщений — Warning
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Error login
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Rsdn.Janus.AT.JanusAT.GetTopicByMessage(TopicRequest topicRequest)
at Rsdn.Janus.TopicSyncTask.MakeRequest(ISyncContext context, JanusAT svc, TopicRequest rq)
at Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
at Rsdn.Janus.Sync.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
Загрузка дополнительных сообщений — Warning
-//-
Загрузка дополнительных сообщений — Warning
-//-
Загрузка дополнительных сообщений — CriticalError
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Error login
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Rsdn.Janus.AT.JanusAT.GetTopicByMessage(TopicRequest topicRequest)
at Rsdn.Janus.TopicSyncTask.MakeRequest(ISyncContext context, JanusAT svc, TopicRequest rq)
at Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
at Rsdn.Janus.Sync.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
at Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Запрос новых пользователей — Warning
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Error login
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Rsdn.Janus.AT.JanusAT.GetNewUsers(UserRequest userRequest)
at Rsdn.Janus.UsersSyncTask.MakeRequest(ISyncContext context, JanusAT svc, UserRequest rq)
at Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
at Rsdn.Janus.Sync.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
Запрос новых пользователей — Warning
-//-
Запрос новых пользователей — Warning
-//-
Запрос новых пользователей — CriticalError
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Error login
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Rsdn.Janus.AT.JanusAT.GetNewUsers(UserRequest userRequest)
at Rsdn.Janus.UsersSyncTask.MakeRequest(ISyncContext context, JanusAT svc, UserRequest rq)
at Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
at Rsdn.Janus.Sync.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
at Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Ошибка:
Requested Clipboard operation did not succeed.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 3 ревизия 939
Тип БД:
Jet
Трассировка стека:
at System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
at System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format)
at System.Windows.Forms.Clipboard.SetText(String text)
at Rsdn.Janus.SyncForm._copyButton_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.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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.2.0 alpha 3 rev. 939>>
Re[2]: Server was unable to process request. ---> Error logi
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1084
Тип БД:
MSSql
Трассировка стека:
в Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
в Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
в Rsdn.Janus.ForumDummyForm.OnVisibleChanged(EventArgs e) в d:\SVN\Janus\Janus\Features\ForumViewer\ForumDummyForm.cs:строка 423
в System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
в System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
в System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
в System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
в System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
в System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
в System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
в System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
в System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
в System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
в System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
в System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
в System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
в WeifenLuo.WinFormsUI.Docking.DockPanel.OnVisibleChanged(EventArgs e) в d:\SVN\Janus\Janus\Framework\Docking\DockPanel.cs:строка 773
в System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
в System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
в System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
в System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
в System.Windows.Forms.Control.SetVisibleCore(Boolean value)
в System.Windows.Forms.Form.SetVisibleCore(Boolean value)
в System.Windows.Forms.Control.Show()
в Rsdn.Janus.MainForm.Restore() в d:\SVN\Janus\Janus\Core\UI\MainForm.cs:строка 890
в Rsdn.Janus.MainForm._notifyIcon_DoubleClick(Object sender, EventArgs e) в d:\SVN\Janus\Janus\Core\UI\MainForm.cs:строка 935
в System.Windows.Forms.NotifyIcon.OnDoubleClick(EventArgs e)
в System.Windows.Forms.NotifyIcon.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
в System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Ошибка:
Переход в неподписанных форумах по Space не работает. При нажатии переходит по первому непрочитанному сообщению в верхнем подписанном форуме (у меня Alg).
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1060
Тип БД:
MSSql
... << RSDN@Home 1.2.0 alpha 4 rev. 1060>>
InvalidArgument=Value of '0' is not valid for 'index'.
Param
Ошибка:
InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1084
Тип БД:
SQLite
Трассировка стека:
at System.Windows.Forms.ListView.EnsureVisible(Int32 index)
at Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
at Rsdn.Janus.FavoritesSelectFolderForm._createFolderButton_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.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)
Здравствуйте, Swale, Вы писали:
S>Ошибка: S>Переход в неподписанных форумах по Space не работает. При нажатии переходит по первому непрочитанному сообщению в верхнем подписанном форуме (у меня Alg).
S>Версия приложения: S>RSDN@Home версия 1.2.0 alpha 4 ревизия 1060
S>Тип БД: S>MSSql
Здравствуйте, ixor, Вы писали:
I>Здравствуйте, Swale, Вы писали:
S>>Ошибка: S>>Переход в неподписанных форумах по Space не работает. При нажатии переходит по первому непрочитанному сообщению в верхнем подписанном форуме (у меня Alg).
S>>Версия приложения: S>>RSDN@Home версия 1.2.0 alpha 4 ревизия 1060
S>>Тип БД: S>>MSSql
I>Проверил, работает... build 1077 и старше
Обновился до RSDN@Home версия 1.2.0 alpha 4 ревизия 1088, ошибка осталась...
Здравствуйте, Swale, Вы писали:
I>>Проверил, работает... build 1077 и старше S>Обновился до RSDN@Home версия 1.2.0 alpha 4 ревизия 1088, ошибка осталась...
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1089
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.OptionsForm.CustomInitializeComponent()
at Rsdn.Janus.OptionsForm..ctor()
at Rsdn.Janus.MainForm.Options()
at Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
at Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.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)
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1084
Тип БД:
Jet
Трассировка стека:
at Rsdn.Janus.OptionsForm.CustomInitializeComponent()
at Rsdn.Janus.OptionsForm..ctor()
at Rsdn.Janus.MainForm.Options()
at Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
at Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1082
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
в Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
в System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
в System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1090
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.WebBrowserForm.OpenInExternalBrowser()
в Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
в Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 4 rev. 1090>>
окно всегда показывает верхние эл-ты после сортировки
Описание:
1 встаем в форум, стоит сортировка например по дате, выделяем сообщение
2 вкл. сортировку например по имени (чтобы все сортировалось иначе)
3 окно не показывает по прежнему (это правильно) выделенного курсором элемента, всегда только верхние
4 соответственно приходится мотать вручную вниз и искать глазами потерю — то что было выделено
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1090
Тип БД:
MSSql
Трассировка стека:
не нужна
... << RSDN@Home 1.2.0 alpha 4 rev. 1090>>
Valery A. Boronin, RSDN Team, linkedin.com\in\boronin
R&D Mgmt & Security. AppSec & SDL. Data Protection and Systems Programming. FDE, DLP, Incident Management. Windows Filesystems and Drivers.
Value '0' is not a valid value for Interval. Interval must b
Ошибка:
Value '0' is not a valid value for Interval. Interval must be greater than 0.
Parameter name: Interval
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1089
Тип БД:
SQLite
Трассировка стека:
at System.Windows.Forms.Timer.set_Interval(Int32 value)
at Rsdn.Janus.MainForm.ResetAutoSyncTimer()
at Rsdn.Janus.MainForm.CustomInitializeComponent()
at Rsdn.Janus.MainForm..ctor(IServiceProvider serviceProvider)
at Rsdn.Janus.ApplicationManager.get_MainForm()
at Rsdn.Janus.ApplicationManager.Init(IServiceProvider serviceProvider)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
Ошибка при миграции базы из Jet в Fb:
Error while preparing
Ошибка:
Ошибка при миграции базы из Jet в Fb:
Error while preparing SqlDiff
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1090
Тип БД:
Jet
Трассировка стека:
at Rsdn.Janus.DBSchemaManager.Migrate(IServiceProvider serviceProvider)
at Rsdn.Janus.MainForm.MigrateDatabase()
at Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
at Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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.2.0 alpha 4 rev. 1090>>
Re: Ошибка при миграции базы из Jet в Fb:
Error while prepar
Ошибка:
Ошибка при миграции базы из Jet в Fb:
Error while preparing SqlDiff
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1091
Тип БД:
Jet
Трассировка стека:
at Rsdn.Janus.DBSchemaManager.Migrate(IServiceProvider serviceProvider)
at Rsdn.Janus.MainForm.MigrateDatabase()
at Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
at Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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.2.0 alpha 4 rev. 1091>>
Ошибка при миграции базы из SQLite в Fb:
Error while prepari
Ошибка:
Ошибка при миграции базы из SQLite в Fb:
Error while preparing SqlDiff
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1091
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.DBSchemaManager.Migrate(IServiceProvider serviceProvider)
at Rsdn.Janus.MainForm.MigrateDatabase()
at Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
at Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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.2.0 alpha 4 rev. 1091>>
InvalidArgument=Value of '0' is not valid for 'index'.
Param
Ошибка:
InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1089
Тип БД:
SQLite
Трассировка стека:
at System.Windows.Forms.ListView.EnsureVisible(Int32 index)
at Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
at Rsdn.Janus.FavoritesSelectFolderForm._createFolderButton_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.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.2.0 alpha 4 rev. 1089>>
Windows XP 5.1.2600.131072 ... абсолютная тишина
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1089
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
at Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1089>>
Windows XP 5.1.2600.131072 ... абсолютная тишина
System.NotSupportedException: SQLite не поддерживает UPDATE с alias-ами
в Rsdn.SmartApp.InstancingHelper.CreateInstance(Type type, IServiceProvider provider, InstancingCustomParam[] customParams)
в Rsdn.Janus.ScriptTemplateManager.<.ctor>b__0(Type type)
в Rsdn.SmartApp.ElementsCache`2.Get(K key)
в Rsdn.Janus.ScriptTemplateManager.GetScriptTemplate(String scriptId)
в Rsdn.Janus.JanusQueryAttribute.GetSqlText(DataAccessor accessor, DbManager dbManager)
в Rsdn.Janus.BLToolkitExtension.ForumDataAccessor.GetTopicListCore(Int32 forumId, String filter, String sort)
в Rsdn.Janus.ForumDataAccessor.GetTopicList(Int32 forumId, SortType sort, Boolean isLoadAll)
в Rsdn.Janus.ObjectModel.Msg.GetOldStyleTopicList(Int32 forumId, SortType sort, Boolean loadAll, MsgBase parent)
в Rsdn.Janus.ObjectModel.Forum.ReadMsg(Boolean isLoadAll)
в Rsdn.Janus.ObjectModel.Forum.get_Msgs()
в Rsdn.Janus.ForumDummyForm.FillMessages()
в Rsdn.Janus.ForumDummyForm.Rsdn.Janus.ObjectModel.IFeatureView.Activate(IFeature feature)
в Rsdn.Janus.Navigator.Features_AfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.AfterFeatureActivateHandler.Invoke(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.OnAfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.set_ActiveFeature(IFeature value)
в Rsdn.Janus.Navigator.Init()
в Rsdn.Janus.ApplicationManager.Init(IServiceProvider serviceProvider)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Невозможно использовать ''; файл уже используется.
Ошибка:
Невозможно использовать ''; файл уже используется.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1091
Тип БД:
Jet
Трассировка стека:
at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.OleDb.OleDbConnection.Open()
at BLToolkit.Data.DbManager.OpenConnection()
... << RSDN@Home 1.2.0 alpha 4 rev. 1091>>
Re: 1096 нажатие на пробел при отсутствии непрочитаных сообщ
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1089
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
at Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1089>>
Windows XP 5.1.2600.131072 ... абсолютная тишина
Ошибка:
Ошибка на этапе реструктуризации базы:
Error while preparing SqlDiff
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 0
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider) в C:\svn\Janus\Janus\Core\DataSchemaManagement\DbsmManager\DBSchemaManager.cs:строка 108
в Rsdn.Janus.Janus.<>c__DisplayClass8.<Main>b__2() в C:\svn\Janus\Janus\Core\Janus.cs:строка 123
в Rsdn.Janus.Janus.Main() в C:\svn\Janus\Janus\Core\Janus.cs:строка 132
... << RSDN@Home 1 alpha 4 rev. 0>>
Re[3]: 1096 нажатие на пробел при отсутствии непрочитаных со
Здравствуйте, ixor, Вы писали:
I>Здравствуйте, Ziaw, Вы писали:
Z>>Здравствуйте, AndrewVK, Вы писали:
Z>>Падает в NullReference.
I>Странно, проверил... падений никаких нет ... Вы уверены?
Мне сейчас лень откатывать и пересобирать, осталась собраная версия 1089, в ней воспроизводится.
Когда совсем достала, скачал транк(1096), собрал, получил то же самое. Исправил как смог, не вдаваясь в подробности алгоритма.
СУБД SqlExpress 2005
System.ApplicationException: Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Rsdn.Janus.ObjectModel.ForumHelper.FindNextUnreadMsg(Forum forum, Boolean skipActiveUnread)
at Rsdn.Janus.ForumDummyForm.SmartJump()
at Rsdn.Janus.ForumDummyForm.PageDown()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
--- End of inner exception stack trace ---
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
at Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1096
Тип БД:
MSSql
Трассировка стека:
в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
в System.Delegate.DynamicInvokeImpl(Object[] args)
в System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
в System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
в System.Threading.ExecutionContext.runTryCode(Object userData)
в System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
в System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
в System.Windows.Forms.Control.InvokeMarshaledCallbacks()
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
в System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
в System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
в System.Windows.Forms.Control.DefWndProc(Message& m)
в System.Windows.Forms.ListView.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.ListView.WndProc(Message& m)
в Rsdn.TreeGrid.TreeGrid.WndProc(Message& m)
в Rsdn.Janus.JanusGrid.WndProc(Message& m) в D:\work\Janus\Janus\Framework\Controls\TreeGrid\JanusGrid.cs:строка 125
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
в System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider) в D:\work\Janus\Janus\Core\ApplicationManager.cs:строка 140
в Rsdn.Janus.Janus.Main() в D:\work\Janus\Janus\Core\Janus.cs:строка 161
Здравствуйте, AndrewVK, Вы писали:
AVK>Этот топик предназначен для сообщений об ошибках в RSDN@Home начиная с r830.
Здраствуйте!
У меня версия 1091.
Во-первых у меня сломалась база (Access) и клиент даже не может connect к ней.
Случилось это, вероятно, из-за резкого отключения компа.
Тогда я взял старую бд (сохранил отдельно файлик mdb за пару дней до этого ЧП),
смог подключиться.
Теперь при синхронизации клиент зачитывает 999 сообщений и выдает такое —
Запрос новых сообщений в форумах — CriticalError
System.IO.IOException: read past EOF
at Lucene.Net.Store.BufferedIndexInput.Refill()
at Lucene.Net.Store.BufferedIndexInput.ReadByte()
at Lucene.Net.Store.IndexInput.ReadVInt()
at Lucene.Net.Store.IndexInput.ReadString()
at Lucene.Net.Index.IndexWriter.ReadDeleteableFiles()
at Lucene.Net.Index.IndexWriter.DeleteSegments(ArrayList segments)
at Lucene.Net.Index.IndexWriter.MergeSegments(Int32 minSegment, Int32 end)
at Lucene.Net.Index.IndexWriter.FlushRamSegments()
at Lucene.Net.Index.IndexWriter.Close()
at Rsdn.Janus.SearchHelper.ProcessResponseMessages(IEnumerable`1 messages)
at Rsdn.Janus.MessagesSyncHelper.AddNewMessages(ISyncContext context, JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials, Action`1 afterProcessInTxHandler)
at Rsdn.Janus.MessagesSyncTask.ProcessResponse(ISyncContext context, ChangeRequest request, ChangeResponse response)
at Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Загрузка дополнительных сообщений — CriticalError
System.IO.IOException: read past EOF
at Lucene.Net.Store.BufferedIndexInput.Refill()
at Lucene.Net.Store.BufferedIndexInput.ReadByte()
at Lucene.Net.Store.IndexInput.ReadVInt()
at Lucene.Net.Store.IndexInput.ReadString()
at Lucene.Net.Index.IndexWriter.ReadDeleteableFiles()
at Lucene.Net.Index.IndexWriter.DeleteSegments(ArrayList segments)
at Lucene.Net.Index.IndexWriter.MergeSegments(Int32 minSegment, Int32 end)
at Lucene.Net.Index.IndexWriter.FlushRamSegments()
at Lucene.Net.Index.IndexWriter.Close()
at Rsdn.Janus.SearchHelper.ProcessResponseMessages(IEnumerable`1 messages)
at Rsdn.Janus.MessagesSyncHelper.AddNewMessages(ISyncContext context, JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials, Action`1 afterProcessInTxHandler)
at Rsdn.Janus.TopicSyncTask.ProcessResponse(ISyncContext context, TopicRequest request, TopicResponse response)
at Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Это так и должно быть в результате моих шаманских действий?
Ошибка:
Cannot open database "Janus" requested by the login. The login failed.
Login failed for user 'STANLY-R70\Samsung'.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1090
Тип БД:
MSSql
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.OpenConnection()
в BLToolkit.Data.DbManager.OnInitCommand(IDbCommand command)
в BLToolkit.Data.DbManager.Parameter(ParameterDirection parameterDirection, String parameterName, Object value)
в BLToolkit.Data.DbManager.Parameter(String parameterName, Object value)
в Rsdn.Janus.BLToolkitExtension.ForumDataAccessor.GetTopicMessagesCore(Int32 topicId, String sortDir)
в Rsdn.Janus.ForumDataAccessor.GetTopicMessages(Int32 topicId)
в Rsdn.Janus.ObjectModel.Msg.GetOldStyleChildList()
в Rsdn.Janus.ObjectModel.Msg.FillChildren()
в Rsdn.Janus.ObjectModel.MsgBase.get_Count()
в Rsdn.TreeGrid.TreeGrid.GetExpandNodeList(ITreeNode node, ICollection`1 nodes)
в Rsdn.TreeGrid.TreeGrid.ExpandNode(Int32 iInsertIndex, ITreeNode node)
в Rsdn.TreeGrid.TreeGrid.OnBeforeExpand(ITreeNode node, Int32 iNode)
в Rsdn.TreeGrid.TreeGrid.WndProc(Message& m)
в Rsdn.Janus.JanusGrid.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 2 ревизия 872
Тип БД:
SQLiteDB
Трассировка стека:
at Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
at Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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.2.0 alpha 2 rev. 872>>
InvalidArgument=Значение '0' недопустимо для 'index'.
Имя па
Ошибка:
InvalidArgument=Значение '0' недопустимо для 'index'.
Имя параметра: index
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1100
Тип БД:
MSSql
Трассировка стека:
в System.Windows.Forms.ListView.EnsureVisible(Int32 index)
в Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
в Rsdn.Janus.FavoritesDummyForm.Refresh() в E:\__proj\_rsdn.Janus\Janus\Features\Favorites\FavoritesDummyForm.cs:строка 767
в Rsdn.Janus.FavoritesDummyForm.Rsdn.Janus.ObjectModel.IFeatureView.Activate(IFeature feature) в E:\__proj\_rsdn.Janus\Janus\Features\Favorites\FavoritesDummyForm.cs:строка 762
в Rsdn.Janus.Navigator.Features_AfterFeatureActivate(IFeature oldFeature, IFeature newFeature) в E:\__proj\_rsdn.Janus\Janus\Core\Navigation\Navigator.cs:строка 99
в Rsdn.Janus.ObjectModel.Features.AfterFeatureActivateHandler.Invoke(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.OnAfterFeatureActivate(IFeature oldFeature, IFeature newFeature) в E:\__proj\_rsdn.Janus\Janus\Core\ObjectModel\Features\Model\Features.cs:строка 253
в Rsdn.Janus.ObjectModel.Features.set_ActiveFeature(IFeature value) в E:\__proj\_rsdn.Janus\Janus\Core\ObjectModel\Features\Model\Features.cs:строка 86
в Rsdn.Janus.NavigationDummyForm._treeGrid_AfterActivateNode(ITreeNode ActivatedNode) в E:\__proj\_rsdn.Janus\Janus\Core\Navigation\NavigationDummyForm.cs:строка 149
в Rsdn.TreeGrid.TreeGrid.OnAfterActivateNode(ITreeNode activatedNode)
в Rsdn.Janus.JanusGrid.OnAfterActivateNode(ITreeNode activatedNode) в E:\__proj\_rsdn.Janus\Janus\Framework\Controls\TreeGrid\JanusGrid.cs:строка 158
в Rsdn.TreeGrid.TreeGrid.<OnSelectedIndexChanged>b__0(Object state)
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1099
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Janus.OptionsForm.CustomInitializeComponent()
в Rsdn.Janus.OptionsForm..ctor()
в Rsdn.Janus.MainForm.Options()
в Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
в Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
now playing: Robert Babicz — Buffer Expander<forum-id>-1</forum-id>
Value '0' is not a valid value for Interval. Interval must b
Ошибка:
Value '0' is not a valid value for Interval. Interval must be greater than 0.
Parameter name: Interval
Описание:
Установил в настройках интервал автосинхронизации равным нулю.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1100
Тип БД:
MSSql
Трассировка стека:
at System.Windows.Forms.Timer.set_Interval(Int32 value)
at Rsdn.Janus.MainForm.ResetAutoSyncTimer()
at Rsdn.Janus.MainForm.Instance_ConfigChanged(Object sender, EventArgs e)
at Rsdn.Janus.Config.NewConfig(Config config)
at Rsdn.Janus.OptionsForm.AcceptChanges()
at Rsdn.Janus.OptionsForm._okButton_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.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.2.0 alpha 4 ревизия 1102
Тип БД:
MSSql
Трассировка стека:
at Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
at Rsdn.TreeGrid.TreeGrid.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.<>c__DisplayClass19.<_tgMsgs_AfterActivateNode>b__18()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1091
Тип БД:
Jet
Трассировка стека:
at Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
at Rsdn.TreeGrid.TreeGrid.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.<>c__DisplayClass19.<_tgMsgs_AfterActivateNode>b__18()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1102
Тип БД:
SQLite
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.OpenConnection()
в BLToolkit.Data.DbManager.get_Connection()
в BLToolkit.Data.DbManager.OnInitCommand(IDbCommand command)
в BLToolkit.Data.DbManager.get_SelectCommand()
в BLToolkit.Data.DbManager.Parameter(ParameterDirection parameterDirection, String parameterName, Object value)
в BLToolkit.Data.DbManager.Parameter(String parameterName, Object value)
в Rsdn.Janus.JanusDB.GetParameters(Object[] parameters)
в Rsdn.Janus.JanusDB.ExecuteScalar[T](JanusDB db, String sql, Object[] parameters)
в Rsdn.Janus.DatabaseManager.RateMessage(MessageRates rate, Int32 mid)
в Rsdn.Janus.MsgViewer.RateMessage(MessageRates rate)
в Rsdn.Janus.MsgViewer.SelectEvents(String eventId)
в Rsdn.Janus.MsgViewer.ToolStripButtonPressed(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
В настройках стоит "При щелчке по внешней ссылке: Открыть броузер по умолчанию".
Браузер по-умолчанию — Firefox 3.0.1
Если он ещё не запущен, то при щелчке по внешней ссылке вылазит сообщение (но firefox всё же запускается):
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1108
Тип БД:
SQLite
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteObject[T]()
at Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
at Rsdn.Janus.Janus.Main()
Описание:
Жму на значок отметки (хочу посмотреть кто юзеру поставил плюсы) — пишет в списке только анонимусов. Утверждает, что не создана лок база данных, хотя в настройках все есть (установлено в Создавать).
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1092
Тип БД:
Jet
... << RSDN@Home 1.2.0 alpha 4 rev. 1092>>
Произошла непредвиденная ошибка при обработке клавиатурного
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1099
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
at Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1099>>
Произошла непредвиденная ошибка при обработке клавиатурного
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1111
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
в Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
в System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
в System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1111>>
InvalidArgument=Value of '0' is not valid for 'index'.
Param
Ошибка:
InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1111
Тип БД:
SQLite
Трассировка стека:
at System.Windows.Forms.ListView.EnsureVisible(Int32 index)
at Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
at Rsdn.Janus.FavoritesSelectFolderForm._createFolderButton_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.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.2.0 alpha 4 ревизия 1111
Тип БД:
MSSql
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
в BLToolkit.Data.DbManager.ExecuteObject[T]()
в Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
в Rsdn.Janus.Janus.Main()
За сегодн второй раз, повторяется.
Падает при переходе по пробелу и когда закончились не прочитанные сообщения.
System.ApplicationException: Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Rsdn.Janus.ObjectModel.ForumHelper.FindNextUnreadMsg(Forum forum, Boolean skipActiveUnread)
at Rsdn.Janus.ForumDummyForm.SmartJump()
at Rsdn.Janus.ForumDummyForm.PageDown()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
--- End of inner exception stack trace ---
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
at Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1096>>
InvalidArgument=Value of '0' is not valid for 'index'.
Param
Ошибка:
InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1096
Тип БД:
SQLite
Трассировка стека:
at System.Windows.Forms.ListView.EnsureVisible(Int32 index)
at Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
at Rsdn.Janus.FavoritesSelectFolderForm._createFolderButton_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.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.2.0 alpha 4 rev. 1096>>
Произошла непредвиденная ошибка при обработке клавиатурного
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1111
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
в Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
в System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
в System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1111>>
Произошла непредвиденная ошибка при обработке клавиатурного
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1111
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
в Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
в System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
в System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1111>>
InvalidArgument=Value of '0' is not valid for 'index'.
Param
Ошибка:
InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1111
Тип БД:
SQLite
Трассировка стека:
at System.Windows.Forms.ListView.EnsureVisible(Int32 index)
at Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
at Rsdn.Janus.FavoritesSelectFolderForm._createFolderButton_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.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.2.0 alpha 4 ревизия 1111
Тип БД:
MSSql
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteObject[T]()
at Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1111>>
The type initializer for 'Rsdn.Janus.MessageForm' threw an e
Ошибка:
The type initializer for 'Rsdn.Janus.MessageForm' threw an exception.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1091
Тип БД:
Jet
Трассировка стека:
at Rsdn.Janus.MessageForm.add_SendMessage(SendMessageEventHandler value)
at Rsdn.Janus.OutboxDummyForm.CustomInitializeComponent()
at Rsdn.Janus.OutboxDummyForm..ctor(OutboxManager manager)
at Rsdn.Janus.OutboxManager.get_OutboxForm()
at Rsdn.Janus.ObjectModel.OutboxFeature.CreateToolStripItems()
at Rsdn.Janus.ObjectModel.Feature.Rsdn.Janus.ObjectModel.IFeatureGui.get_ToolbarItems()
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.Navigator.Init()
at Rsdn.Janus.ApplicationManager.Init(IServiceProvider serviceProvider)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1091>>
Ошибка при миграции базы из SQLite в MSSql:
Индекс находился
Ошибка:
Ошибка при миграции базы из SQLite в MSSql:
Индекс находился вне границ массива.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1111
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Janus.DBSchemaManager.Migrate(IServiceProvider serviceProvider)
в Rsdn.Janus.MainForm.MigrateDatabase()
в Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
в Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 4 rev. 1111>>
Re: Ошибка при миграции базы из SQLite в MSSql:
Индекс наход
SS> в Rsdn.Janus.DBSchemaManager.Migrate(IServiceProvider serviceProvider)
SS> в Rsdn.Janus.MainForm.MigrateDatabase()
SS> в Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
SS> в Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
SS> в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
SS> в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
SS> в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
SS> в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
SS> в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
SS> в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
SS> в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
SS> в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
SS> в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
SS> в System.Windows.Forms.Control.WndProc(Message& m)
SS> в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
SS> в System.Windows.Forms.ToolStrip.WndProc(Message& m)
SS> в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
SS> в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
SS> в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
SS> в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
SS>
[RSDN@Home 1.2.0 alpha 4 rev. 1111 on Windows Vista 6.0.6001.65536]
Произошла непредвиденная ошибка при обработке клавиатурного
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1096
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
at Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1096>>
Произошла непредвиденная ошибка при обработке клавиатурного
Error:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Description:
после прочтения последнего сообщения жмякнул на пробел
Application version:
RSDN@Home version 1.2.0 alpha 4 revision 1111
Db engine:
SQLite
Stack Trace:
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
at Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
Ошибка:
Ошибка на этапе реструктуризации базы:
Error while preparing SqlDiff
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1067
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.<>c__DisplayClass8.<Main>b__2()
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1067>>
Если нам не помогут, то мы тоже никого не пощадим.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1099
Тип БД:
SQLite
Трассировка стека:
в Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
в Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
в Rsdn.Janus.ForumDummyForm.MessageNavigated(Object sender, EventArgs e)
в Rsdn.Janus.ForumNavigator.HistoryNavigateFired(Object sender, MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.OnMessageNavigate(MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.Navigate(Int32 msgId)
в Rsdn.Janus.ForumNavigator.SelectMessage(Int32 forumId, Int32 msgId)
в Rsdn.Janus.ForumDummyForm.<>c__DisplayClass19.<_tgMsgs_AfterActivateNode>b__18()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1099
Тип БД:
SQLite
Трассировка стека:
at Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
at Rsdn.TreeGrid.TreeGrid.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.<>c__DisplayClass19.<_tgMsgs_AfterActivateNode>b__18()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
... << RSDN@Home 1.2.0 alpha 4 rev. 1099>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1116
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.NavigationBox.FindContainer(IFeature feature)
at Rsdn.Janus.NavigationBox.Instance_AfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
at Rsdn.Janus.NavigationBox.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at Rsdn.Janus.MainForm.WndProc(Message& msg)
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.2.0 alpha 4 rev. 1116>>
Re: Object reference not set to an instance of an object.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1120
Тип БД:
Jet
Трассировка стека:
в Rsdn.TreeGrid.TreeGrid.ExpandNode(ITreeNode node)
в Rsdn.Janus.ForumDummyForm.DoExpandUnread(IMsg node)
в Rsdn.Janus.ForumDummyForm.DoExpandUnread(IMsg node)
в Rsdn.Janus.ForumDummyForm.DoExpandUnread(IMsg node)
в Rsdn.Janus.ForumDummyForm.DoExpandUnread(IMsg node)
в Rsdn.Janus.ForumDummyForm.DoExpandUnread(IMsg node)
в Rsdn.Janus.ForumDummyForm.ExpandUnread()
в Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
в Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 4 rev. 1120 on Windows Vista 6.0.6001.65536>>
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1116
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.NavigationBox.FindContainer(IFeature feature)
at Rsdn.Janus.NavigationBox.Instance_AfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
at Rsdn.Janus.NavigationBox.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at Rsdn.Janus.MainForm.WndProc(Message& msg)
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.2.0 alpha 4 rev. 1116>>
InvalidArgument=Value of '0' is not valid for 'index'.
Param
Error:
InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
Description:
Application version:
RSDN@Home version 1.2.0 alpha 4 revision 1120
Db engine:
MSSql
Stack Trace:
at System.Windows.Forms.ListView.EnsureVisible(Int32 index)
at Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
at Rsdn.Janus.FavoritesDummyForm.Refresh()
at Rsdn.Janus.FavoritesDummyForm.AddFolder()
at Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
at Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.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.2.0 alpha 4 ревизия 1122
Тип БД:
MSSql
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
в BLToolkit.Data.DbManager.ExecuteObject[T]()
в Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
в Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1122>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1116
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.NavigationBox.FindContainer(IFeature feature)
at Rsdn.Janus.NavigationBox.Instance_AfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
at Rsdn.Janus.NavigationBox.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1116>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1116
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.NavigationBox.FindContainer(IFeature feature)
at Rsdn.Janus.NavigationBox.Instance_AfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
at Rsdn.Janus.NavigationBox.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
Ошибка:
Arithmetic operation resulted in an overflow.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1122
Тип БД:
MSSql
Трассировка стека:
at BLToolkit.Common.Convert.ToInt16(Int32 p)
at BLToolkit.Mapping.ValueMapping.ValueMapper`2.Map(IMapDataSource source, Object sourceObject, Int32 sourceIndex, IMapDataDestination dest, Object destObject, Int32 destIndex)
at BLToolkit.Mapping.MappingSchema.MapInternal(IMapDataSource source, Object sourceObject, IMapDataDestination dest, Object destObject, Int32[] index, IValueMapper[] mappers)
at BLToolkit.Mapping.MappingSchema.MapSourceListToDestinationList(IMapDataSourceList dataSourceList, IMapDataDestinationList dataDestinationList, Object[] parameters)
at BLToolkit.Mapping.MappingSchema.MapDataReaderToList(IDataReader reader, IList list, Type destObjectType, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteListInternal(IList list, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteList(IList list, Type type)
at Rsdn.Janus.BLToolkitExtension.ForumDataAccessor.GetTopicListCore(Int32 forumId, String filter, String sort)
at Rsdn.Janus.ForumDataAccessor.GetTopicList(Int32 forumId, SortType sort, Boolean isLoadAll) in D:\z\Janus\Janus\rsdn.ru\Database\Forum\ForumDataAccessor.cs:line 205
at Rsdn.Janus.ObjectModel.Msg.GetOldStyleTopicList(Int32 forumId, SortType sort, Boolean loadAll, MsgBase parent) in D:\z\Janus\Janus\Core\ObjectModel\Msg.cs:line 131
at Rsdn.Janus.ObjectModel.Msg.LoadMessages(Int32 forumID, SortType sort, Boolean isLoadAll) in D:\z\Janus\Janus\Core\ObjectModel\Msg.cs:line 125
at Rsdn.Janus.ObjectModel.Forum.ReadMsg(Boolean isLoadAll) in D:\z\Janus\Janus\Core\ObjectModel\Features\Forum.cs:line 312
at Rsdn.Janus.ObjectModel.Forum.get_Msgs() in D:\z\Janus\Janus\Core\ObjectModel\Features\Forum.cs:line 186
at Rsdn.Janus.ForumDummyForm.FillMessages() in D:\z\Janus\Janus\Features\ForumViewer\ForumDummyForm.cs:line 389
at Rsdn.Janus.ForumDummyForm.Rsdn.Janus.ObjectModel.IFeatureView.Activate(IFeature feature) in D:\z\Janus\Janus\Features\ForumViewer\ForumDummyForm.cs:line 99
at Rsdn.Janus.Navigator.Features_AfterFeatureActivate(IFeature oldFeature, IFeature newFeature) in D:\z\Janus\Janus\Core\Navigation\Navigator.cs:line 99
at Rsdn.Janus.ObjectModel.Features.AfterFeatureActivateHandler.Invoke(IFeature oldFeature, IFeature newFeature)
at Rsdn.Janus.ObjectModel.Features.OnAfterFeatureActivate(IFeature oldFeature, IFeature newFeature) in D:\z\Janus\Janus\Core\ObjectModel\Features\Model\Features.cs:line 253
at Rsdn.Janus.ObjectModel.Features.set_ActiveFeature(IFeature value) in D:\z\Janus\Janus\Core\ObjectModel\Features\Model\Features.cs:line 86
at Rsdn.Janus.Navigator.Init() in D:\z\Janus\Janus\Core\Navigation\Navigator.cs:line 70
at Rsdn.Janus.ApplicationManager.Init(IServiceProvider serviceProvider) in D:\z\Janus\Janus\Core\ApplicationManager.cs:line 75
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider) in D:\z\Janus\Janus\Core\ApplicationManager.cs:line 137
at Rsdn.Janus.Janus.Main() in D:\z\Janus\Janus\Core\Janus.cs:line 168
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1091
Тип БД:
SQLite
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.OpenConnection()
at BLToolkit.Data.DbManager.get_Connection()
at BLToolkit.Data.DbManager.OnInitCommand(IDbCommand command)
at BLToolkit.Data.DbManager.get_SelectCommand()
at BLToolkit.Data.DbManager.Parameter(ParameterDirection parameterDirection, String parameterName, Object value)
at BLToolkit.Data.DbManager.Parameter(String parameterName, Object value)
at Rsdn.Janus.JanusDB.GetParameters(Object[] parameters)
at Rsdn.Janus.JanusDB.Execute(String sql, Object[] parameters)
at Rsdn.Janus.JanusDB.ExecuteNonQuery(String sql, Object[] parameters)
at Rsdn.Janus.DatabaseManager.UpdateOutboxMessage(MessageInfo mi)
at Rsdn.Janus.MessageForm.OnClosing(CancelEventArgs e)
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at Rsdn.Janus.MessageForm.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.2.0 alpha 4 rev. 1091>>
Произошла непредвиденная ошибка при обработке клавиатурного
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1132
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
в Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
в System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
в System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
The requested resource is in use. (Exception from HRESULT: 0
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1136
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, String& strRemain)
в System.Data.SQLite.SQLiteCommand.BuildNextCommand()
в System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
в System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
в System.Data.SQLite.SQLiteConnection.Open()
в BLToolkit.Data.DbManager.OpenConnection()
... << RSDN@Home 1.2.0 alpha 4 rev. 1136>>
Attempt to write a read-only database
attempt to write a rea
Ошибка:
Attempt to write a read-only database
attempt to write a readonly database
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1136
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
в System.Data.SQLite.SQLiteTransaction..ctor(SQLiteConnection connection, Boolean deferredLock)
в System.Data.SQLite.SQLiteConnection.BeginTransaction(Boolean deferredLock)
в System.Data.SQLite.SQLiteConnection.BeginDbTransaction(IsolationLevel isolationLevel)
в System.Data.Common.DbConnection.System.Data.IDbConnection.BeginTransaction(IsolationLevel isolationLevel)
в BLToolkit.Data.DbManager.BeginTransaction(IsolationLevel il)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 0
Тип БД:
Fb
Трассировка стека:
в Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
в Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
в Rsdn.Janus.ForumDummyForm.MessageNavigated(Object sender, EventArgs e)
в Rsdn.Janus.ForumNavigator.HistoryNavigateFired(Object sender, MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.OnMessageNavigate(MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.Navigate(Int32 msgId)
в Rsdn.Janus.ForumNavigator.SelectMessage(Int32 forumId, Int32 msgId)
в Rsdn.Janus.ForumDummyForm.<>c__DisplayClass19.<_tgMsgs_AfterActivateNode>b__18()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
... << RSDN@Home 1.2.0 alpha 4 rev. 0>>
Path cannot be the empty string or all whitespace.
Ошибка:
Path cannot be the empty string or all whitespace.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1136
Тип БД:
MSSql
Трассировка стека:
at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
at Rsdn.Janus.LocalUser.CreateUser(IServiceProvider provider, String dbp, String uname, String pwd)
at Rsdn.Janus.OptionsUserForm.SaveUserInfo()
at Rsdn.Janus.OptionsUserForm.btnOk_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.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.2.0 alpha 4 rev. 1136>>
Valery A. Boronin, RSDN Team, linkedin.com\in\boronin
R&D Mgmt & Security. AppSec & SDL. Data Protection and Systems Programming. FDE, DLP, Incident Management. Windows Filesystems and Drivers.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1136
Тип БД:
SQLite
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
в BLToolkit.Data.DbManager.ExecuteObject[T]()
в Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
в Rsdn.Janus.Janus.Main()
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1136
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1138
Тип БД:
SQLite
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
at BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteObject[T]()
at Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1138>>
It is always bad to give advices, but you will be never forgiven for a good one.
Oscar Wilde
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1064
Тип БД:
Jet
Трассировка стека:
at Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
at Rsdn.TreeGrid.TreeGrid.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.<>c__DisplayClass17.<_tgMsgs_AfterActivateNode>b__16()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1138
Тип БД:
MSSql
Трассировка стека:
в Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
в Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
в Rsdn.Janus.ForumDummyForm.MessageNavigated(Object sender, EventArgs e)
в Rsdn.Janus.ForumNavigator.HistoryNavigateFired(Object sender, MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.OnMessageNavigate(MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.Navigate(Int32 msgId)
в Rsdn.Janus.ForumNavigator.SelectMessage(Int32 forumId, Int32 msgId)
в Rsdn.Janus.ForumDummyForm.<>c__DisplayClass19.<_tgMsgs_AfterActivateNode>b__18()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1138
Тип БД:
MSSql
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
at BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteObject[T]()
at Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
at Rsdn.Janus.Janus.Main()
Запрос новых сообщений в форумах — CriticalError
BLToolkit.Data.DataException: Arithmetic overflow error for data type smallint, value = 67095.
The statement has been terminated. ---> System.Data.SqlClient.SqlException: Arithmetic overflow error for data type smallint, value = 67095.
The statement has been terminated.
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.RunExecuteNonQueryTds(String methodName, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
--- End of inner exception stack trace ---
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
at BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
at BLToolkit.Data.DbManager.ExecuteNonQuery()
at Rsdn.Janus.DatabaseManager.UpdateTopicInfoByFilter(DbManager db, Int32 userID, String filter)
at Rsdn.Janus.DatabaseManager.UpdateAggregates(DbManager db, Int32 userId, IEnumerable`1 tidList)
at Rsdn.Janus.MessagesSyncHelper.AddNewMessages(ISyncContext context, JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials, Action`1 afterProcessInTxHandler)
at Rsdn.Janus.MessagesSyncTask.ProcessResponse(ISyncContext context, ChangeRequest request, ChangeResponse response)
at Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Поймете смысл — найдутся слова.
Катон.
Произошла непредвиденная ошибка при обработке клавиатурного
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1138
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
в Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
в System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
в System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1120
Тип БД:
MSSql
Трассировка стека:
at Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
at Rsdn.TreeGrid.TreeGrid.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.<>c__DisplayClass19.<_tgMsgs_AfterActivateNode>b__18()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1136
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, String& strRemain)
в System.Data.SQLite.SQLiteCommand.BuildNextCommand()
в System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
в System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
в System.Data.SQLite.SQLiteConnection.Open()
в BLToolkit.Data.DbManager.OpenConnection()
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1111
Тип БД:
MSSql
Трассировка стека:
в Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
в Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
в Rsdn.Janus.ForumDummyForm.MessageNavigated(Object sender, EventArgs e)
в Rsdn.Janus.ForumNavigator.HistoryNavigateFired(Object sender, MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.OnMessageNavigate(MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.Back()
в Rsdn.Janus.ForumDummyForm.HistoryBack()
в Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
в Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 4 rev. 1111 Windows 2003 5.2.3790.65536 >> MS SQL Server Express
Описание:
Должно стоять ограничение на число отображаемых сообщений. После этого по ссылке из тела сообщения сделать переход на старое, неотображаемое сообщение. После этого ткнуть в одно из отображаемых сообщений. Получаем вот такой облом.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1111
Тип БД:
MSSql
Трассировка стека:
в Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
в Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
в Rsdn.Janus.ForumDummyForm.MessageNavigated(Object sender, EventArgs e)
в Rsdn.Janus.ForumNavigator.HistoryNavigateFired(Object sender, MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.OnMessageNavigate(MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.Navigate(Int32 msgId)
в Rsdn.Janus.ForumNavigator.SelectMessage(Int32 forumId, Int32 msgId)
в Rsdn.Janus.ForumDummyForm.<>c__DisplayClass19.<_tgMsgs_AfterActivateNode>b__18()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
... << RSDN@Home 1.2.0 alpha 4 rev. 1111 Windows 2003 5.2.3790.65536 >> MS SQL Server Express
Символьные или двоичные данные могут быть усечены.
Выполнени
Ошибка:
Символьные или двоичные данные могут быть усечены.
Выполнение данной инструкции было прервано.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1122
Тип БД:
MSSql
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
в BLToolkit.Data.DbManager.ExecuteNonQuery()
в Rsdn.Janus.BLToolkitExtension.OutboxDataAccessor.AddOutboxMessageCore(Int32 gid, Int32 reply, DateTime dte, String subj, String body, Boolean hold, String tagline)
в Rsdn.Janus.OutboxDataAccessor.AddOutboxMessage(IOutboxMessage message)
в Rsdn.Janus.NewMessageCollection.Add(MessageInfo msgInfo)
в Rsdn.Janus.OutboxManager.AddBugReport(String bugName, String bugDescription, String stackTrace, Boolean showEditor)
в Rsdn.Janus.Framework.ExceptionForm._bugReportButton_Click(Object sender, EventArgs e)
в System.Windows.Forms.Control.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnClick(EventArgs e)
в System.Windows.Forms.Button.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 4 rev. 1122>>
Произошла непредвиденная ошибка при обработке клавиатурного
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1136
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
в Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
в System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
в System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1096
Тип БД:
SQLite
Трассировка стека:
at Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
at Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
at Rsdn.Janus.ForumDummyForm.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at WeifenLuo.WinFormsUI.Docking.DockPanel.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.Show()
at Rsdn.Janus.MainForm.Restore()
at Rsdn.Janus.MainForm._notifyIcon_DoubleClick(Object sender, EventArgs e)
at System.Windows.Forms.NotifyIcon.OnDoubleClick(EventArgs e)
at System.Windows.Forms.NotifyIcon.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
at System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 4 rev. 1096>>
Произошла непредвиденная ошибка при обработке клавиатурного
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1096
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
at Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1096>>
Отсылка сообщений - CriticalError Message with ID 3351001 is
Ошибка:
Аргрегированная информация не соответсвует реальному содержанию БД. Произведите пересчет БД и обратитесь к разработчикам.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1136
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Janus.ForumDummyForm.SelectNodeByAttribute(StepDirection dir, AttrType attrType, SearchMessageArea area)
в Rsdn.Janus.ForumDummyForm.SelectHighlightedMsgNext()
в Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
в Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
В последних билдах настройки хоткеев главной формы отсутствуют в соотвествующем разделе. И соответственно, не работают. Хоткеи Дерева сообщений и прочего присутствуют и работают.
Пришлось откатиться на 1144.
Application version:
RSDN@Home version 1.2.0 alpha 4 revision 1144
Здравствуйте, Марсель абый, Вы писали:
МА>В последних билдах настройки хоткеев главной формы отсутствуют в соотвествующем разделе. И соответственно, не работают. Хоткеи Дерева сообщений и прочего присутствуют и работают.
fixed
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1111
Тип БД:
SQLite
Трассировка стека:
at Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
at Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
at Rsdn.Janus.ForumDummyForm.MessageNavigated(Object sender, EventArgs e) in E:\rsdn\janus-source\test\trunk\Janus\Features\ForumViewer\ForumDummyForm.cs:line 1269
at Rsdn.Janus.ForumNavigator.HistoryNavigateFired(Object sender, MessageNavigateEventArgs e) in E:\rsdn\janus-source\test\trunk\Janus\Features\ForumViewer\ForumNavigator.cs:line 116
at Rsdn.Janus.MessageViewHistory.OnMessageNavigate(MessageNavigateEventArgs e) in E:\rsdn\janus-source\test\trunk\Janus\Features\ForumViewer\MessageViewHistory.cs:line 52
at Rsdn.Janus.MessageViewHistory.Navigate(Int32 msgId) in E:\rsdn\janus-source\test\trunk\Janus\Features\ForumViewer\MessageViewHistory.cs:line 70
at Rsdn.Janus.ForumNavigator.SelectMessage(Int32 forumId, Int32 msgId) in E:\rsdn\janus-source\test\trunk\Janus\Features\ForumViewer\ForumNavigator.cs:line 95
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass19.<_tgMsgs_AfterActivateNode>b__18() in E:\rsdn\janus-source\test\trunk\Janus\Features\ForumViewer\ForumDummyForm.cs:line 1409
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state) in E:\rsdn\janus-source\test\trunk\Janus-Common\Utils\AsyncHelper.cs:line 33
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1171
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteScalar()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
... << RSDN@Home 1.2.0 alpha 4 rev. 1171>>
Попытка чтения или записи в защищенную память. Это часто сви
Ошибка:
Попытка чтения или записи в защищенную память. Это часто свидетельствует о том, что другая память повреждена.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1174
Тип БД:
SQLite
Трассировка стека:
в AssignMethod@Rsdn.SmartApp.ActivePartManager(IServiceProvider , Object )
в Rsdn.SmartApp.ServicesHelper.AssignHelper.Assign(Object instance, IServiceProvider provider) в C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServicesHelper.AssignHelper.cs:строка 67
в Rsdn.SmartApp.ActivePartManager..ctor(IServiceProvider provider) в C:\Work\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartManager.cs:строка 31
в Rsdn.SmartApp.ActivePartsHelper.CreateAndPublishManager(IServicePublisher servicePublisher) в C:\Work\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartsHelper.cs:строка 20
в Rsdn.Janus.JanusHost..ctor(IServiceProvider serviceProvider) в e:\Private\Projects\Janus\Janus\Core\Extensibility\JanusHost.cs:строка 42
в Rsdn.Janus.Janus.Main() в e:\Private\Projects\Janus\Janus\Core\Janus.cs:строка 108
[RSDN@Home 1.2.0 alpha 4 rev. 1174 on Windows Vista 6.0.6001.65536]
Попытка чтения или записи в защищенную память. Это часто сви
Ошибка:
Попытка чтения или записи в защищенную память. Это часто свидетельствует о том, что другая память повреждена.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1174
Тип БД:
SQLite
Трассировка стека:
в AssignMethod@Rsdn.SmartApp.ActivePartManager(IServiceProvider , Object )
в Rsdn.SmartApp.ServicesHelper.AssignHelper.Assign(Object instance, IServiceProvider provider) в C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServicesHelper.AssignHelper.cs:строка 67
в Rsdn.SmartApp.ActivePartManager..ctor(IServiceProvider provider) в C:\Work\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartManager.cs:строка 31
в Rsdn.SmartApp.ActivePartsHelper.CreateAndPublishManager(IServicePublisher servicePublisher) в C:\Work\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartsHelper.cs:строка 20
в Rsdn.Janus.JanusHost..ctor(IServiceProvider serviceProvider) в e:\Private\Projects\Janus\Janus\Core\Extensibility\JanusHost.cs:строка 42
в Rsdn.Janus.Janus.Main() в e:\Private\Projects\Janus\Janus\Core\Janus.cs:строка 108
[RSDN@Home 1.2.0 alpha 4 rev. 1174 on Windows Vista 6.0.6001.65536]
Для этой операции уже вызван оператор OperationCompleted. Да
Ошибка:
Для этой операции уже вызван оператор OperationCompleted. Дальнейшие вызовы недопустимы.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1176
Тип БД:
SQLite
Трассировка стека:
в System.ComponentModel.AsyncOperation.VerifyNotCompleted()
в System.ComponentModel.AsyncOperation.OperationCompleted()
в Rsdn.Janus.NotifyIconService.Dispose() в e:\Private\Projects\Janus\Janus\Core\NotifyIcon\NotifyIconService.cs:строка 144
в Rsdn.SmartApp.CollectionUtils.DisposeAll(IEnumerable`1 disposables) в C:\Work\R.Server\R.SAT\R.SAT-Common\CollectionUtils.cs:строка 201
в Rsdn.SmartApp.ServiceManager.Dispose() в C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServiceManager.cs:строка 254
в Rsdn.Janus.JanusHost.Dispose() в e:\Private\Projects\Janus\Janus\Core\Extensibility\JanusHost.cs:строка 115
в Rsdn.Janus.Janus.Main() в e:\Private\Projects\Janus\Janus\Core\Janus.cs:строка 195
[RSDN@Home 1.2.0 alpha 4 rev. 1176 on Windows Vista 6.0.6001.65536]
Ошибка:
This operation has already had OperationCompleted called on it and further calls are illegal.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1178
Тип БД:
SQLite
Трассировка стека:
at System.ComponentModel.AsyncOperation.VerifyNotCompleted()
at System.ComponentModel.AsyncOperation.OperationCompleted()
at Rsdn.Janus.NotifyIconService.Dispose()
at Rsdn.SmartApp.CollectionUtils.DisposeAll(IEnumerable`1 disposables) in C:\Work\R.Server\R.SAT\R.SAT-Common\CollectionUtils.cs:line 201
at Rsdn.SmartApp.ServiceManager.Dispose() in C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServiceManager.cs:line 254
at Rsdn.Janus.JanusHost.Dispose()
at Rsdn.Janus.Janus.Main()
Здравствуйте, ixor, Вы писали:
I>Ошибка: I>Пометка прочитанное\непрочитанное отломилась
I>Описание: I>При кликах на "Пометить тему как прочитанную\непрочитанную", пометка сообщений происходит при переходе неа следующую ветку или сообщение.
I>Если тема находится в состоянии "развернуто", то сообщения помечаются, только при их выделении.
I>Версия приложения: I>RSDN@Home версия 1.2.0 alpha 4 ревизия 1178
I>Тип БД: I>SQLite
FIXED on SDN@Home версия 1.2.0 alpha 4 ревизия 1179
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1181
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Janus.ForumDummyForm.BeforeReadMarkChanged(IMessageMarkService sender, ReadMarkChangedEventArgs e)
в Rsdn.Janus.MessageMarkService.<>c__DisplayClassc.<OnBeforeReadMarkChanged>b__b()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass1.<Post>b__0(Object state)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1181
Тип БД:
SQLite
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
в BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
в BLToolkit.Data.DbManager.ExecuteObject[T]()
в Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
в Rsdn.Janus.Janus.Main()
Ошибка:
The method or operation is not implemented.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1180
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.ObjectModel.LinearTreeMsg.GetTopic()
at Rsdn.Janus.ObjectModel.MsgBase.get_Topic()
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__f(IMsg msg)
at System.Linq.Enumerable.<CreateSelectIterator>d__118`2.MoveNext() in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 1617
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 127
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__e()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1180>>
Valery A. Boronin, RSDN Team, linkedin.com\in\boronin
R&D Mgmt & Security. AppSec & SDL. Data Protection and Systems Programming. FDE, DLP, Incident Management. Windows Filesystems and Drivers.
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1136
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, String& strRemain)
в System.Data.SQLite.SQLiteCommand.BuildNextCommand()
в System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
в System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
в System.Data.SQLite.SQLiteConnection.Open()
в BLToolkit.Data.DbManager.OpenConnection()
Ошибка:
Запрос новых сообщений в форумах — Warning
Описание:
Посли любого изменения настроек, перестаёт синхронизоваться
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1181
Тип БД:
SQLite
Трассировка стека:
Запрос новых сообщений в форумах - CriticalError
System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
at System.Net.HttpWebRequest.GetRequestStream()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Rsdn.Janus.AT.JanusAT.GetNewData(ChangeRequest changeRequest)
at Rsdn.Janus.MessagesSyncTask.MakeRequest(ISyncContext context, JanusAT svc, ChangeRequest rq)
at Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
at Rsdn.Janus.Sync.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
at Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Запрос новых пользователей - Warning
System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
at System.Net.HttpWebRequest.GetRequestStream()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Rsdn.Janus.AT.JanusAT.GetNewUsers(UserRequest userRequest)
at Rsdn.Janus.UsersSyncTask.MakeRequest(ISyncContext context, JanusAT svc, UserRequest rq)
at Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
at Rsdn.Janus.Sync.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
Ошибка:
Requested Clipboard operation did not succeed.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1181
Тип БД:
SQLite
Трассировка стека:
at System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
at System.Windows.Forms.Clipboard.GetDataObject(Int32 retryTimes, Int32 retryDelay)
at System.Windows.Forms.Clipboard.GetDataObject()
at Rsdn.Janus.JanusScintilla.PreProcessMessage(Message& msg)
at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1181
Тип БД:
MSSql
Трассировка стека:
в Rsdn.SmartApp.InstancingHelper.CreateInstance(Type type, IServiceProvider provider, InstancingCustomParam[] customParams) в C:\Work\R.Server\R.SAT\R.SAT-Common\Instancing\InstancingHelper.cs:строка 67
в Rsdn.SmartApp.ServicePublishingStrategy.ServiceHolder.CreateInstance(IServiceProvider publisher) в C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServicePublishingStrategy.cs:строка 52
в Rsdn.SmartApp.ServicePublishingStrategy.<>c__DisplayClass2.<Attach>b__0(Type type, IServicePublisher pub) в C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServicePublishingStrategy.cs:строка 32
в Rsdn.SmartApp.ServiceManager.SvcCreatorProvider.GetInstance() в C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServiceManager.cs:строка 212
в Rsdn.SmartApp.ServiceManager.GetService(Type serviceType) в C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServiceManager.cs:строка 113
в Rsdn.SmartApp.ServicesHelper.GetService[T](IServiceProvider provider) в C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServicesHelper.cs:строка 28
в Rsdn.Janus.NotifyIconActivePart.Activate()
в Rsdn.SmartApp.ActivePartManager.Activate() в C:\Work\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartManager.cs:строка 76
в Rsdn.Janus.JanusHost.EndInit()
в Rsdn.SmartApp.InstancingHelper.InitScopeDisposable.Dispose() в C:\Work\R.Server\R.SAT\R.SAT-Common\Instancing\InstancingHelper.cs:строка 117
в Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1181>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1181
Тип БД:
Jet
Трассировка стека:
at Rsdn.SmartApp.InstancingHelper.CreateInstance(Type type, IServiceProvider provider, InstancingCustomParam[] customParams) in C:\Work\R.Server\R.SAT\R.SAT-Common\Instancing\InstancingHelper.cs:line 67
at Rsdn.SmartApp.ServicePublishingStrategy.ServiceHolder.CreateInstance(IServiceProvider publisher) in C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServicePublishingStrategy.cs:line 52
at Rsdn.SmartApp.ServicePublishingStrategy.<>c__DisplayClass2.<Attach>b__0(Type type, IServicePublisher pub) in C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServicePublishingStrategy.cs:line 32
at Rsdn.SmartApp.ServiceManager.SvcCreatorProvider.GetInstance() in C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServiceManager.cs:line 212
at Rsdn.SmartApp.ServiceManager.GetService(Type serviceType) in C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServiceManager.cs:line 113
at Rsdn.SmartApp.ServicesHelper.GetService[T](IServiceProvider provider) in C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServicesHelper.cs:line 28
at Rsdn.Janus.NotifyIconActivePart.Activate()
at Rsdn.SmartApp.ActivePartManager.Activate() in C:\Work\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartManager.cs:line 76
at Rsdn.Janus.JanusHost.EndInit()
at Rsdn.SmartApp.InstancingHelper.InitScopeDisposable.Dispose() in C:\Work\R.Server\R.SAT\R.SAT-Common\Instancing\InstancingHelper.cs:line 117
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1181>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1181
Тип БД:
Jet
Трассировка стека:
at Rsdn.SmartApp.InstancingHelper.CreateInstance(Type type, IServiceProvider provider, InstancingCustomParam[] customParams) in C:\Work\R.Server\R.SAT\R.SAT-Common\Instancing\InstancingHelper.cs:line 67
at Rsdn.SmartApp.ServicePublishingStrategy.ServiceHolder.CreateInstance(IServiceProvider publisher) in C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServicePublishingStrategy.cs:line 52
at Rsdn.SmartApp.ServicePublishingStrategy.<>c__DisplayClass2.<Attach>b__0(Type type, IServicePublisher pub) in C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServicePublishingStrategy.cs:line 32
at Rsdn.SmartApp.ServiceManager.SvcCreatorProvider.GetInstance() in C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServiceManager.cs:line 212
at Rsdn.SmartApp.ServiceManager.GetService(Type serviceType) in C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServiceManager.cs:line 113
at Rsdn.SmartApp.ServicesHelper.GetService[T](IServiceProvider provider) in C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServicesHelper.cs:line 28
at Rsdn.Janus.NotifyIconActivePart.Activate()
at Rsdn.SmartApp.ActivePartManager.Activate() in C:\Work\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartManager.cs:line 76
at Rsdn.Janus.JanusHost.EndInit()
at Rsdn.SmartApp.InstancingHelper.InitScopeDisposable.Dispose() in C:\Work\R.Server\R.SAT\R.SAT-Common\Instancing\InstancingHelper.cs:line 117
at Rsdn.Janus.Janus.Main()
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1136
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, String& strRemain)
в System.Data.SQLite.SQLiteCommand.BuildNextCommand()
в System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
в System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
в System.Data.SQLite.SQLiteConnection.Open()
в BLToolkit.Data.DbManager.OpenConnection()
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Действия — поиск, потом клик мышкой на первом найденном сообщении
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1207
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__10(IMsg msg)
в System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) в C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:строка 128
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__e()
в Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
в Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1207 Windows 2003 5.2.3790.131072 >> MS SQL Server Express
Для этой операции уже вызван оператор OperationCompleted. Да
Ошибка:
Для этой операции уже вызван оператор OperationCompleted. Дальнейшие вызовы недопустимы.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1176
Тип БД:
SQLite
Трассировка стека:
в System.ComponentModel.AsyncOperation.VerifyNotCompleted()
в System.ComponentModel.AsyncOperation.OperationCompleted()
в Rsdn.Janus.NotifyIconService.Dispose() в e:\Private\Projects\Janus\Janus\Core\NotifyIcon\NotifyIconService.cs:строка 144
в Rsdn.SmartApp.CollectionUtils.DisposeAll(IEnumerable`1 disposables) в C:\Work\R.Server\R.SAT\R.SAT-Common\CollectionUtils.cs:строка 201
в Rsdn.SmartApp.ServiceManager.Dispose() в C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServiceManager.cs:строка 254
в Rsdn.Janus.JanusHost.Dispose() в e:\Private\Projects\Janus\Janus\Core\Extensibility\JanusHost.cs:строка 115
в Rsdn.Janus.Janus.Main() в e:\Private\Projects\Janus\Janus\Core\Janus.cs:строка 195
[RSDN@Home 1.2.0 alpha 4 rev. 1176 on Windows Vista 6.0.6001.65536]
InvalidArgument=Value of '0' is not valid for 'index'.
Param
Ошибка:
InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1181
Тип БД:
MSSql
Трассировка стека:
at System.Windows.Forms.ListView.EnsureVisible(Int32 index)
at Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
at Rsdn.Janus.FavoritesSelectFolderForm._createFolderButton_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.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.2.0 alpha 4 ревизия 1209
Тип БД:
MSSql
Трассировка стека:
в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
в Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
в Rsdn.Janus.CommandService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
К предыдущему сообщению. Произошло при миграции с MS SQL 2008 на Firebird.
System.Reflection.TargetInvocationException: Адресат вызова создал исключение. ---> Rsdn.Janus.DBSchemaException: Ошибка при миграции базы из MSSql в Fb:
Error while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> FirebirdSql.Data.FirebirdClient.FbException: invalid parameter in transaction parameter block
No message for error code 335544887 found. ---> FirebirdSql.Data.Common.IscException: Выдано исключение типа "FirebirdSql.Data.Common.IscException".
в FirebirdSql.Data.Client.Embedded.FesDatabase.ParseStatusVector(Int32[] statusVector)
в FirebirdSql.Data.Client.Embedded.FesTransaction.BeginTransaction(TransactionParameterBuffer tpb)
в FirebirdSql.Data.Client.Embedded.FesDatabase.BeginTransaction(TransactionParameterBuffer tpb)
в FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction(FbTransactionOptions options)
--- Конец трассировки внутреннего стека исключений ---
в FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction(FbTransactionOptions options)
в FirebirdSql.Data.FirebirdClient.FbConnectionInternal.BeginTransaction(FbTransactionOptions options, String transactionName)
в FirebirdSql.Data.FirebirdClient.FbConnection.BeginTransaction(FbTransactionOptions options, String transactionName)
в FirebirdSql.Data.FirebirdClient.FbConnection.BeginTransaction(FbTransactionOptions options)
в Rsdn.Janus.Firebird.FBSchemaDriver.ExecuteDdlCommands(IEnumerable`1 commands)
в Rsdn.Janus.DBSchemaDriverBase.Prepare()
... << RSDN@Home 1.2.0 alpha 4 rev. 1209>>
Ошибка при миграции базы из Jet в MSSql:
Индекс находился вн
Ошибка:
Ошибка при миграции базы из Jet в MSSql:
Индекс находился вне границ массива.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1138
Тип БД:
Jet
Трассировка стека:
в Rsdn.Janus.DBSchemaManager.Migrate(IServiceProvider serviceProvider)
в Rsdn.Janus.MainForm.MigrateDatabase()
в Rsdn.Janus.Framework.StripEventDispatcher.DispatchEvent(String eventId)
в Rsdn.Janus.Framework.StripEventDispatcher.ClickHandler(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1217
Тип БД:
SQLite
Трассировка стека:
в Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
в Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
в Rsdn.Janus.ForumDummyForm.MessageNavigated(Object sender, EventArgs e)
в System.EventHandler.Invoke(Object sender, EventArgs e)
в Rsdn.Janus.ForumNavigator.HistoryNavigateFired(Object sender, MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.OnMessageNavigate(MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.Navigate(Int32 msgId)
в Rsdn.Janus.ForumNavigator.SelectMessage(Int32 forumId, Int32 msgId)
в Rsdn.Janus.ForumDummyForm.<>c__DisplayClass9.<_tgMsgs_AfterActivateNode>b__8()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
Ошибка:
Процесс не может получить доступ к файлу "_14u3.cfs", так как этот файл используется другим процессом.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1214
Тип БД:
SQLite
Трассировка стека:
в System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)
в System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
в Rsdn.Janus.BuildIndexForm.cleanButton_Click(Object sender, EventArgs e)
в System.Windows.Forms.Control.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ButtonBase.WndProc(Message& m)
в System.Windows.Forms.Button.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1208
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__10(IMsg msg)
в System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) в C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:строка 128
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__e()
в Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
в Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1224
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Janus.ForumDummyForm.BeforeReadMarkChanged(IMessageMarkService sender, ICollection`1 changedEntries)
в Rsdn.Janus.MessageMarkService.<>c__DisplayClassa.<OnBeforeReadMarkChanged>b__9()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass1.<Post>b__0(Object state)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1228
Тип БД:
MSSql
Трассировка стека:
at Rsdn.SmartApp.InstancingHelper.CreateInstance(Type type, IServiceProvider provider, InstancingCustomParam[] customParams) in C:\Work\R.Server\R.SAT\R.SAT-Common\Instancing\InstancingHelper.cs:line 67
at Rsdn.SmartApp.ActivePartManager.Activate() in C:\Work\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartManager.cs:line 76
at Rsdn.Janus.JanusHost.EndInit()
at Rsdn.SmartApp.DisposableHelper.Disposable.Dispose() in C:\Work\R.Server\R.SAT\R.SAT-Common\DisposableHelper.cs:line 38
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1228>>
Luck in life always exists in the form of an abstract class that cannot be instantiated directly and needs to be inherited by hard work and dedication.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1228
Тип БД:
SQLite
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
at BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteObject[T]()
at Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1228>>
Ab altero expectes, alteri quod feceris.
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1208
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__10(IMsg msg)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 128
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__e()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1165
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteScalar()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1228
Тип БД:
MSSql
Трассировка стека:
at Rsdn.SmartApp.InstancingHelper.CreateInstance(Type type, IServiceProvider provider, InstancingCustomParam[] customParams) in C:\Work\R.Server\R.SAT\R.SAT-Common\Instancing\InstancingHelper.cs:line 67
at Rsdn.SmartApp.ActivePartManager.Activate() in C:\Work\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartManager.cs:line 76
at Rsdn.Janus.JanusHost.EndInit()
at Rsdn.SmartApp.DisposableHelper.Disposable.Dispose() in C:\Work\R.Server\R.SAT\R.SAT-Common\DisposableHelper.cs:line 38
at Rsdn.Janus.Janus.Main()
выделенный Select помоему лишний. Так например в случае если выше по ветке есть что пометить, а ниже нету, то результат получается не правильный.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1231
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
в System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) в C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:строка 128
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
в Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
в Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1231>>
Re: В экземпляре объекта не задана ссылка на объект.
Здравствуйте, Дьяченко Александр, Вы писали:
ДА>мне почему-то казалось по кнопки ввиде конверта со стрелкой вниз помечалась прочитаным не вся тема, а только ветка...
ДА>значит надо не Select выкидывать а добавить фильтр: ДА>
ДА>.Where(msg => msg.Topic <> null)
ДА>
ДА>или разобраться почему там получается null, ведь в обычном форуме ничего не валится.
Скорее всего в списке поиска используется другая реализация класса сообщения, которая просто возвращает null. Раньше кнопки пометки сообщений прочтенным в поиске не показывались, поэтому и эта лажа не выявлялась. Так что фиксить надо это класс, а не обработчик команды.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1228
Тип БД:
SQLite
Трассировка стека:
at Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
at Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
at Rsdn.Janus.ForumDummyForm.MessageNavigated(Object sender, EventArgs e)
at System.EventHandler.Invoke(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.<>c__DisplayClass9.<_tgMsgs_AfterActivateNode>b__8()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
... << RSDN@Home 1.2.0 alpha 4 rev. 1228>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1227
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 128
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1227>>
Re[2]: В экземпляре объекта не задана ссылка на объект.
Здравствуйте, jenyavb, Вы писали:
J>Скорее всего в списке поиска используется другая реализация класса сообщения, которая просто возвращает null.
Точно, это LinearTreeMsg, используемый [Obsolete] ModeratingForm и SearchDummyForm (поиск Lucene)
J>Так что фиксить надо это класс, а не обработчик команды.
Но Rsdn.Janus.ObjectModel.IMsg
/// <summary>Возвращает корневое сообщение (тему) или null если такая
/// функциональность не поддерживается текущей реализацией.</summary>
IMsg Topic{ get; }
хотя...
// TODO: эту кашу наждо рефакторить.
/// <summary>
/// Summary description for IMsg.
/// </summary>
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1231
Тип БД:
MSSql
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
at BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteObject[T]()
at Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1231>>
— сколько программистов надо чтобы заменить сгоревшую лампочку?
— сколько не бери, а лампочку не поменять — проблема аппаратная, программным путем не решается...
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1228
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 128
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1228
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
в System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) в C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:строка 128
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
в Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
в Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1228>>
Re[3]: В экземпляре объекта не задана ссылка на объект.
Здравствуйте, jenyavb, Вы писали:
ДА>>мне почему-то казалось по кнопки ввиде конверта со стрелкой вниз помечалась прочитаным не вся тема, а только ветка...
ДА>>значит надо не Select выкидывать а добавить фильтр: ДА>>
ДА>>.Where(msg => msg.Topic <> null)
ДА>>
ДА>>или разобраться почему там получается null, ведь в обычном форуме ничего не валится.
J>Скорее всего в списке поиска используется другая реализация класса сообщения, которая просто возвращает null. Раньше кнопки пометки сообщений прочтенным в поиске не показывались, поэтому и эта лажа не выявлялась. Так что фиксить надо это класс, а не обработчик команды.
Кстати в туже тему. Последовательность действий.
Ищем поиском. Переходим на сообщение. Ставим пометку прочитано\не прочитано. Возвращамся в поиск. Сообщения, которые висят в поиске статус не изменили.
С уважением, ixor.
RSDN@Home 1.2.0 alpha 4 rev. 1233 + Windows XP 5.1.2600.196608 + SqLite
Re[4]: В экземпляре объекта не задана ссылка на объект.
Правой кнопкой на сообщении в поиске или из тулбара-> пометить сообщение как прочитаное.
System.Reflection.TargetInvocationException: Адресат вызова создал исключение. ---> System.NullReferenceException: В экземпляре объекта не задана ссылка на объект.
в Rsdn.Janus.ForumDummyForm.AfterReadMarkChanged(IMessageMarkService sender, ICollection`1 changedEntries)
в Rsdn.Janus.ReadMarkEventHandler.Invoke(IMessageMarkService sender, ICollection`1 changedEntries)
в Rsdn.Janus.MessageMarkService.<>c__DisplayClassd.<OnReadMarkChanged>b__c()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass1.<Post>b__0(Object state)
--- Конец трассировки внутреннего стека исключений ---
в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
в System.Delegate.DynamicInvokeImpl(Object[] args)
в System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
в System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
в System.Threading.ExecutionContext.runTryCode(Object userData)
в System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
в System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
в System.Windows.Forms.Control.InvokeMarshaledCallbacks()
в System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
в System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
в System.Windows.Forms.WindowsFormsSynchronizationContext.Send(SendOrPostCallback d, Object state)
в Rsdn.Janus.AsyncHelper.Send(AsyncOperation asyncOp, Action runner)
в Rsdn.Janus.NotifyIconService.set_ContextMenuName(String value)
в Rsdn.Janus.NotifyIconService.Dispose()
в Rsdn.SmartApp.DisposableHelper.DisposeAll(IEnumerable`1 disposables) в C:\Work\R.Server\R.SAT\R.SAT-Common\DisposableHelper.cs:строка 22
в Rsdn.SmartApp.ServiceManager.Dispose() в C:\Work\R.Server\R.SAT\R.SAT-Common\Services\ServiceManager.cs:строка 260
в Rsdn.Janus.JanusHost.Dispose()
в Rsdn.Janus.Janus.Main()
С уважением, ixor.
RSDN@Home 1.2.0 alpha 4 rev. 1233 + Windows XP 5.1.2600.196608 + SqLite
Re[6]: В экземпляре объекта не задана ссылка на объект.
Здравствуйте, ixor, Вы писали:
I>Легче не стало.
У меня стало.
I>Лечит не то или не так.
Лечит то, что и должно, а именно исключение в корне этой ветки.
I>Правой кнопкой на сообщении в поиске или из тулбара-> пометить сообщение как прочитаное.
ставим помечать прочитанным в 10000 и
+ становимся в форуме на не прочитанное, быстро помечаем его избранным, переходим в избранное. ба бах.
+ становимся в форуме на не прочитанное, потом на другое не прочитанное, быстро переходим в исходящие. ба бах.
+ становимся в форуме на не прочитанное, потом на другое не прочитанное, быстро переходим в поиск. ба бах.
проблема в том, что в избранном/поиске/исходящих отсутствует активный форум, т. е. Forums.Instance.ActiveForum == null
Здравствуйте, _Raz_, Вы писали:
_R_>Здравствуйте, ixor, Вы писали:
I>>Легче не стало. _R_>У меня стало.
I>>Лечит не то или не так. _R_>Лечит то, что и должно, а именно исключение в корне этой ветки.
Понавставлял проверок. исключения сыпаться перестали. Вместе с ними естественно отвалился функционал пометки Что предсказуемо.
Вот что у меня вызывает опасения, не угробят ли рано или поздно эти поверки базу данных. Там местами есть отмена процесса пометок. Или я его неправильно понял.
Здравствуйте, ixor, Вы писали:
I>Понавставлял проверок. исключения сыпаться перестали.
Я то же пробывал, но днем, так что пишу по памяти.
I>Вместе с ними естественно отвалился функционал пометки
Оно помечается, но только в форуме, где расположено искомое сообщение. А в поиске не обновляется. Если перейти в другой форум, а потом вернуться, то уже будет помеченным.
Если добавить и подписаться на уведомления IMessageMarkService, то помечается. В обработчиках событий я просто делал перерисовку таблицы.
Плюс возможно правильней использовать ForumHelper.MsgMark (что-то такое вызывается по таймеру в ForumDummyForm) напрямую, а не через обработчик контекстного меню.
I>Что предсказуемо.
Разве? По моему там просто останавливался таймер. Хотя у меня исключения выбрасываются по месту возникновения и мог не дойти до таких мест или я уже забыл, что там.
I>Вот что у меня вызывает опасения, не угробят ли рано или поздно эти поверки базу данных. Там местами есть отмена процесса пометок. Или я его неправильно понял.
Трудно сказать.
Ястно только, что меню в форме поиска надо сократить. Поскольку "Помечать тему прочитанной" валиться с cross-thread exception, а смысла в поиске не имеет. Так же как и экспорт, который не падает, но и не работает.
I>У Вас еще есть патчи?
Нет.
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1237
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
в System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) в C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:строка 128
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
в Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
в Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1237>>
Re[7]: В экземпляре объекта не задана ссылка на объект.
Здравствуйте, _Raz_, Вы писали:
_R_>проблема в том, что в избранном/поиске/исходящих отсутствует активный форум, т. е. Forums.Instance.ActiveForum == null _R_>Для справки: Forums.Instance.ActiveForum.get используется в 25 местах, причем завязан на ObjectModel.Features.Instance.ActiveFeature.
Проблема в том, что в ForumDummyForm нет свойства CurrentForum, а вместо этого есть офигенное решение — хранить ActiveForum в синглтоне и постоянно синхронизировваться с ним, что создает кучу неудобств. Собственно нужно перенести ActiveForum в ForumDummyForm, а доступ к нему из вне организовать через сервисы IForumViewerService и IActiveForumService... Затра попробую заняться, если время будет...
Окно редактирования (а сним и всё приложение) виснет при нажатии любой клавиши. После закрытия окна закрывается весь Янус. Никаких сообщений об ошибке.
На мышку реагирует нормально.
Здравствуйте, VGn, Вы писали:
VGn>Окно редактирования (а сним и всё приложение) виснет при нажатии любой клавиши. После закрытия окна закрывается весь Янус. Никаких сообщений об ошибке. VGn>На мышку реагирует нормально.
Не воспроизводится. Поключись отладчиком посмотри где виснет.
... << RSDN@Home 1.2.0 alpha 4 rev. 1237 on Windows Vista 6.1.7100.0>>
VGn>>Окно редактирования (а сним и всё приложение) виснет при нажатии любой клавиши. После закрытия окна закрывается весь Янус. Никаких сообщений об ошибке. VGn>>На мышку реагирует нормально.
AVK>Не воспроизводится. Поключись отладчиком посмотри где виснет.
После пары обновлений базы всё исправилось.
... << RSDN@Home 1.2.0 alpha 4 rev. 1233>>
Attempted to read or write protected memory. This is often a
Ошибка:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1233
Тип БД:
SQLite
Трассировка стека:
at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
at System.Windows.Forms.Control.DefWndProc(Message& m)
at System.Windows.Forms.ListView.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.ListView.WndProc(Message& m)
at Rsdn.TreeGrid.TreeGrid.WndProc(Message& m)
at Rsdn.Janus.JanusGrid.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)
Здравствуйте, VGn, Вы писали:
VGn>Виснет, а после прерывается загрузка. Вшивые 600kb скачать не может. VGn>При том, что скорость сети на моём конце довольно большая.
Проблемы с каналом у хостера.
... << RSDN@Home 1.2.0 alpha 4 rev. 1237 on Windows 7 6.1.7100.0>>
1. Есть непрочитанные сообщения.
2. Форумы -> Установить пометку о прочтении по дате -> OK (дату устанавливаем так, чтобы хотя бы одно сообщение пометилось как прочитанное).
Current: собщения помечаются как прочитанные, но в дереве форумов счётчики непрочитанных сообщений не меняют значение.
Expected: значения счётчиков уменьшаются на количество сообщений, помеченных как прочитанные.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1237
Тип БД:
MSSql
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
в BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
в BLToolkit.Data.DbManager.ExecuteObject[T]()
в Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
в Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1237>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1237
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 128
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1237>>
Valery A. Boronin, RSDN Team, linkedin.com\in\boronin
R&D Mgmt & Security. AppSec & SDL. Data Protection and Systems Programming. FDE, DLP, Incident Management. Windows Filesystems and Drivers.
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1237
Тип БД:
Jet
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 128
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1237>>
Ошибка синхронизации при запросе новых сообщений в форуме
Описание:
не удается синхронизироваться с сервером
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1237
Тип БД:
MSSql
Трассировка стека:
System.InvalidOperationException: В документе XML (10053, 16046490) присутствует ошибка. ---> System.IO.IOException: Не удается прочитать данные из транспортного соединения: Соединение разорвано.
в System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
в Rsdn.Janus.NetworkSyncHelper.TrackedStream.Read(Byte[] buffer, Int32 offset, Int32 count)
в System.IO.Compression.DeflateStream.Read(Byte[] array, Int32 offset, Int32 count)
в System.IO.Compression.GZipStream.Read(Byte[] array, Int32 offset, Int32 count)
в System.IO.StreamReader.ReadBuffer(Char[] userBuffer, Int32 userOffset, Int32 desiredChars, Boolean& readToUserBuffer)
в System.IO.StreamReader.Read(Char[] buffer, Int32 index, Int32 count)
в System.Xml.XmlTextReaderImpl.ReadData()
в System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
в System.Xml.XmlTextReaderImpl.ParseElement()
в System.Xml.XmlTextReaderImpl.ParseElementContent()
в System.Xml.XmlTextReaderImpl.Read()
в System.Xml.XmlTextReader.Read()
в System.Xml.XmlReader.ReadElementString()
в Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderJanusAT.Read5_JanusRatingInfo(Boolean isNullable, Boolean checkType)
в Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderJanusAT.Read10_ChangeResponse(Boolean isNullable, Boolean checkType)
в Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderJanusAT.Read34_GetNewDataResponse()
в Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer13.Deserialize(XmlSerializationReader reader)
в System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
--- Конец трассировки внутреннего стека исключений ---
в System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
в System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
в System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
в System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
в Rsdn.Janus.AT.JanusAT.GetNewData(ChangeRequest changeRequest)
в Rsdn.Janus.MessagesSyncTask.MakeRequest(ISyncContext context, JanusAT svc, ChangeRequest rq)
в Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
в Rsdn.Janus.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1231
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.SearchDummyForm.Dispose(Boolean disposing)
в System.ComponentModel.Component.Dispose()
в Rsdn.Janus.ObjectModel.Feature.Dispose()
в Rsdn.Janus.ObjectModel.Features.DisposeFeature(IFeature feature)
в Rsdn.Janus.ObjectModel.Features.Dispose()
в Rsdn.Janus.MainForm.OnClosed(EventArgs ea)
в System.Windows.Forms.Form.WmClose(Message& m)
в System.Windows.Forms.Form.WndProc(Message& m)
в Rsdn.Janus.MainForm.WndProc(Message& msg)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Переход на сообщение в поиске.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1238
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
в System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) в C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:строка 128
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
в Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
в Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << My edition based on RSDN@Home 1.2.0 alpha 4 rev. 1238 >>
В задаче спрашивается:
Сколько вытечет портвейна из открытого бассейна?
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1138
Тип БД:
SQLite
Трассировка стека:
в System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
в System.Windows.Forms.Control.CreateHandle()
в System.Windows.Forms.Form.CreateHandle()
в System.Windows.Forms.Control.get_Handle()
в System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
в Rsdn.Janus.Janus.<Main>b__4(Object sender, ThreadExceptionEventArgs e)
в System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
в System.Windows.Forms.Control.WndProcException(Exception e)
в System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
в System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1238
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
в System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) в C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:строка 128
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
в Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
в Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << My edition based on RSDN@Home 1.2.0 alpha 4 rev. 1238 >>
В задаче спрашивается:
Сколько вытечет портвейна из открытого бассейна?
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1237
Тип БД:
SQLite
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
at BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteObject[T]()
at Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1237>>
"Дайте мне возможность выпускать и контролировать деньги в государстве и – мне нет дела до того, кто пишет его законы." (c) Мейер Ансельм Ротшильд , банкир.
Попытка чтения или записи в защищенную память. Это часто сви
Ошибка:
Попытка чтения или записи в защищенную память. Это часто свидетельствует о том, что другая память повреждена.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1181
Тип БД:
SQLite
Трассировка стека:
в System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1181>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1233
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.SearchDummyForm.Dispose(Boolean disposing)
at System.ComponentModel.Component.Dispose()
at Rsdn.Janus.ObjectModel.Feature.Dispose()
at Rsdn.Janus.ObjectModel.Features.DisposeFeature(IFeature feature)
at Rsdn.Janus.ObjectModel.Features.Dispose()
at Rsdn.Janus.MainForm.OnClosed(EventArgs ea)
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at Rsdn.Janus.MainForm.WndProc(Message& msg)
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.2.0 alpha 4 ревизия 1238
Тип БД:
MSSql
Трассировка стека:
в Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
в Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
в Rsdn.Janus.ForumDummyForm.MessageNavigated(Object sender, EventArgs e)
в System.EventHandler.Invoke(Object sender, EventArgs e)
в Rsdn.Janus.ForumNavigator.HistoryNavigateFired(Object sender, MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.OnMessageNavigate(MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.Navigate(Int32 msgId)
в Rsdn.Janus.ForumNavigator.SelectMessage(Int32 forumId, Int32 msgId)
в Rsdn.Janus.ForumDummyForm.<>c__DisplayClass9.<_tgMsgs_AfterActivateNode>b__8()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
... << RSDN@Home 1.2.0 alpha 4 rev. 1238>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1233
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.SearchDummyForm.Dispose(Boolean disposing)
at System.ComponentModel.Component.Dispose()
at Rsdn.Janus.ObjectModel.Feature.Dispose()
at Rsdn.Janus.ObjectModel.Features.DisposeFeature(IFeature feature)
at Rsdn.Janus.ObjectModel.Features.Dispose()
at Rsdn.Janus.MainForm.OnClosed(EventArgs ea)
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at Rsdn.Janus.MainForm.WndProc(Message& msg)
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.2.0 alpha 4 rev. 1233>>
Invalid object name 'server_forums'.
Invalid object name 'su
Ошибка:
Invalid object name 'server_forums'.
Invalid object name 'subscribed_forums'.
Invalid object name 'topic_info'.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1237
Тип БД:
MSSql
Трассировка стека:
at Rsdn.SmartApp.InstancingHelper.CreateInstance(Type type, IServiceProvider provider, InstancingCustomParam[] customParams) in C:\Work\R.Server\R.SAT\R.SAT-Common\Instancing\InstancingHelper.cs:line 67
at Rsdn.SmartApp.ActivePartManager.Activate() in C:\Work\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartManager.cs:line 76
at Rsdn.Janus.JanusHost.EndInit()
at Rsdn.SmartApp.DisposableHelper.Disposable.Dispose() in C:\Work\R.Server\R.SAT\R.SAT-Common\DisposableHelper.cs:line 38
at Rsdn.Janus.Janus.Main()
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1238
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
в System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) в C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:строка 128
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
в Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
в Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
ревизия 1138
Тормозит безбожно.
При синхронизации постоянно валится
Запрос новых сообщений в форумах — Warning
System.InvalidOperationException: В документе XML (198, 3) присутствует ошибка. ---> System.Xml.XmlException: Непредусмотренный конец файла. Не закрыты следующие элементы: message, JanusMessageInfo, newMessages, GetNewDataResult, GetNewDataResponse, soap:Body, soap:Envelope. Строка 198, позиция 3.
в System.Xml.XmlTextReaderImpl.Throw(Exception e)
в System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
в System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String arg)
в System.Xml.XmlTextReaderImpl.ThrowUnclosedElements()
в System.Xml.XmlTextReaderImpl.ParseElementContent()
в System.Xml.XmlTextReaderImpl.Read()
в System.Xml.XmlTextReader.Read()
в System.Xml.XmlReader.ReadString()
в System.Xml.XmlTextReader.ReadString()
в System.Xml.XmlReader.ReadElementString()
в Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderJanusAT.Read4_JanusMessageInfo(Boolean isNullable, Boolean checkType)
в Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderJanusAT.Read10_ChangeResponse(Boolean isNullable, Boolean checkType)
в Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderJanusAT.Read34_GetNewDataResponse()
в Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer13.Deserialize(XmlSerializationReader reader)
в System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
--- Конец трассировки внутреннего стека исключений ---
в System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
в System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
в System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
в System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
в Rsdn.Janus.AT.JanusAT.GetNewData(ChangeRequest changeRequest)
в Rsdn.Janus.MessagesSyncTask.MakeRequest(ISyncContext context, JanusAT svc, ChangeRequest rq)
в Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
в Rsdn.Janus.Sync.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
Загрузка дополнительных сообщений — Warning
System.InvalidOperationException: В документе XML (1402, 394) присутствует ошибка. ---> System.Xml.XmlException: Непредусмотренный конец файла при разборе Name. Строка 1402, позиция 394.
в System.Xml.XmlTextReaderImpl.Throw(Exception e)
в System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
в System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String arg)
в System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
в System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
в System.Xml.XmlTextReaderImpl.ParseEndElement()
в System.Xml.XmlTextReaderImpl.ParseElementContent()
в System.Xml.XmlTextReaderImpl.Read()
в System.Xml.XmlTextReader.Read()
в System.Xml.XmlReader.ReadElementString()
в Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderJanusAT.Read4_JanusMessageInfo(Boolean isNullable, Boolean checkType)
в Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderJanusAT.Read7_TopicResponse(Boolean isNullable, Boolean checkType)
в Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderJanusAT.Read36_GetTopicByMessageResponse()
в Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer20.Deserialize(XmlSerializationReader reader)
в System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
--- Конец трассировки внутреннего стека исключений ---
в System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
в System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
в System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
в System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
в Rsdn.Janus.AT.JanusAT.GetTopicByMessage(TopicRequest topicRequest)
в Rsdn.Janus.TopicSyncTask.MakeRequest(ISyncContext context, JanusAT svc, TopicRequest rq)
в Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
в Rsdn.Janus.Sync.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1238
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.ForumDummyForm.BeforeReadMarkChanged(IMessageMarkService sender, ICollection`1 changedEntries)
at Rsdn.Janus.MessageMarkService.<>c__DisplayClassa.<OnBeforeReadMarkChanged>b__9()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass1.<Post>b__0(Object state)
... << RSDN@Home 1.2.0 alpha 4 rev. 1238>>
=сначала спроси у GPT=
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1233
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 128
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1233>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1233
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 128
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1233>>
Re: Object reference not set to an instance of an object.
VGn> at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 128
VGn>
Mono???
... << RSDN@Home 1.2.0 alpha 4 rev. 1238>>
Re[2]: Object reference not set to an instance of an object.
Здравствуйте, jenyavb, Вы писали:
J>Проблема в том, что в ForumDummyForm нет свойства CurrentForum, а вместо этого есть офигенное решение — хранить ActiveForum в синглтоне и постоянно синхронизировваться с ним, что создает кучу неудобств. Собственно нужно перенести ActiveForum в ForumDummyForm, а доступ к нему из вне организовать через сервисы IForumViewerService и IActiveForumService... Затра попробую заняться, если время будет...
Так руки и не дошли до правок?
С уважением, ixor.
RSDN@Home 1.2.0 alpha 4 rev. 1238 + Windows XP 5.1.2600.196608 + SqLite
Re[9]: В экземпляре объекта не задана ссылка на объект.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1238
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies) in c:\MY\Janus\trunk\Janus\Features\ForumViewer\Commands\ForumMessageCommandHelper.cs:line 125
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg) in c:\MY\Janus\trunk\Janus\Features\ForumViewer\Commands\ForumMessageCommandTarget.cs:line 227
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 128
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11() in c:\MY\Janus\trunk\Janus\Features\ForumViewer\Commands\ForumMessageCommandTarget.cs:line 225
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition) in c:\MY\Janus\trunk\Janus-Common\CoreServices\Commands\CommandStatusHelper.cs:line 28
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead) in c:\MY\Janus\trunk\Janus\Features\ForumViewer\Commands\ForumMessageCommandTarget.cs:line 224
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1238
Тип БД:
MSSql
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
в BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
в BLToolkit.Data.DbManager.ExecuteObject[T]()
в Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
в Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1238>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1238
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 128
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1238>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1237
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 128
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 0
Тип БД:
MSSql
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
в BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
в BLToolkit.Data.DbManager.ExecuteObject[T]()
в Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity() в d:\Projects\Janus\Janus\Janus\Core\DataManagement\DatabaseManager\DatabaseManager.Aggregates.cs:строка 310
в Rsdn.Janus.Janus.Main() в d:\Projects\Janus\Janus\Janus\Core\Janus.cs:строка 161
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1253
Тип БД:
SQLite
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
в BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
в BLToolkit.Data.DbManager.ExecuteObject[T]()
в Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
в Rsdn.Janus.Janus.Main()
Ошибка:
The method or operation is not implemented.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1181
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.ObjectModel.LinearTreeMsg.GetTopic()
at Rsdn.Janus.ObjectModel.MsgBase.get_Topic()
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__f(IMsg msg)
at System.Linq.Enumerable.<CreateSelectIterator>d__118`2.MoveNext() in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 1617
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 127
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__e()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1253
Тип БД:
MSSql
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
at BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteObject[T]()
at Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1253>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1224
Тип БД:
SQLite
Трассировка стека:
at Rsdn.TreeGrid.TreeGrid.RightKeyDown()
at Rsdn.TreeGrid.TreeGrid.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ListView.WndProc(Message& m)
at Rsdn.TreeGrid.TreeGrid.WndProc(Message& m)
at Rsdn.Janus.JanusGrid.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)
Описание:
При попытке миграции из Jet -> SQLite. Кроме того, при нажатии кнопочки создания новой БД SQLite в окошке выбора БД ругается:
---------------------------
RSDN@Home
---------------------------
Database is not open
---------------------------
ОК
---------------------------
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1255
Тип БД:
Jet
Трассировка стека:
в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
в Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
в Rsdn.Janus.CommandService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1282
Тип БД:
MSSql
Трассировка стека:
в Rsdn.SmartApp.EventBrokerHelper.<>c__DisplayClass3.<SubscribeEventHandlers>b__1(MethodInfo method, EventHandlerAttribute attr) в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\EventBroker\EventBrokerHelper.cs:строка 40
в System.Linq.Enumerable.<SelectManyIterator>d__31`3.MoveNext()
в System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
в System.Linq.Buffer`1..ctor(IEnumerable`1 source)
в System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
в Rsdn.SmartApp.DisposableHelper.CreateDisposable(IEnumerable`1 disposables) в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\DisposableHelper.cs:строка 50
в Rsdn.SmartApp.EventBrokerHelper.SubscribeEventHandlers(Object instance, IServiceProvider provider) в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\EventBroker\EventBrokerHelper.cs:строка 45
в Rsdn.SmartApp.ActivePartBase.Activate() в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartBase.cs:строка 26
в Rsdn.SmartApp.ActivePartManager.Activate() в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartManager.cs:строка 76
в Rsdn.Janus.JanusHost.EndInit()
в Rsdn.SmartApp.DisposableHelper.Disposable.Dispose() в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\DisposableHelper.cs:строка 69
в Rsdn.Janus.Janus.Main()
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1284
Тип БД:
MSSql
Трассировка стека:
в Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
в Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
в Rsdn.Janus.ForumDummyForm.MessageNavigated(Object sender, EventArgs e)
в System.EventHandler.Invoke(Object sender, EventArgs e)
в Rsdn.Janus.ForumNavigator.HistoryNavigateFired(Object sender, MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.OnMessageNavigate(MessageNavigateEventArgs e)
в Rsdn.Janus.MessageViewHistory.Navigate(Int32 msgId)
в Rsdn.Janus.ForumNavigator.SelectMessage(Int32 forumId, Int32 msgId)
в Rsdn.Janus.ForumDummyForm.<>c__DisplayClass9.<_tgMsgs_AfterActivateNode>b__8()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1284
Тип БД:
SQLite
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
at BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteReader(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteObject[T]()
at Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1284>>
Ab altero expectes, alteri quod feceris.
The 'ConnectionString' key does not exist in the configurati
Ошибка:
The 'ConnectionString' key does not exist in the configuration file.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1285
Тип БД:
SQLite
Трассировка стека:
в Rsdn.SmartApp.InstancingHelper.CreateInstance(Type type, IServiceProvider provider, InstancingCustomParam[] customParams) в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\Instancing\InstancingHelper.cs:строка 67
в Rsdn.SmartApp.ActivePartManager.Activate() в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartManager.cs:строка 76
в Rsdn.Janus.JanusHost.EndInit()
в Rsdn.SmartApp.DisposableHelper.Disposable.Dispose() в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\DisposableHelper.cs:строка 69
в Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1285>>
InvalidArgument=Value of '0' is not valid for 'index'.
Param
Ошибка:
InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
Описание:
Невозможно ни создать раздел в Favourites, ни что-то туда сохранить, ни перейти в эту папку. Хотя в БД видно, что данные туда сохраняются.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1138
Тип БД:
MSSql
Трассировка стека:
at System.Windows.Forms.ListView.EnsureVisible(Int32 index)
at Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
at Rsdn.Janus.FavoritesDummyForm.Refresh()
at Rsdn.Janus.FavoritesDummyForm.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.TreeGrid.OnAfterActivateNode(ITreeNode activatedNode)
at Rsdn.Janus.JanusGrid.OnAfterActivateNode(ITreeNode activatedNode)
at Rsdn.TreeGrid.TreeGrid.<OnSelectedIndexChanged>b__0(Object state)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1297
Тип БД:
SQLite
Трассировка стека:
в System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
в Rsdn.Janus.ForumMessageCommandHelper.GetMessage(IServiceProvider serviceProvider, Nullable`1 messageId)
в Rsdn.Janus.ForumViewerCommandTarget.<>c__DisplayClass1.<QueryGoToMessageCommandStatus>b__0()
в Rsdn.Janus.CommandStatusHelper.UnavaliableIfNot(CommandStatus baseStatus, Func`1 condition)
в Rsdn.Janus.ForumViewerCommandTarget.QueryGoToMessageCommandStatus(ICommandContext context, Nullable`1 messageId)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1282
Тип БД:
SQLite
Трассировка стека:
at Rsdn.SmartApp.EventBrokerHelper.<>c__DisplayClass3.<SubscribeEventHandlers>b__1(MethodInfo method, EventHandlerAttribute attr) in C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\EventBroker\EventBrokerHelper.cs:line 40
at System.Linq.Enumerable.<SelectManyIterator>d__31`3.MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Rsdn.SmartApp.DisposableHelper.CreateDisposable(IEnumerable`1 disposables) in C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\DisposableHelper.cs:line 50
at Rsdn.SmartApp.EventBrokerHelper.SubscribeEventHandlers(Object instance, IServiceProvider provider) in C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\EventBroker\EventBrokerHelper.cs:line 45
at Rsdn.SmartApp.ActivePartBase.Activate() in C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartBase.cs:line 26
at Rsdn.SmartApp.ActivePartManager.Activate() in C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\ActiveParts\ActivePartManager.cs:line 76
at Rsdn.Janus.JanusHost.EndInit()
at Rsdn.SmartApp.DisposableHelper.Disposable.Dispose() in C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\DisposableHelper.cs:line 69
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1282>>
Попытка чтения или записи в защищенную память. Это часто сви
Ошибка:
Попытка чтения или записи в защищенную память. Это часто свидетельствует о том, что другая память повреждена.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1297
Тип БД:
SQLite
Трассировка стека:
в System.Drawing.SafeNativeMethods.Gdip.GdipDrawRectangleI(HandleRef graphics, HandleRef pen, Int32 x, Int32 y, Int32 width, Int32 height)
в System.Drawing.Graphics.DrawRectangle(Pen pen, Int32 x, Int32 y, Int32 width, Int32 height)
в WeifenLuo.WinFormsUI.Docking.DockWindow.OnPaint(PaintEventArgs e)
в System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
в System.Windows.Forms.Control.WmPaint(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 4 rev. 1297>>
Best regards, Буравчик
В данный момент объект используется другим процессом.
Ошибка:
В данный момент объект используется другим процессом.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1297
Тип БД:
SQLite
Трассировка стека:
в System.Drawing.Image.get_Width()
в Rsdn.Janus.Ticker.DrawBackground(Graphics g)
в Rsdn.Janus.Ticker.RedrawIndicator(ITickerIndicator ind)
в Rsdn.Janus.TextIndicator.set_Text(String value)
в Rsdn.Janus.Ticker.UpdateUnread()
в Rsdn.Janus.Ticker.<.ctor>b__0(EventArgs arg)
в Rsdn.SmartApp.ObservableHelper.Observer`1.OnNext(T item) в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\Observer\ObservableHelper.cs:строка 52
в Rsdn.SmartApp.Observable`1.Fire(T value) в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\Observer\Observable.cs:строка 59
в Rsdn.Janus.ForumsAggregatesService.AfterForumEntryChanged(ForumEntryChangedEventArgs arg)
в Rsdn.SmartApp.ObservableHelper.Observer`1.OnNext(T item) в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\Observer\ObservableHelper.cs:строка 52
в Rsdn.SmartApp.EventBroker.Fire[T](String eventName, T arg) в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\EventBroker\EventBroker.cs:строка 32
в Rsdn.Janus.SyncRefreshActivePart.<ActivateCore>b__0(EndSyncEventArgs arg)
в Rsdn.SmartApp.ObservableHelper.Observer`1.OnNext(T item) в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\Observer\ObservableHelper.cs:строка 52
в Rsdn.SmartApp.Observable`1.SafeFire(T value, Action`1 failAction) в C:\Users\Евгений\Sources\R.Server\R.SAT\R.SAT-Common\Observer\Observable.cs:строка 79
... << RSDN@Home 1.2.0 alpha 4 rev. 1297>>
Best regards, Буравчик
InvalidArgument=Value of '0' is not valid for 'index'.
Param
Error:
InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
Description:
Application version:
RSDN@Home version 1.2.0 alpha 4 revision 1181
Db engine:
MSSql
Stack Trace:
at System.Windows.Forms.ListView.EnsureVisible(Int32 index)
at Rsdn.TreeGrid.TreeGrid.set_Nodes(ITreeNode value)
at Rsdn.Janus.FavoritesSelectFolderForm._createFolderButton_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.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.2.0 alpha 4 rev. 1181>>
Поймете смысл — найдутся слова.
Катон.
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1307
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1307>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1300
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
Ошибка:
В экземпляре объекта не задана ссылка на объект.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1253
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Janus.ForumDummyForm.AfterReadMarkChanged(IMessageMarkService sender, ICollection`1 changedEntries)
в Rsdn.Janus.ReadMarkEventHandler.Invoke(IMessageMarkService sender, ICollection`1 changedEntries)
в Rsdn.Janus.MessageMarkService.<>c__DisplayClassd.<OnReadMarkChanged>b__c()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass1.<Post>b__0(Object state)
... << RSDN@Home 1.2.0 alpha 4 rev. 1253>>
Доступ к ликвидированному объекту невозможен.
Имя объекта: "
Ошибка:
Доступ к ликвидированному объекту невозможен.
Имя объекта: "JanusScintilla".
Описание:
При закрытии окна редактора сообщения после нажатия кнопки "Отправить"
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1317
Тип БД:
MSSql
Трассировка стека:
в System.Windows.Forms.Control.CreateHandle()
в System.Windows.Forms.Control.get_Handle()
в Rsdn.Scintilla.ScintillaEditor.SendEditor(ScintillaCommand cmd, Int32 param1, Int32 param2)
в Rsdn.Scintilla.ScintillaEditor.get_IsModified()
в Rsdn.Janus.MessageForm.get_IsModified() в d:\Projects\_FromSVN\Janus\Janus\Features\ForumViewer\MessageEditor\MessageForm.cs:строка 888
в Rsdn.Janus.MessageEditorService.get_IsModified() в d:\Projects\_FromSVN\Janus\Janus\Features\ForumViewer\MessageEditor\MessageEditorService.cs:строка 80
в Rsdn.Janus.MessageEditorCommandTarget.<>c__DisplayClass1.<QuerySaveCommandStatus>b__0() в d:\Projects\_FromSVN\Janus\Janus\Features\ForumViewer\MessageEditor\Commands\MessageEditorCommandTarget.cs:строка 48
в Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition) в d:\Projects\_FromSVN\Janus\Janus-Common\CoreServices\Commands\CommandStatusHelper.cs:строка 28
в Rsdn.Janus.MessageEditorCommandTarget.QuerySaveCommandStatus(ICommandContext context) в d:\Projects\_FromSVN\Janus\Janus\Features\ForumViewer\MessageEditor\Commands\MessageEditorCommandTarget.cs:строка 47
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1331
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.ForumMessageCommandHelper.CanSetMessageReadMark(IMsg msg, Boolean isRead, Boolean withReplies)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__13(IMsg msg)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass14.<QuerySetTopicReadMarkStatus>b__11()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1331>>
Exception has been thrown by the target of an invocation.
Ошибка:
Exception has been thrown by the target of an invocation.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1325
Тип БД:
Jet
Трассировка стека:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
at Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
at Rsdn.Janus.CommandService.ExecuteCommand(String commandName, ICommandContext context)
at Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.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)
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1351
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
в BLToolkit.Data.DbManager.<>c__DisplayClass4.<ExecuteReaderInternal>b__3()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
Попытка чтения или записи в защищенную память. Это часто сви
Ошибка:
Попытка чтения или записи в защищенную память. Это часто свидетельствует о том, что другая память повреждена.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1302
Тип БД:
SQLite
Трассировка стека:
в System.Drawing.SafeNativeMethods.Gdip.GdipDrawRectangleI(HandleRef graphics, HandleRef pen, Int32 x, Int32 y, Int32 width, Int32 height)
в System.Drawing.Graphics.DrawRectangle(Pen pen, Int32 x, Int32 y, Int32 width, Int32 height)
в WeifenLuo.WinFormsUI.Docking.DockWindow.OnPaint(PaintEventArgs e)
в System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
в System.Windows.Forms.Control.WmPaint(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1397
Тип БД:
MSSql
Трассировка стека:
at BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
at BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
at BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
at BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteReader(CommandBehavior commandBehavior)
at BLToolkit.Data.DbManager.ExecuteObjectInternal(Object entity, Type type, Object[] parameters)
at BLToolkit.Data.DbManager.ExecuteObject[T]()
at Rsdn.Janus.DatabaseManager.CheckTopicInfoIntegrity()
at Rsdn.Janus.Janus.Main()
Ошибка:
При обращении к ресурсу возникло исключение.
Описание:
Во время навигации по форуму, вываливает сообщение "При обращении к ресурсу возникло исключение." в область просмотра. При переходе на другое сообщение и повторном переходе на это же самое сообщение, оно отображается нормально.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1424
Тип БД:
SQLite
Трассировка стека:
BLToolkit.Data.DataException: The database file is locked
database is locked ---> System.Data.SQLite.SQLiteException: The database file is locked
database is locked
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
в BLToolkit.Data.DbManager.<>c__DisplayClass4.b__3()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
--- Конец трассировки внутреннего стека исключений ---
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
в BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteReader(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteReader()
в BLToolkit.Data.Linq.ExpressionInfo`1.d__1b.MoveNext()
в BLToolkit.Data.Linq.ExpressionInfo`1.d__29.MoveNext()
в System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
в BLToolkit.Data.Linq.ExpressionInfo`1.b__3c(QueryContext ctx, DbManager db, Expression expr, Object[] ps)
в BLToolkit.Data.Linq.Table`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
в System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source)
в Rsdn.Janus.ForumDBHelper.Message[T](DbManager db, Int32 mid, Expression`1 selector)
в Rsdn.Janus.JanusFormatMessage.RefineUrl(JanusProtocolInfo protocolInfo, String& imageUrl, String& title, LinkType& linkType)
в Rsdn.Janus.JanusFormatMessage.ProcessUrlInternal(String url, String text)
в Rsdn.Janus.JanusFormatMessage.FormatURLs(Match urlMatch, String urlAddress, String urlName)
в Rsdn.Janus.JanusFormatMessage.ProcessURLs(String url, String tag)
в Rsdn.Framework.Formatting.TextFormatter.Format(String txt, Boolean smile, Boolean doNotReplaceTags, Boolean doNotFormatImplicitLinks)
в Rsdn.Framework.Formatting.TextFormatter.Format(String txt, Boolean smile)
в Rsdn.Janus.XmlBuilder.BuildMessage(IServiceProvider provider, IJanusDatabaseManager dbMgr, Int32 mid)
в Rsdn.Janus.XmlPageBuilder.GetMessageText(Int32 mid)
в Rsdn.Janus.JanusProtocolDispatcher.MessageEventHandler(Object sender, JanusProtocolEventArgs e)
в Rsdn.Janus.JanusProtocolDispatcher.DispatchRequest(String uri)
Ошибка:
The method or operation is not implemented.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1181
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.ObjectModel.LinearTreeMsg.GetTopic()
at Rsdn.Janus.ObjectModel.MsgBase.get_Topic()
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__f(IMsg msg)
at System.Linq.Enumerable.<CreateSelectIterator>d__118`2.MoveNext() in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 1617
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 127
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__e()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
Ошибка:
The method or operation is not implemented.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1181
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.ObjectModel.LinearTreeMsg.GetTopic()
at Rsdn.Janus.ObjectModel.MsgBase.get_Topic()
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__f(IMsg msg)
at System.Linq.Enumerable.<CreateSelectIterator>d__118`2.MoveNext() in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 1617
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) in C:\Work\Mono\System.Core\System.Linq\Enumerable.cs:line 127
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass11.<QuerySetTopicReadMarkStatus>b__e()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QuerySetTopicReadMarkStatus(ICommandContext context, Int32[] messageIds, Boolean isRead)
... << RSDN@Home 1.2.0 alpha 4 rev. 1181>>
Поймете смысл — найдутся слова.
Катон.
Type 'Rsdn.Janus.RateMarkEditor' contains no public construc
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1437
Тип БД:
SQLite
Трассировка стека:
at Rsdn.SmartApp.InstancingHelper.FindCtor(Type type)
at Rsdn.SmartApp.InstancingHelper.CreateInstance(Type type, IServiceProvider provider, InstancingCustomParam[] customParams)
at Rsdn.Janus.OutboxCommandTarget.CreateEditor(IServiceProvider provider, Object item)
at Rsdn.Janus.OutboxCommandTarget.CreateEditor(IServiceProvider provider, ICollection`1 nodes, Boolean edit)
at Rsdn.Janus.OutboxCommandTarget.<>c__DisplayClass1.<QueryEditItemStatus>b__0()
at Rsdn.Janus.CommandStatusHelper.UnavailableIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.OutboxCommandTarget.QueryEditItemStatus(ICommandContext context)
... << RSDN@Home 1.2.0 alpha 4 rev. 1437>>
Exception has been thrown by the target of an invocation.
Ошибка:
Exception has been thrown by the target of an invocation.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1454
Тип БД:
SQLite
Трассировка стека:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
at Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
at Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
at Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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.2.0 alpha 4 ревизия 1455
Тип БД:
SQLite
Трассировка стека:
в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
в Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
в Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Описание:
Переход к сообщению (Форумы — перейти к сообщению) которое не показывается в текущее время (ограничение на число отображаемых сообщений в форуме) и находится в текущем отображаемом форуме.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1429
Тип БД:
MSSql
Трассировка стека:
в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
в Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
в Rsdn.Janus.CommandService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << My edition based on RSDN@Home 1.2.0 alpha 4 rev. 1429 >>
В задаче спрашивается:
Сколько вытечет портвейна из открытого бассейна?
Exception has been thrown by the target of an invocation.
Ошибка:
Exception has been thrown by the target of an invocation.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1463
Тип БД:
SQLite
Трассировка стека:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
at Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
at Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
at Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.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)
Здравствуйте, stele, Вы писали:
S>Описание: S>Переход к сообщению (Форумы — перейти к сообщению) которое не показывается в текущее время (ограничение на число отображаемых сообщений в форуме) и находится в текущем отображаемом форуме.
Описание:
Клик по заголовку столбца Тема в списке сообщений. В настройках есть ограничение на отображение количества тем в форуме.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1464
Тип БД:
MSSql
Трассировка стека:
в Rsdn.TreeGrid.TreeGrid.ExpandAllParents(ITreeNode CurNode)
в Rsdn.TreeGrid.TreeGrid.set_ActiveNode(ITreeNode value)
в Rsdn.Janus.ForumDummyForm._tgMsgs_ColumnClick(Object sender, ColumnClickEventArgs e)
в System.Windows.Forms.ListView.OnColumnClick(ColumnClickEventArgs e)
в System.Windows.Forms.ListView.WmNotify(Message& m)
в System.Windows.Forms.ListView.WndProc(Message& m)
в Rsdn.TreeGrid.TreeGrid.WndProc(Message& m)
в Rsdn.Janus.JanusGrid.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << My edition based on RSDN@Home 1.2.0 alpha 4 rev. 1464 >>
В задаче спрашивается:
Сколько вытечет портвейна из открытого бассейна?
Команда не может быть выполнена, так как этого не позволяет
Ошибка:
Команда не может быть выполнена, так как этого не позволяет её статус.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1465
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
at Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.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)
Доброго времени суток, AndrewVK, Вы писали:
AVK>Этот топик предназначен для сообщений об ошибках в RSDN@Home начиная с r830.
Вот такая вот ошибочка возникает...
System.InvalidOperationException: В документе XML (11901, 9696495) присутствует ошибка. ---> System.IO.IOException: Не удается прочитать данные из транспортного соединения: Соединение разорвано.
в System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
в Rsdn.Janus.NetworkSyncHelper.TrackedStream.Read(Byte[] buffer, Int32 offset, Int32 count)
в System.IO.Compression.DeflateStream.Read(Byte[] array, Int32 offset, Int32 count)
в System.IO.Compression.GZipStream.Read(Byte[] array, Int32 offset, Int32 count)
в System.IO.StreamReader.ReadBuffer(Char[] userBuffer, Int32 userOffset, Int32 desiredChars, Boolean& readToUserBuffer)
в System.IO.StreamReader.Read(Char[] buffer, Int32 index, Int32 count)
в System.Xml.XmlTextReaderImpl.ReadData()
в System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
в System.Xml.XmlTextReaderImpl.ParseElement()
в System.Xml.XmlTextReaderImpl.ParseElementContent()
в System.Xml.XmlTextReaderImpl.Read()
в System.Xml.XmlTextReader.Read()
в System.Xml.XmlReader.ReadElementString()
в Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderJanusATCustom.Read5_JanusRatingInfo(Boolean isNullable, Boolean checkType)
в Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderJanusATCustom.Read10_ChangeResponse(Boolean isNullable, Boolean checkType)
в Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderJanusATCustom.Read34_GetNewDataResponse()
в Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer13.Deserialize(XmlSerializationReader reader)
в System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
--- Конец трассировки внутреннего стека исключений ---
в System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
в System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
в System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
в System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
в Rsdn.Janus.AT.JanusAT.GetNewData(ChangeRequest changeRequest)
в Rsdn.Janus.MessagesSyncTask.MakeRequest(ISyncContext context, JanusAT svc, ChangeRequest rq)
в Rsdn.Janus.SimpleSyncTask`3.<>c__DisplayClass3.<Sync>b__0()
в Rsdn.Janus.NetworkSyncHelper.CallWithRetries[TRq,TRsp](ISyncContext context, TRq request, String taskName, Int32 retriesCount, Func`1 requestMaker)
в Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Что прикажете сделать?
Спасибо!
... << RSDN@Home 1.2.0 alpha 4 rev. 1446>>
Тиха украинская ночь, но сало надо перепрятать!!!
Exception has been thrown by the target of an invocation.
Ошибка:
Exception has been thrown by the target of an invocation.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1462
Тип БД:
Jet
Трассировка стека:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
at Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
at Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
at Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.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.2.0 alpha 4 rev. 1462>>
"Бог не терпит голой сингулярности" -- Роджер Пенроуз
Какая из последних ревизий рабочая? Не могу запустить RSDN@Home (установил с нуля), т.к. вылетает на реструктуризации пустой базы. Качал отсюда: http://janus.dmitriid.com/
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1380
Тип БД:
MSSql
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
в BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteReader(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteReader()
в BLToolkit.Data.Linq.ExpressionInfo`1.GetReader(DbManager db, Expression expr, Object[] parameters, Int32 idx)
в BLToolkit.Data.Linq.ExpressionInfo`1.<Query>d__1a.MoveNext()
в BLToolkit.Data.Linq.ExpressionInfo`1.<Map>d__28.MoveNext()
в System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
в BLToolkit.Data.Linq.ExpressionInfo`1.<MakeElementOperator>b__3d(QueryContext ctx, DbManager db, Expression expr, Object[] ps)
в BLToolkit.Data.Linq.Table`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
в System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
в Rsdn.Janus.DatabaseManager.GetTopicIdByMsgId(Int32 msgId)
в Rsdn.Janus.ObjectModel.Forum.FindMsgById(Int32 idMsg)
в Rsdn.Janus.ObjectModel.Forum.get_ActiveMsg()
в Rsdn.Janus.ForumDummyForm.FillMessages()
в Rsdn.Janus.ForumDummyForm.Rsdn.Janus.ObjectModel.IFeatureView.Activate(IFeature feature)
в Rsdn.Janus.Navigator.FeaturesAfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.AfterFeatureActivateHandler.Invoke(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.OnAfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.set_ActiveFeature(IFeature value)
в Rsdn.Janus.Navigator.Init()
в Rsdn.Janus.ApplicationManager.Init(IServiceProvider serviceProvider)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1396
Тип БД:
MSSql
Трассировка стека:
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
в BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
в BLToolkit.Data.DbManager.ExecuteReaderInternal(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteReader(CommandBehavior commandBehavior)
в BLToolkit.Data.DbManager.ExecuteReader()
в BLToolkit.Data.Linq.ExpressionInfo`1.GetReader(DbManager db, Expression expr, Object[] parameters, Int32 idx)
в BLToolkit.Data.Linq.ExpressionInfo`1.<Query>d__1a.MoveNext()
в BLToolkit.Data.Linq.ExpressionInfo`1.<Map>d__28.MoveNext()
в System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
в BLToolkit.Data.Linq.ExpressionInfo`1.<MakeElementOperator>b__3d(QueryContext ctx, DbManager db, Expression expr, Object[] ps)
в BLToolkit.Data.Linq.Table`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
в System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
в Rsdn.Janus.DatabaseManager.GetTopicIdByMsgId(Int32 msgId)
в Rsdn.Janus.ObjectModel.Forum.FindMsgById(Int32 idMsg)
в Rsdn.Janus.ObjectModel.Forum.get_ActiveMsg()
в Rsdn.Janus.ForumDummyForm.FillMessages()
в Rsdn.Janus.ForumDummyForm.Rsdn.Janus.ObjectModel.IFeatureView.Activate(IFeature feature)
в Rsdn.Janus.Navigator.FeaturesAfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.AfterFeatureActivateHandler.Invoke(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.OnAfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.set_ActiveFeature(IFeature value)
в Rsdn.Janus.Navigator.Init()
в Rsdn.Janus.ApplicationManager.Init(IServiceProvider serviceProvider)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1396>>
Ошибка на этапе реструктуризации базы:
Error while preparin
Ошибка:
Ошибка на этапе реструктуризации базы:
Error while preparing SqlDiff
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 ревизия 977
Тип БД:
MSSql
Трассировка стека:
at Rsdn.Janus.DBSchemaManager.Restruct(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.<>c__DisplayClass8.<Main>b__2()
at Rsdn.Janus.Janus.Main()
... << RSDN@Home 1 alpha 3 rev. 0>>
Произошла непредвиденная ошибка при обработке клавиатурного
Ошибка:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1325
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
в Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
в System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
в System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
в Rsdn.Janus.Janus.Main()
... << RSDN@Home 1.2.0 alpha 4 rev. 1325>>
Ошибка на этапе реструктуризации базы:
Индекс находился вне
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1476
Тип БД:
SQLite
Трассировка стека:
в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
в Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
в Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 4 rev. 1476>>
Произошла непредвиденная ошибка при обработке клавиатурного
Error:
Произошла непредвиденная ошибка при обработке клавиатурного сообщения.
Возможно у вас повреждена БД или имеется ошибка в RSDN@Home
Description:
Application version:
RSDN@Home version 1.2.0 alpha 4 revision 1325
Db engine:
SQLite
Stack Trace:
at Rsdn.Shortcuts.CustomShortcut.ProcessMessageKey(Control control, Keys keys, ShortcutManager manager)
at Rsdn.Shortcuts.ShortcutManager.PreFilterMessage(Message& msg)
at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Rsdn.Janus.ApplicationManager.Run(IServiceProvider serviceProvider)
at Rsdn.Janus.Janus.Main()
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1476
Тип БД:
MSSql
Трассировка стека:
в System.Drawing.Graphics.CheckErrorStatus(Int32 status)
в System.Drawing.Graphics.DrawRectangle(Pen pen, Int32 x, Int32 y, Int32 width, Int32 height)
в WeifenLuo.WinFormsUI.Docking.DockWindow.OnPaint(PaintEventArgs e)
в System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
в System.Windows.Forms.Control.WmPaint(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 4 rev. 1476>>
Требуемый ресурс занят. (Исключение из HRESULT: 0x800700AA)
Ошибка:
содержимое Лога: многочисленные
ошибка связи. The operation has timeout
Описание:
не проходит синхронизация уже второй месяц, все жду сборок с пылу с жару, проверял неоднократно разные опции по перестройке индексов и т.п. Разных провайдеров пробовал. Все остальные сервисы функционируют идеально, конфигураций не менял на этом рабочем ноуте.
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1476
Тип БД:
MSSql
Трассировка стека:
<введите здесь трассировку стека, если она доступна>
... << RSDN@Home 1.2.0 alpha 4 rev. 1476>>
Valery A. Boronin, RSDN Team, linkedin.com\in\boronin
R&D Mgmt & Security. AppSec & SDL. Data Protection and Systems Programming. FDE, DLP, Incident Management. Windows Filesystems and Drivers.
Exception has been thrown by the target of an invocation.
Ошибка:
Exception has been thrown by the target of an invocation.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1476
Тип БД:
MSSql
Трассировка стека:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
at Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
at Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
at Rsdn.Janus.CommandHelper.ExecuteDefaultCommand(IServiceProvider provider)
at Rsdn.Janus.OutboxDummyForm.GridDoubleClick(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
at System.Windows.Forms.ListView.WndProc(Message& m)
at Rsdn.TreeGrid.TreeGrid.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.2.0 alpha 4 rev. 1476>>
Valery A. Boronin, RSDN Team, linkedin.com\in\boronin
R&D Mgmt & Security. AppSec & SDL. Data Protection and Systems Programming. FDE, DLP, Incident Management. Windows Filesystems and Drivers.
Здравствуйте, Valery A. Boronin, Вы писали:
VAB>не проходит синхронизация уже второй месяц, все жду сборок с пылу с жару, проверял неоднократно разные опции по перестройке индексов и т.п. Разных провайдеров пробовал. Все остальные сервисы функционируют идеально, конфигураций не менял на этом рабочем ноуте.
Проверяй настройки интернета, прокси, что у тебя в фаерволе. Такая ошибка возникает при полном отсутствии коннекта.
... << RSDN@Home 1.2.0 alpha 4 rev. 1476 on Windows 7 6.1.7600.0>>
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1476
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
... << RSDN@Home 1.2.0 alpha 4 rev. 1476>>
Timeout expired. The timeout period elapsed prior to comple
Ошибка:
Команда не может быть выполнена, так как этого не позволяет её статус.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1481
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1489
Тип БД:
MSSql
Трассировка стека:
в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
в Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
в Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Ошибка:
Проблемы с Unicode, мусор вместо текста, если Language for non-Unicode programs — English
Описание:
При ответе на сообщение цитируемое сообщение полностью состоит из знаков вопроса. (скрин)
Если набрать что-то по-русски и нажать предпросмотр — отображается в CP1252 похоже. (скрин)
В JBrowser треш в заголовке окна, похоже на UTF-8 трактуемый как CP1251. (скрин)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1481
Тип БД:
SQLite
PS: 2011 год на дворе, не ожидал с таким столкнуться.
PPS: Trac я так понимаю уже неактуален? Последний тикет там создан год назад.
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1477
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
в BLToolkit.Data.DbManager.<>c__DisplayClass4.<ExecuteReaderInternal>b__3()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1477
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
в BLToolkit.Data.DbManager.<>c__DisplayClass4.<ExecuteReaderInternal>b__3()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
... << RSDN@Home 1.2.0 alpha 4 rev. 1477>>
Команда не может быть выполнена, так как этого не позволяет
Ошибка:
Команда не может быть выполнена, так как этого не позволяет её статус.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1526
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Попробовал раскодировать:
------
Ошибка:
Проблемы с Unicode, мусор вместо текста, если Language for non-Unicode programs + English
Описание:
При ответе на сообщение цитируемое сообщение полностью состоит из знаков вопроса. (скрин)
Если набрать что-то по-русски и нажать предпросмотр + отображается в CP1252 похоже. (скрин)
У JBrowser треш в заголовке окна, похоже на UTF-8 трактуемый как CP1251. (скрин)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1481
Тип БД:
SQLite
PS: 2011 год на дворе, не ожидал с таким столкнуться.
PPS: Trac я так понимаю уже неактуален? Последний тикет там создан год назад.
----
Меня ????? также сильно "разозлили", пришлось искать решение. Меня найденное решение пока удовлетворяет, но говорят, что его не может быть в принципе. Попробуйте потестить именно редактор.
При каких то условиях должно появится рассогласование стилей, но я таких условий пока не замечал.
Работа над янусом какая-то ведется, хотя не так активно как хотелось бы. Проблема прежде всего в недостатке людей и в свободном времени.
Я вот пока делаю экспериментальную ветку, кое что попадает и в основной янус.
Если проект Вам интересен, то просто присоединяйтесь в нему. Я например, узнал кучу нового за это время. В проекте довольно много интересных идей, скучать не прийдется. А работы хватит всем, не только программистам, было бы желание
Janus
1.2.0.1536
Поставил дома, читал, читал...
Переустановил ОС (с Win7 на Win7)
Запускаю из того же места, подключаю тот же mdb, всё ок, сообщения читаются.
Запускаю синхронизацию, обрабатываются данные — получаю гранату:
Запрос новых сообщений в форумах — CriticalError
BLToolkit.Data.DataException: Изменения не были успешно внесены из-за повторяющихся значений в индексе, ключевых полях или связях. Измените данные в поле или полях, содержащих повторяющиеся значения, удалите индекс или переопределите его, чтобы разрешить повторяющиеся значения, и повторите попытку. ---> System.Data.OleDb.OleDbException: Изменения не были успешно внесены из-за повторяющихся значений в индексе, ключевых полях или связях. Измените данные в поле или полях, содержащих повторяющиеся значения, удалите индекс или переопределите его, чтобы разрешить повторяющиеся значения, и повторите попытку.
в System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr)
в System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
в System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
--- Конец трассировки внутреннего стека исключений ---
в BLToolkit.Data.DbManager.OnOperationException(OperationType op, DataException ex)
в BLToolkit.Data.DbManager.HandleOperationException(OperationType op, Exception ex)
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
в BLToolkit.Data.DbManager.ExecuteNonQueryInternal()
в BLToolkit.Data.DbManager.ExecuteNonQuery()
в BLToolkit.Data.DbManager.BLToolkit.Data.Linq.IDataContext.ExecuteNonQuery(Object query)
в BLToolkit.Data.Linq.Query`1.NonQueryQuery(IDataContextInfo dataContextInfo, Expression expr, Object[] parameters)
в BLToolkit.Data.Linq.Query`1.<SetNonQueryQuery>b__c(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps)
в BLToolkit.Data.Linq.Table`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
в BLToolkit.Data.Linq.LinqExtensions.Insert[T](IValueInsertable`1 source)
в Rsdn.Janus.MessagesSyncHelper.AddNewRates(IDataContext db, JanusRatingInfo[] rates, Action`2 progressHandler) в d:\UsersQuota\OtherUsers\Mamut\CI\Janus\build\Rsdn\Janus.Rsdn\Synchronization\Tasks\MessagesSyncHelper.cs:строка 80
в Rsdn.Janus.MessagesSyncHelper.AddNewMessages(ISyncContext context, JanusMessageInfo[] messages, JanusRatingInfo[] rates, JanusModerateInfo[] moderatorials, Action`1 afterProcessInTxHandler, Int32 selfID) в d:\UsersQuota\OtherUsers\Mamut\CI\Janus\build\Rsdn\Janus.Rsdn\Synchronization\Tasks\MessagesSyncHelper.cs:строка 203
в Rsdn.Janus.MessagesSyncTask.ProcessResponse(ISyncContext context, ChangeRequest request, ChangeResponse response) в d:\UsersQuota\OtherUsers\Mamut\CI\Janus\build\Rsdn\Janus.Rsdn\Synchronization\Tasks\MessagesSyncTask.cs:строка 76
в Rsdn.Janus.SimpleSyncTask`3.Sync(ISyncContext context, TSvc svc, Int32 retries, ITaskIndicator indicator)
Перестроил индекс, перестроил аггрегатную таблицу — ошибка не исчезла
Здравствуйте, 2Cobalt, Вы писали:
C>Janus C>1.2.0.1536 C>Поставил дома, читал, читал... C>Переустановил ОС (с Win7 на Win7) C>Запускаю из того же места, подключаю тот же mdb, всё ок, сообщения читаются.
C>Запускаю синхронизацию, обрабатываются данные — получаю гранату:
... C>Перестроил индекс, перестроил аггрегатную таблицу — ошибка не исчезла
База нужна
Здравствуйте, 2Cobalt, Вы писали:
C>Здравствуйте, AlexNek, Вы писали: AN>>База нужна
C>http://webfile.ru/5603567
Не зря "у нас" был запрет на пользование аксесом. База протухла.
Ваше добро? Там может не все цифры правильные, потому как на виртуалке по быстрому запустил.
Как загрузится получите ссылку на вылеченную базу.
Здравствуйте, http://cobalt747.livejournal.com/, Вы писали:
HCL>Здравствуйте, AlexNek, Вы писали: AN>>Не зря "у нас" был запрет на пользование аксесом. База протухла.
HCL>Хммм, а чем порекомендуете?
Из того что есть и не требует ничего SQLite мне видится лучшим выбором.
Здравствуйте, AlexNek, Вы писали: AN>Здравствуйте, http://cobalt747.livejournal.com/, Вы писали: HCL>>Хммм, а чем порекомендуете? AN>Из того что есть и не требует ничего SQLite мне видится лучшим выбором.
Дык вроде в клиенте есть библиотеки для всех баз?
Здравствуйте, http://cobalt747.livejournal.com/, Вы писали:
HCL>Здравствуйте, AlexNek, Вы писали: AN>>Здравствуйте, http://cobalt747.livejournal.com/, Вы писали: HCL>>>Хммм, а чем порекомендуете? AN>>Из того что есть и не требует ничего SQLite мне видится лучшим выбором. HCL>Дык вроде в клиенте есть библиотеки для всех баз?
Мне известны только 4 "плугина" — Вам больше?
Ошибка:
Exception has been thrown by the target of an invocation.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
Тип БД:
MSSql
Трассировка стека:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
at Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
at Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
at Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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)
Exception has been thrown by the target of an invocation.
Ошибка:
Exception has been thrown by the target of an invocation.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
Тип БД:
MSSql
Трассировка стека:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
at Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
at Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
at Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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)
Exception has been thrown by the target of an invocation.
Ошибка:
Exception has been thrown by the target of an invocation.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
Тип БД:
MSSql
Трассировка стека:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
at Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
at Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
at Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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)
Exception has been thrown by the target of an invocation.
Ошибка:
Exception has been thrown by the target of an invocation.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
Тип БД:
MSSql
Трассировка стека:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
at Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
at Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
at Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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)
Re: Exception has been thrown by the target of an invocation
Здравствуйте, rm822, Вы писали:
r> Ошибка: r> Exception has been thrown by the target of an invocation.
r> Описание:
r> Версия приложения: r> RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
r> Тип БД: r> MSSql
r> Трассировка стека:
похоже на автомат, у меня было похожее когда в форуме не было записей вообще
Вот этот запрос давал exception что Rating не имеет гет когда не было записей
Точнее это происходило при вызове ToList() на пустом списке. "Правильный" метод борьбы не нашелся пока.
Но хорошо бы затащить сюда "автора", попробую ему ПМ написать
Ошибка:
Сбой при выполнении запрошенной операции с буфером обмена.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
Тип БД:
SQLite
Трассировка стека:
в System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
в System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
в System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format)
в System.Windows.Forms.Clipboard.SetText(String text)
в Rsdn.Janus.SyncForm._copyButton_Click(Object sender, EventArgs e)
в System.Windows.Forms.Control.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ButtonBase.WndProc(Message& m)
в System.Windows.Forms.Button.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 5 rev. 1539>>
Сбой при выполнении запрошенной операции с буфером обмена.
Ошибка:
Сбой при выполнении запрошенной операции с буфером обмена.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
Тип БД:
SQLite
Трассировка стека:
в System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
в System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
в System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format)
в System.Windows.Forms.Clipboard.SetText(String text)
в Rsdn.Janus.SyncForm._copyButton_Click(Object sender, EventArgs e)
в System.Windows.Forms.Control.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ButtonBase.WndProc(Message& m)
в System.Windows.Forms.Button.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
Тип БД:
SQLite
Трассировка стека:
в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
в Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
в Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
в BLToolkit.Data.DbManager.<>c__DisplayClassf.<ExecuteReaderInternal>b__e()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
в BLToolkit.Data.DbManager.<>c__DisplayClassf.<ExecuteReaderInternal>b__e()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
... << RSDN@Home 1.2.0 alpha 5 rev. 1539>>
Все проблемы от жадности и глупости
Отказано в доступе. (Исключение из HRESULT: 0x80070005 (E_AC
Ошибка:
Отказано в доступе. (Исключение из HRESULT: 0x80070005 (E_ACCESSDENIED))
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 4 ревизия 1478
Тип БД:
SQLite
Трассировка стека:
в System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
в System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
в System.Windows.Forms.WindowsFormsSynchronizationContext.Send(SendOrPostCallback d, Object state)
в Rsdn.Janus.AsyncHelper.Send(AsyncOperation asyncOp, Action runner)
в Rsdn.Janus.AsyncHelper.Send[TResult](AsyncOperation asyncOp, Func`1 valueGetter)
в Rsdn.Janus.WebBrowserForm.get_CanStop()
в Rsdn.Janus.JBrowserFormService.get_CanStop()
в Rsdn.Janus.JBrowserCommandTarget.QueryStopStatus(ICommandContext context)
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
в BLToolkit.Data.DbManager.<>c__DisplayClassf.<ExecuteReaderInternal>b__e()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
в BLToolkit.Data.DbManager.<>c__DisplayClassf.<ExecuteReaderInternal>b__e()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
Ошибка:
The database file is locked
database is locked
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 1539
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
в BLToolkit.Data.DbManager.<>c__DisplayClassf.<ExecuteReaderInternal>b__e()
в BLToolkit.Data.DbManager.ExecuteOperation[T](OperationType operationType, Func`1 operation)
Ошибка:
Index was outside the bounds of the array.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 67
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.SearchDummyForm.CustomInitializeComponent()
at Rsdn.Janus.SearchDummyForm..ctor(IServiceProvider provider)
at Rsdn.Janus.ObjectModel.SearchFeature.get_SearchForm()
at Rsdn.Janus.ObjectModel.SearchFeature.Rsdn.Janus.IMessagesFeature.add_ActiveMessagesChanged(EventHandler value)
at Rsdn.Janus.FeatureActiveMessageService.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.TreeGridAfterActivateNode(ITreeNode activatedNode)
at Rsdn.TreeGrid.TreeGrid.OnAfterActivateNode(ITreeNode activatedNode)
at Rsdn.Janus.JanusGrid.OnAfterActivateNode(ITreeNode activatedNode)
at Rsdn.TreeGrid.TreeGrid.<OnSelectedIndexChanged>b__0(Object state)
... << RSDN@Home 1.2.0 alpha 5 rev. 67>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 71
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.SyncForm._errorsGrid_CellFormatting(Object sender, DataGridViewCellFormattingEventArgs e)
at System.Windows.Forms.DataGridView.OnCellFormatting(DataGridViewCellFormattingEventArgs e)
at System.Windows.Forms.DataGridView.OnCellFormatting(Int32 columnIndex, Int32 rowIndex, Object val, Type formattedValueType, DataGridViewCellStyle cellStyle)
at System.Windows.Forms.DataGridViewCell.GetFormattedValue(Object value, Int32 rowIndex, DataGridViewCellStyle& cellStyle, TypeConverter valueTypeConverter, TypeConverter formattedValueTypeConverter, DataGridViewDataErrorContexts context)
at System.Windows.Forms.DataGridViewLinkCell.GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, Int32 rowIndex, Size constraintSize)
at System.Windows.Forms.DataGridViewCell.GetPreferredHeight(Int32 rowIndex, Int32 width)
at System.Windows.Forms.DataGridViewRow.GetPreferredHeight(Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth)
at System.Windows.Forms.DataGridView.AutoResizeRowInternal(Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth, Boolean internalAutosizing)
at System.Windows.Forms.DataGridView.AdjustShrinkingRows(DataGridViewAutoSizeRowsMode autoSizeRowsMode, Boolean fixedWidth, Boolean internalAutosizing)
at System.Windows.Forms.DataGridView.PerformLayoutPrivate(Boolean useRowShortcut, Boolean computeVisibleRows, Boolean invalidInAdjustFillingColumns, Boolean repositionEditingControl)
at System.Windows.Forms.DataGridView.OnHandleCreated(EventArgs e)
at System.Windows.Forms.Control.WmCreate(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.DataGridView.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.2.0 alpha 5 rev. 71>>
Ссылка на объект не указывает на экземпляр объекта.
Ошибка:
Ссылка на объект не указывает на экземпляр объекта.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 71
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.SyncForm._errorsGrid_CellFormatting(Object sender, DataGridViewCellFormattingEventArgs e)
в System.Windows.Forms.DataGridView.OnCellFormatting(DataGridViewCellFormattingEventArgs e)
в System.Windows.Forms.DataGridView.OnCellFormatting(Int32 columnIndex, Int32 rowIndex, Object val, Type formattedValueType, DataGridViewCellStyle cellStyle)
в System.Windows.Forms.DataGridViewCell.GetFormattedValue(Object value, Int32 rowIndex, DataGridViewCellStyle& cellStyle, TypeConverter valueTypeConverter, TypeConverter formattedValueTypeConverter, DataGridViewDataErrorContexts context)
в System.Windows.Forms.DataGridViewLinkCell.GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, Int32 rowIndex, Size constraintSize)
в System.Windows.Forms.DataGridViewCell.GetPreferredHeight(Int32 rowIndex, Int32 width)
в System.Windows.Forms.DataGridViewRow.GetPreferredHeight(Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth)
в System.Windows.Forms.DataGridView.AutoResizeRowInternal(Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth, Boolean internalAutosizing)
в System.Windows.Forms.DataGridView.AdjustShrinkingRows(DataGridViewAutoSizeRowsMode autoSizeRowsMode, Boolean fixedWidth, Boolean internalAutosizing)
в System.Windows.Forms.DataGridView.PerformLayoutPrivate(Boolean useRowShortcut, Boolean computeVisibleRows, Boolean invalidInAdjustFillingColumns, Boolean repositionEditingControl)
в System.Windows.Forms.DataGridView.OnHandleCreated(EventArgs e)
в System.Windows.Forms.Control.WmCreate(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.DataGridView.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 5 rev. 71>>
Ссылка на объект не указывает на экземпляр объекта.
Ошибка:
Ссылка на объект не указывает на экземпляр объекта.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 71
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.SyncForm._errorsGrid_CellFormatting(Object sender, DataGridViewCellFormattingEventArgs e)
в System.Windows.Forms.DataGridView.OnCellFormatting(DataGridViewCellFormattingEventArgs e)
в System.Windows.Forms.DataGridView.OnCellFormatting(Int32 columnIndex, Int32 rowIndex, Object val, Type formattedValueType, DataGridViewCellStyle cellStyle)
в System.Windows.Forms.DataGridViewCell.GetFormattedValue(Object value, Int32 rowIndex, DataGridViewCellStyle& cellStyle, TypeConverter valueTypeConverter, TypeConverter formattedValueTypeConverter, DataGridViewDataErrorContexts context)
в System.Windows.Forms.DataGridViewLinkCell.GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, Int32 rowIndex, Size constraintSize)
в System.Windows.Forms.DataGridViewCell.GetPreferredHeight(Int32 rowIndex, Int32 width)
в System.Windows.Forms.DataGridViewRow.GetPreferredHeight(Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth)
в System.Windows.Forms.DataGridView.AutoResizeRowInternal(Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth, Boolean internalAutosizing)
в System.Windows.Forms.DataGridView.AdjustShrinkingRows(DataGridViewAutoSizeRowsMode autoSizeRowsMode, Boolean fixedWidth, Boolean internalAutosizing)
в System.Windows.Forms.DataGridView.PerformLayoutPrivate(Boolean useRowShortcut, Boolean computeVisibleRows, Boolean invalidInAdjustFillingColumns, Boolean repositionEditingControl)
в System.Windows.Forms.DataGridView.OnHandleCreated(EventArgs e)
в System.Windows.Forms.Control.WmCreate(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.DataGridView.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 71
Тип БД:
MSSql
Трассировка стека:
в System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
в System.Windows.Forms.Control.CreateHandle()
в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
в System.Windows.Forms.Control.CreateControl()
в System.Windows.Forms.Control.SetVisibleCore(Boolean value)
в System.Windows.Forms.SplitterPanel.set_Visible(Boolean value)
в System.Windows.Forms.SplitContainer.CollapsePanel(SplitterPanel p, Boolean collapsing)
в System.Windows.Forms.SplitContainer.set_Panel2Collapsed(Boolean value)
в Rsdn.Janus.SyncForm.<>c__DisplayClassf.<AddError>b__e()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass1.<Post>b__0(Object state)
... << RSDN@Home 1.2.0 alpha 5 rev. 71>>
Ссылка на объект не указывает на экземпляр объекта.
Ошибка:
Ссылка на объект не указывает на экземпляр объекта.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 71
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.SyncForm._errorsGrid_CellFormatting(Object sender, DataGridViewCellFormattingEventArgs e)
в System.Windows.Forms.DataGridView.OnCellFormatting(DataGridViewCellFormattingEventArgs e)
в System.Windows.Forms.DataGridView.OnCellFormatting(Int32 columnIndex, Int32 rowIndex, Object val, Type formattedValueType, DataGridViewCellStyle cellStyle)
в System.Windows.Forms.DataGridViewCell.GetFormattedValue(Object value, Int32 rowIndex, DataGridViewCellStyle& cellStyle, TypeConverter valueTypeConverter, TypeConverter formattedValueTypeConverter, DataGridViewDataErrorContexts context)
в System.Windows.Forms.DataGridViewLinkCell.GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, Int32 rowIndex, Size constraintSize)
в System.Windows.Forms.DataGridViewCell.GetPreferredHeight(Int32 rowIndex, Int32 width)
в System.Windows.Forms.DataGridViewRow.GetPreferredHeight(Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth)
в System.Windows.Forms.DataGridView.AutoResizeRowInternal(Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth, Boolean internalAutosizing)
в System.Windows.Forms.DataGridView.AdjustShrinkingRows(DataGridViewAutoSizeRowsMode autoSizeRowsMode, Boolean fixedWidth, Boolean internalAutosizing)
в System.Windows.Forms.DataGridView.PerformLayoutPrivate(Boolean useRowShortcut, Boolean computeVisibleRows, Boolean invalidInAdjustFillingColumns, Boolean repositionEditingControl)
в System.Windows.Forms.DataGridView.OnHandleCreated(EventArgs e)
в System.Windows.Forms.Control.WmCreate(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.DataGridView.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 71
Тип БД:
MSSql
Трассировка стека:
в System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
в System.Windows.Forms.Control.CreateHandle()
в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
в System.Windows.Forms.Control.CreateControl()
в System.Windows.Forms.Control.SetVisibleCore(Boolean value)
в System.Windows.Forms.SplitterPanel.set_Visible(Boolean value)
в System.Windows.Forms.SplitContainer.CollapsePanel(SplitterPanel p, Boolean collapsing)
в System.Windows.Forms.SplitContainer.set_Panel2Collapsed(Boolean value)
в Rsdn.Janus.SyncForm.<>c__DisplayClassf.<AddError>b__e()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass1.<Post>b__0(Object state)
Ошибка:
Ссылка на объект не указывает на экземпляр объекта.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 71
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.SyncForm._errorsGrid_CellFormatting(Object sender, DataGridViewCellFormattingEventArgs e)
в System.Windows.Forms.DataGridView.OnCellFormatting(DataGridViewCellFormattingEventArgs e)
в System.Windows.Forms.DataGridView.OnCellFormatting(Int32 columnIndex, Int32 rowIndex, Object val, Type formattedValueType, DataGridViewCellStyle cellStyle)
в System.Windows.Forms.DataGridViewCell.GetFormattedValue(Object value, Int32 rowIndex, DataGridViewCellStyle& cellStyle, TypeConverter valueTypeConverter, TypeConverter formattedValueTypeConverter, DataGridViewDataErrorContexts context)
в System.Windows.Forms.DataGridViewLinkCell.GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, Int32 rowIndex, Size constraintSize)
в System.Windows.Forms.DataGridViewCell.GetPreferredHeight(Int32 rowIndex, Int32 width)
в System.Windows.Forms.DataGridViewRow.GetPreferredHeight(Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth)
в System.Windows.Forms.DataGridView.AutoResizeRowInternal(Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth, Boolean internalAutosizing)
в System.Windows.Forms.DataGridView.AdjustShrinkingRows(DataGridViewAutoSizeRowsMode autoSizeRowsMode, Boolean fixedWidth, Boolean internalAutosizing)
в System.Windows.Forms.DataGridView.PerformLayoutPrivate(Boolean useRowShortcut, Boolean computeVisibleRows, Boolean invalidInAdjustFillingColumns, Boolean repositionEditingControl)
в System.Windows.Forms.DataGridView.OnHandleCreated(EventArgs e)
в System.Windows.Forms.Control.WmCreate(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.DataGridView.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.2.0 alpha 5 rev. 71>>
Ссылка на объект не указывает на экземпляр объекта.
Ошибка:
Ссылка на объект не указывает на экземпляр объекта.
Описание:
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 71
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.SyncForm._errorsGrid_CellFormatting(Object sender, DataGridViewCellFormattingEventArgs e)
в System.Windows.Forms.DataGridView.OnCellFormatting(DataGridViewCellFormattingEventArgs e)
в System.Windows.Forms.DataGridView.OnCellFormatting(Int32 columnIndex, Int32 rowIndex, Object val, Type formattedValueType, DataGridViewCellStyle cellStyle)
в System.Windows.Forms.DataGridViewCell.GetFormattedValue(Object value, Int32 rowIndex, DataGridViewCellStyle& cellStyle, TypeConverter valueTypeConverter, TypeConverter formattedValueTypeConverter, DataGridViewDataErrorContexts context)
в System.Windows.Forms.DataGridViewLinkCell.GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, Int32 rowIndex, Size constraintSize)
в System.Windows.Forms.DataGridViewCell.GetPreferredHeight(Int32 rowIndex, Int32 width)
в System.Windows.Forms.DataGridViewRow.GetPreferredHeight(Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth)
в System.Windows.Forms.DataGridView.AutoResizeRowInternal(Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth, Boolean internalAutosizing)
в System.Windows.Forms.DataGridView.AdjustShrinkingRows(DataGridViewAutoSizeRowsMode autoSizeRowsMode, Boolean fixedWidth, Boolean internalAutosizing)
в System.Windows.Forms.DataGridView.PerformLayoutPrivate(Boolean useRowShortcut, Boolean computeVisibleRows, Boolean invalidInAdjustFillingColumns, Boolean repositionEditingControl)
в System.Windows.Forms.DataGridView.OnHandleCreated(EventArgs e)
в System.Windows.Forms.Control.WmCreate(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.DataGridView.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 71
Тип БД:
MSSql
Трассировка стека:
в System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
в System.Windows.Forms.Control.CreateHandle()
в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
в System.Windows.Forms.Control.CreateControl()
в System.Windows.Forms.Control.SetVisibleCore(Boolean value)
в System.Windows.Forms.SplitterPanel.set_Visible(Boolean value)
в System.Windows.Forms.SplitContainer.CollapsePanel(SplitterPanel p, Boolean collapsing)
в System.Windows.Forms.SplitContainer.set_Panel2Collapsed(Boolean value)
в Rsdn.Janus.SyncForm.<>c__DisplayClassf.<AddError>b__e()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass1.<Post>b__0(Object state)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 71
Тип БД:
SQLite
Трассировка стека:
в System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
в System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
в Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
в Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 71
Тип БД:
MSSql
Трассировка стека:
в System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
в System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
в Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
в Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.2.0 alpha 5 ревизия 76
Тип БД:
SQLite
Трассировка стека:
в Rsdn.Janus.SearchDummyForm.CustomInitializeComponent()
в Rsdn.Janus.SearchDummyForm..ctor(IServiceProvider provider)
в Rsdn.Janus.ObjectModel.SearchFeature.get_SearchForm()
в Rsdn.Janus.ObjectModel.SearchFeature.Rsdn.Janus.IMessagesFeature.remove_ActiveMessagesChanged(EventHandler value)
в Rsdn.Janus.FeatureActiveMessageService.AfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.AfterFeatureActivateHandler.Invoke(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.OnAfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.set_ActiveFeature(IFeature value)
в Rsdn.Janus.NavigationDummyForm.TreeGridAfterActivateNode(ITreeNode activatedNode)
в Rsdn.TreeGrid.TreeGrid.OnAfterActivateNode(ITreeNode activatedNode)
в Rsdn.Janus.JanusGrid.OnAfterActivateNode(ITreeNode activatedNode)
в Rsdn.TreeGrid.TreeGrid.<OnSelectedIndexChanged>b__0(Object state)
Ошибка:
Команда не может быть выполнена, так как этого не позволяет её статус.
Описание:
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
MSSql
Трассировка стека:
в Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
в System.Data.SQLite.SQLiteCommand.BuildNextCommand()
в System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
в LinqToDB.Data.DataConnection.ExecuteReader()
в LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query)
в LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext()
в LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext()
в System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
в LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps)
в LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
в System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
в Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
в Rsdn.Janus.Forum.get_ActiveMsg()
в Rsdn.Janus.ForumDummyForm.FillMessages()
в Rsdn.Janus.ForumDummyForm.Rsdn.Janus.ObjectModel.IFeatureView.Activate(IFeature feature)
в Rsdn.Janus.Navigator.FeaturesAfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.AfterFeatureActivateHandler.Invoke(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.OnAfterFeatureActivate(IFeature oldFeature, IFeature newFeature)
в Rsdn.Janus.ObjectModel.Features.set_ActiveFeature(IFeature value)
в Rsdn.Janus.NavigationDummyForm.TreeGridAfterActivateNode(ITreeNode activatedNode)
в Rsdn.TreeGrid.TreeGrid.OnAfterActivateNode(ITreeNode activatedNode)
в Rsdn.Janus.JanusGrid.OnAfterActivateNode(ITreeNode activatedNode)
в Rsdn.TreeGrid.TreeGrid.<OnSelectedIndexChanged>b__0(Object state)
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
в System.Data.SQLite.SQLiteCommand.BuildNextCommand()
в System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
в LinqToDB.Data.DataConnection.ExecuteReader()
в LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query)
в LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext()
в LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext()
в System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
в LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps)
в LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
в System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
в Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
в Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
в Rsdn.Janus.ForumDummyForm.<>c__DisplayClass9.<_tgMsgs_AfterActivateNode>b__8()
в Rsdn.Janus.AsyncHelper.<>c__DisplayClass4.<PostOperationCompleted>b__3(Object state)
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.RunQuery[TE](QueryContext ctx, IDataContextInfo dataContextInfo, Expression expr, Object[] parameters, Func`6 mapper) in i:\linq2db\Source\Linq\Query.cs:line 1076
at LinqToDB.Linq.Query`1.<>c__DisplayClass50.<SetElementQuery>b__4f(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Query.cs:line 1058
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.Any[TSource](IQueryable`1 source, Expression`1 predicate)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass8_0.<QueryModeratingStatus>b__0()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QueryModeratingStatus(ICommandContext context, Nullable`1 messageId)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Index was out of range. Must be non-negative and less than the size of the colle
Ошибка:
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Описание:
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at Rsdn.TreeGrid.TreeGrid.GetNodeAndCellIndexAt(Int32 x, Int32 y, ITreeNode& node, Int32& column)
at Rsdn.Janus.ForumDummyForm.CheckMark(Int32 x, Int32 y)
at Rsdn.Janus.ForumDummyForm._tgMsgs_BeforeMouseDown(Object sender, BeforeMouseDownEventArgs e)
at Rsdn.Janus.JanusGrid.OnBeforeMouseDownEvent(MouseButtons button, Int32 clicks, Int32 x, Int32 y)
at Rsdn.Janus.JanusGrid.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.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__c(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 98
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.Single[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.LoadData(Int32 id)
at Rsdn.Janus.Forum.RefreshInfo()
at Rsdn.Janus.ForumHelper.<>c__DisplayClass2_0.<MarkMsgRead>b__2()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.Forum.get_ActiveMsg()
at Rsdn.Janus.ForumDummyForm.FillMessages()
at Rsdn.Janus.ForumDummyForm.Rsdn.Janus.ObjectModel.IFeatureView.Refresh()
at Rsdn.Janus.Navigator.RefreshData()
at Rsdn.Janus.UIShell.RefreshData()
at Rsdn.Janus.SyncRefreshActivePart.<ActivateCore>b__4_0(EndSyncEventArgs arg) in C:\Rsdn\TeamCity\buildAgent\work\7d226ac7ab34ad6\Rsdn\Janus.Rsdn\Synchronization\SyncRefreshActivePart.cs:line 35
at System.Reactive.AnonymousSafeObserver`1.OnNext(T value)
at System.Reactive.Concurrency.ObserveOn`1.ObserveOnSink.OnNextPosted(Object value)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.RunQuery[TE](QueryContext ctx, IDataContextInfo dataContextInfo, Expression expr, Object[] parameters, Func`6 mapper) in i:\linq2db\Source\Linq\Query.cs:line 1076
at LinqToDB.Linq.Query`1.<>c__DisplayClass50.<SetElementQuery>b__4f(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Query.cs:line 1058
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.Any[TSource](IQueryable`1 source, Expression`1 predicate)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass8_0.<QueryModeratingStatus>b__0()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QueryModeratingStatus(ICommandContext context, Nullable`1 messageId)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Object reference not set to an instance of an object.
Error:
Object reference not set to an instance of an object.
Description:
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at Rsdn.Janus.SyncNotificationActivePart.EndSync(EndSyncEventArgs args)
at System.Reactive.AnonymousSafeObserver`1.OnNext(T value)
at System.Reactive.Concurrency.ObserveOn`1.ObserveOnSink.OnNextPosted(Object value)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.RunQuery[TE](QueryContext ctx, IDataContextInfo dataContextInfo, Expression expr, Object[] parameters, Func`6 mapper) in i:\linq2db\Source\Linq\Query.cs:line 1076
at LinqToDB.Linq.Query`1.<>c__DisplayClass50.<SetElementQuery>b__4f(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Query.cs:line 1058
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.Any[TSource](IQueryable`1 source, Expression`1 predicate)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass8_0.<QueryModeratingStatus>b__0()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QueryModeratingStatus(ICommandContext context, Nullable`1 messageId)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Object reference not set to an instance of an object.
Error:
Object reference not set to an instance of an object.
Description:
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at Rsdn.Janus.SyncNotificationActivePart.EndSync(EndSyncEventArgs args)
at System.Reactive.AnonymousSafeObserver`1.OnNext(T value)
at System.Reactive.Concurrency.ObserveOn`1.ObserveOnSink.OnNextPosted(Object value)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Rsdn.Janus.Msg.GetOldStyleTopicList(IServiceProvider provider, Int32 forumId, SortType sort, Boolean loadAll, MsgBase parent)
at Rsdn.Janus.Msg.GetTopics(IServiceProvider provider, Int32 forumID, SortType sort, Boolean isLoadAll)
at Rsdn.Janus.Forum.ReadMsg(Boolean isLoadAll)
at Rsdn.Janus.Forum.get_Msgs()
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.Forum.get_ActiveMsg()
at Rsdn.Janus.ForumDummyForm.FillMessages()
at Rsdn.Janus.ForumDummyForm.Rsdn.Janus.ObjectModel.IFeatureView.Refresh()
at Rsdn.Janus.Navigator.RefreshData()
at Rsdn.Janus.UIShell.RefreshData()
at Rsdn.Janus.SyncRefreshActivePart.<ActivateCore>b__4_0(EndSyncEventArgs arg) in C:\Rsdn\TeamCity\buildAgent\work\7d226ac7ab34ad6\Rsdn\Janus.Rsdn\Synchronization\SyncRefreshActivePart.cs:line 35
at System.Reactive.AnonymousSafeObserver`1.OnNext(T value)
at System.Reactive.Concurrency.ObserveOn`1.ObserveOnSink.OnNextPosted(Object value)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Rsdn.Janus.Forums.LoadSubscribedForums(IDataContext db)
at Rsdn.Janus.Forums.LoadData()
at Rsdn.Janus.UIShell.RefreshData()
at Rsdn.Janus.SyncRefreshActivePart.<ActivateCore>b__4_0(EndSyncEventArgs arg) in C:\Rsdn\TeamCity\buildAgent\work\7d226ac7ab34ad6\Rsdn\Janus.Rsdn\Synchronization\SyncRefreshActivePart.cs:line 35
at System.Reactive.AnonymousSafeObserver`1.OnNext(T value)
at System.Reactive.Concurrency.ObserveOn`1.ObserveOnSink.OnNextPosted(Object value)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Ошибка:
Index was outside the bounds of the array.
Описание:
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.SearchDummyForm.CustomInitializeComponent()
at Rsdn.Janus.SearchDummyForm..ctor(IServiceProvider provider)
at Rsdn.Janus.ObjectModel.SearchFeature.get_SearchForm()
at Rsdn.Janus.ObjectModel.SearchFeature.Rsdn.Janus.IMessagesFeature.add_ActiveMessagesChanged(EventHandler value)
at Rsdn.Janus.FeatureActiveMessageService.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.TreeGridAfterActivateNode(ITreeNode activatedNode)
at Rsdn.TreeGrid.TreeGrid.OnAfterActivateNode(ITreeNode activatedNode)
at Rsdn.Janus.JanusGrid.OnAfterActivateNode(ITreeNode activatedNode)
at Rsdn.TreeGrid.TreeGrid.<OnSelectedIndexChanged>b__0(Object state)
1. Ctrl-Y/Ctrl-Shift-Y ничего не делает. По умолчанию назначено на "Ответы по теме прочитаны" и "Ответы по теме прочитаны" (да, вот так, два раза один и тот же текст в окошке шорткатов).
2. Не восстанавливается предыдущее положение основного окна, хоть и пишутся правильные координаты в config, при перезапуске восстанавливается только размер а положение окна едет.
Выставил размеры, закрыл, в конфиге:
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Баг:
Неправильно показывается колво непрочитанных сообщений.
Прямо сейчас: АвтоМотоВело, утверждает что 346 непрочитано из 914, но при этом все сообщения визуально помечены как прочитанные, переход к след непрочитанному не делает ничего.
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
Забанили по IP, значит пора закрыть эту страницу.
Всем пока
Здравствуйте, CreatorCray, Вы писали:
CC>Баг: CC>Неправильно показывается колво непрочитанных сообщений.
Это потому что у тебя содержимое таблички topic_info поломано, о чем янус тебе, кстати, сообщал. Ее надо пересчитать — в меню "перестроить агрегатную таблицу". Но если ты sqlite выбрал — сразу предупреждаю, это долгая операция.
Здравствуйте, AndrewVK, Вы писали:
AVK>Это потому что у тебя содержимое таблички topic_info поломано, о чем янус тебе, кстати, сообщал. Ее надо пересчитать — в меню "перестроить агрегатную таблицу".
Это я сделал ещё тогда, сразу после того как ту табличку увидел.
Похоже оно опять того, поломалось. Правда предупреждений больше не было.
AVK> Но если ты sqlite выбрал — сразу предупреждаю, это долгая операция.
У меня база с нуля наполняется, крохотная пока, всего 4К сообщений.
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
Забанили по IP, значит пора закрыть эту страницу.
Всем пока
Баги:
1. "Открыть модерирование" всё ещё пытается перенаправлять на RSDN.ru
2. В сравнении со старой версией не работают кнопки мыши Back/Forward. Раньше работали прекрасно.
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
Забанили по IP, значит пора закрыть эту страницу.
Всем пока
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Rsdn.Janus.Forums.LoadServerForums(IDataContext db)
at Rsdn.Janus.Forums.LoadData()
at Rsdn.Janus.UIShell.RefreshData()
at Rsdn.Janus.SyncRefreshActivePart.<ActivateCore>b__4_0(EndSyncEventArgs arg) in C:\Rsdn\TeamCity\buildAgent\work\7d226ac7ab34ad6\Rsdn\Janus.Rsdn\Synchronization\SyncRefreshActivePart.cs:line 35
at System.Reactive.AnonymousSafeObserver`1.OnNext(T value)
at System.Reactive.Concurrency.ObserveOn`1.ObserveOnSink.OnNextPosted(Object value)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.RunQuery[TE](QueryContext ctx, IDataContextInfo dataContextInfo, Expression expr, Object[] parameters, Func`6 mapper) in i:\linq2db\Source\Linq\Query.cs:line 1076
at LinqToDB.Linq.Query`1.<>c__DisplayClass50.<SetElementQuery>b__4f(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Query.cs:line 1058
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.Any[TSource](IQueryable`1 source, Expression`1 predicate)
at Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass8_0.<QueryModeratingStatus>b__0()
at Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
at Rsdn.Janus.ForumMessageCommandTarget.QueryModeratingStatus(ICommandContext context, Nullable`1 messageId)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Exception has been thrown by the target of an invocation.
Error:
Exception has been thrown by the target of an invocation.
Description:
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
at Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
at Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
at Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.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.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Application version:
RSDN@Home version 1.0.0 alpha 5 revision 0
Db engine:
SQLite
Stack Trace:
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in i:\linq2db\Source\Data\DataConnection.cs:line 707
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in i:\linq2db\Source\Data\DataConnection.Linq.cs:line 264
at LinqToDB.Linq.Query`1.<RunQuery>d__11.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 371
at LinqToDB.Linq.Query`1.<Map>d__6a.MoveNext() in i:\linq2db\Source\Linq\Query.cs:line 1177
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.<BuildQuery>b__d(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in i:\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 99
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in i:\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.Forum.FindMsgById(Int32 idMsg)
at Rsdn.Janus.ForumNavigator.SelectMessage(Nullable`1 forumId, Int32 msgId)
at Rsdn.Janus.ForumDummyForm.<>c__DisplayClass87_0.<_tgMsgs_AfterActivateNode>b__0()
at Rsdn.Janus.AsyncHelper.<>c__DisplayClass3_0.<PostOperationCompleted>b__0(Object state)
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
God grant me the serenity to accept the things I cannot change,
courage to change the things I can,
and wisdom to know the difference. (C) Reinhold Niebuhr
Описание:
Нажал "переход к следующему сообщению" в форуме, где непрочитанных не осталось.
Версия приложения:
RSDN@Home версия 1.3.109 alpha 5 ревизия 60
Тип БД:
SQLite
Трассировка стека:
в System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
в System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
в Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
в Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Здравствуйте, Karpov, Вы писали:
K>Описание: K>Нажал "переход к следующему сообщению" в форуме, где непрочитанных не осталось.
Оно как-то вообще странно относится к непрочитанным. В списке сообщений показывает, что они есть, в списке форумов показывает, что их нет, а если ветку раскрыть — выясняется, что их и правда нет. Но если нажать "следующее непрочитанное" — падает как я писал.
Описание:
При попытке миграции базы из SQLite в JET.
System.Reflection.TargetInvocationException: Адресат вызова создал исключение. ---> Rsdn.Janus.DBSchemaException: Ошибка при миграции базы из SQLite в Jet:\nError while preparing SqlDiff ---> Rsdn.Janus.DBSchemaException: Error while preparing SqlDiff ---> Rsdn.Janus.SchemaChangeException: Ошибка при изменении схемы БД. Скрипт 'CREATE TABLE [tags] ([id] IDENTITY(1,1) NOT NULL,
[tag_value] TEXT(1024) NOT NULL)' завершился с ошибкой 'Size of field 'tag_value' is too long.'. ---> System.Data.OleDb.OleDbException: Size of field 'tag_value' is too long.
в System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr)
в System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
в System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
в System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
в Rsdn.Janus.Jet.JetSchemaDriver.<>c__DisplayClass9_0.<ExecuteDdlCommands>b__0()
в Rsdn.Janus.SchemaHelper.SafeRunCommand(String cmdText, Action runner)
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Janus.SchemaHelper.SafeRunCommand(String cmdText, Action runner)
в Rsdn.Janus.Jet.JetSchemaDriver.ExecuteDdlCommands(IEnumerable`1 commands, String connStr)
в Rsdn.Janus.DBSchemaDriverBase.Prepare(String connStr)
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Janus.DBSchemaDriverBase.Prepare(String connStr)
в Rsdn.Janus.DBSchemaManager.Migrate(IServiceProvider serviceProvider)
--- Конец трассировки внутреннего стека исключений ---
в Rsdn.Janus.DBSchemaManager.Migrate(IServiceProvider serviceProvider)
в Rsdn.Janus.DatabaseCommandTarget.ExecuteDbMigration(ICommandContext context)
--- Конец трассировки внутреннего стека исключений ---
в System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
в System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
в Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
в Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Версия приложения:
RSDN@Home версия 1.3.109 alpha 5 ревизия 60
Тип БД:
SQLite
Трассировка стека:
в System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
в System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
в Rsdn.Janus.CommandTarget.InvokeCommandMethod(CommandMethod method, ICommandContext context)
в Rsdn.Janus.CommandTarget.Execute(String commandName, ICommandContext context)
в Rsdn.Janus.CommandHandlerService.ExecuteCommand(String commandName, ICommandContext context)
в Rsdn.Janus.StripMenuGenerator.MenuCommandClick(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... << RSDN@Home 1.3.109 alpha 5 rev. 60>>
Object reference not set to an instance of an object.
Ошибка:
Object reference not set to an instance of an object.
Описание:
Версия приложения:
RSDN@Home версия 1.0.0 alpha 5 ревизия 0
Тип БД:
SQLite
Трассировка стека:
at Rsdn.Janus.SyncNotificationActivePart.EndSync(EndSyncEventArgs args)
at System.Reactive.AnonymousSafeObserver`1.OnNext(T value)
at System.Reactive.Concurrency.ObserveOn`1.ObserveOnSink.OnNextPosted(Object value)
Версия приложения:
RSDN@Home версия 1.3.110 alpha 5 ревизия 62
Тип БД:
SQLite
Трассировка стека:
в System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
в System.Data.SQLite.SQLiteCommand.BuildNextCommand()
в System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
в System.Data.SQLite.SQLiteDataReader.NextResult()
в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
в System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
в LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior)
в LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query)
в LinqToDB.Linq.Query`1.RunQuery[TE](QueryContext ctx, IDataContextInfo dataContextInfo, Expression expr, Object[] parameters, Func`6 mapper)
в LinqToDB.Linq.Query`1.<>c__DisplayClass4f.<SetElementQuery>b__4e(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps)
в LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
в System.Linq.Queryable.Any[TSource](IQueryable`1 source, Expression`1 predicate)
в Rsdn.Janus.ForumMessageCommandTarget.<>c__DisplayClass8_0.<QueryModeratingStatus>b__0()
в Rsdn.Janus.CommandStatusHelper.DisabledIfNot(CommandStatus baseStatus, Func`1 condition)
в Rsdn.Janus.ForumMessageCommandTarget.QueryModeratingStatus(ICommandContext context, Nullable`1 messageId)
При синхронизациия этап "обработка оценок" занимает совершенно непомерное время, буквально часы. Это можно как-то пофиксить?
Свежесозданная база данных (SQLite), последний билд.
Здравствуйте, Codealot, Вы писали:
C>Здравствуйте, AndrewVK, Вы писали:
C>При синхронизациия этап "обработка оценок" занимает совершенно непомерное время, буквально часы. Это можно как-то пофиксить? C>Свежесозданная база данных (SQLite), последний билд.
Это только первый раз, и, видимо, с какой то очень древней БД, а не с нуля.
Пофиксить — вряд ли. Янус уж очень сильно устарел, его надо совсем переписывать.
System.Data.SQLite.SQLiteException (0x80004005): database is locked
database is locked
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at LinqToDB.Data.DataConnection.ExecuteReader(CommandBehavior commandBehavior) in c:\projects\linq2db\Source\Data\DataConnection.cs:line 800
at LinqToDB.Data.DataConnection.LinqToDB.IDataContext.ExecuteReader(Object query) in c:\projects\linq2db\Source\Data\DataConnection.Linq.cs:line 270
at LinqToDB.Linq.Query`1.d__11.MoveNext() in c:\projects\linq2db\Source\Linq\Query.cs:line 381
at LinqToDB.Linq.Query`1.d__69.MoveNext() in c:\projects\linq2db\Source\Linq\Query.cs:line 1184
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at LinqToDB.Linq.Builder.FirstSingleBuilder.FirstSingleContext.<>c__DisplayClass12`1.b__b(QueryContext ctx, IDataContextInfo db, Expression expr, Object[] ps) in c:\projects\linq2db\Source\Linq\Builder\FirstSingleBuilder.cs:line 103
at LinqToDB.Linq.ExpressionQuery`1.System.Linq.IQueryProvider.Execute[TResult](Expression expression) in c:\projects\linq2db\Source\Linq\ExpressionQuery.cs:line 142
at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source)
at Rsdn.Janus.ForumDBHelper.Message[T](IDataContext db, Int32 mid, Expression`1 selector)
at Rsdn.Janus.XmlBuilder.BuildMessage(IServiceProvider provider, IJanusDatabaseManager dbMgr, Int32 mid, Func`2 sourceFormatter)
at Rsdn.Janus.XmlPageBuilder.GetMessageText(Int32 mid)
at Rsdn.Janus.JanusProtocolDispatcher.MessageEventHandler(Object sender, JanusProtocolEventArgs e)
at Rsdn.Janus.JanusProtocolDispatcher.DispatchRequest(String uri)
--------------------------------------------------------------------------------
RSDN@Home версия 1.3.110 alpha 5 ревизия 62
Здравствуйте, AndrewVK, Вы писали:
AVK>Пофиксить — вряд ли. Янус уж очень сильно устарел, его надо совсем переписывать.
Что то мне кажется что переписывать ни у кого не будет сил.
Может проще таки починить?
... << RSDN@Home 1.0.0 alpha 5 rev. 0>>
Забанили по IP, значит пора закрыть эту страницу.
Всем пока
Здравствуйте, CreatorCray, Вы писали:
CC>Здравствуйте, AndrewVK, Вы писали:
AVK>>Пофиксить — вряд ли. Янус уж очень сильно устарел, его надо совсем переписывать. CC>Что то мне кажется что переписывать ни у кого не будет сил. CC>Может проще таки починить?
Думаю, проблема не в силах, а во времени и интересе. Я как-то форк делал, так хотелось для себя что то допилить.
Сейчас вот интересно с WPF Core поиграться, но пока другой проект для себя делаю. А в старом вроде .NET 2.0 и винформс еще, ломит.
Вероятно подобная ситуация и у автора. Нет интереса со старьём возится.