OpenFileDialog при получении выбранных пользователем файлов выкидывает такой Exception,
причём как понятно из текста, это происходит при выборе более чем примерно 500-600 файлов.
Если кто может помогите решить эту проблему, и если можно, объяснить в чём дело. Заранее спасибо.
************** Exception Text **************
System.InvalidOperationException: Too many files selected. Please select fewer files and try again.
at System.Windows.Forms.OpenFileDialog.RunFileDialog(OPENFILENAME_I ofn)
at System.Windows.Forms.FileDialog.RunDialog(IntPtr hWndOwner)
at System.Windows.Forms.CommonDialog.ShowDialog()
at Batch_List_Creator.frmMain.cmdAdd_Click(Object sender, EventArgs e) in G:\Visual Studio Projects\Batch_List_Creator\frmMain.vb:line 215
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.PerformClick()
at System.Windows.Forms.Form.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
at System.Windows.Forms.ThreadContext.System.Windows.Forms.UnsafeNativeMethods+IMsoComponent.FPreTranslateMessage(MSG& msg)...
ну т.д.
Это на всякий случай инфа о используемых компонентах:
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll