PDA

View Full Version : سوال: C# لود کردن حجم بالا؟



AHRIMANSEFID
دوشنبه 12 اسفند 1392, 14:04 عصر
من 2تا exe دارم که اولی برای خودمه و 2 برای یک نرم افزار مشکل من اینکه فایل 2 حجمش نزدیک 2 گیگ و 1 نمی تونه لودش کنه خطا می ده.



System.ComponentModel.Win32Exception: Not enough storage is available to process this command
at System.Diagnostics.Process.StartWithShellExecuteEx (ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(String fileName)
at MainMenu.Pic(Object sender, EventArgs e) in E:\Program\Windows\MainMenu.cs:line 1009
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)