Dimedroll
Зарегистрирован: 05.06.2009 Сообщения: 3
|
Добавлено: Пн Фев 08, 2010 14:26 08.02.2010 Заголовок сообщения: При открытии Отчеты-Пока Купить... ОШИБКА |
|
|
Уже несколько обновлений остается эта ошибка Unhalted Exception...(см.ниже).
Установлено:
PS 0.90
MS .NET 1.1
MS .NET 2.0
сделана настройка .NET для корректной работы по сети как рекомендовалось на форуме:
1)
c:
cd %windir%
cd Microsoft.NET
cd Framework
cd v2*
caspol.exe -machine -chggroup 1.2 FullTrust
2)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\PrintStore]
"DBPath"="\\\\ob-srv1\\Documents\\Служебные\\Технический отдел\\ИТ\\Система учета расходных материалов\\PrintStore\\ps.udb"
"TV1_Width"="338"
"TC2_Height"="256"
"PathExportTopic"=""
"CheckNewVersionOnLoad"="True"
"CompactDBOnExit"="False"
"TC_FontName"=""
"TV_FontName"=""
"TC_FontSize"=dword:00000000
"TV_FontSize"=dword:00000000
"DialogPosition"="CenterAtMouse"
Код: | See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.InvalidOperationException: This operation cannot be performed while an auto-filled column is being resized.
at System.Windows.Forms.DataGridView.OnBandThicknessChanging()
at System.Windows.Forms.DataGridViewBand.set_Thickness(Int32 value)
at System.Windows.Forms.DataGridViewColumn.set_Width(Int32 value)
at PrintStore.NeedToBuyDlg.SetDGVColumnsAutoSize()
at PrintStore.NeedToBuyDlg.SetDGVColumnsWidth()
at PrintStore.NeedToBuyDlg.DGV_ColumnWidthChanged(Object sender, DataGridViewColumnEventArgs e)
at System.Windows.Forms.DataGridView.OnColumnWidthChanged(DataGridViewColumnEventArgs e)
at System.Windows.Forms.DataGridView.OnBandThicknessChanged(DataGridViewBand dataGridViewBand)
at System.Windows.Forms.DataGridView.AdjustFillingColumns()
at System.Windows.Forms.DataGridView.ComputeLayout()
at System.Windows.Forms.DataGridView.PerformLayoutPrivate(Boolean useRowShortcut, Boolean computeVisibleRows, Boolean invalidInAdjustFillingColumns, Boolean repositionEditingControl)
at System.Windows.Forms.DataGridView.OnLayout(LayoutEventArgs e)
at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(IArrangedElement affectedElement, String affectedProperty)
at System.Windows.Forms.Layout.LayoutTransaction.DoLayout(IArrangedElement elementToLayout, IArrangedElement elementCausingLayout, String property)
at System.Windows.Forms.Control.OnResize(EventArgs e)
at System.Windows.Forms.DataGridView.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.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)
|
|
|