- 积分
- 16
- 阳光
-
- 花瓣
-
- 雨露
-
- 节操
-
- 基情
-
- 贡献
-
- 注册时间
- 2014-9-3
- 在线时间
- 小时
- 最后登录
- 1970-1-1
- 阅读权限
- 10
该用户从未签到
|
System.Drawing.Image.FromFile 加载图片的时候出问题,导致刷票模块没加载进来。求破。
错误信息
-----------------------------------------------------
System.OutOfMemoryException: 内存不足。
在 System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
在 System.Drawing.Image.FromFile(String filename)
在 System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
在 ..(String ) 位置 #k:行号 40
在 32..(QueryParam ) 位置 #db:行号 210
在 ..() 位置 #8:行号 142
在 ...ctor( session, QueryParam param) 位置 #8:行号 45
在 ...ctor( session, QueryParam queryParam) 位置 #ab:行号 27
在 ..(QueryParam ) 位置 #o:行号 311
在 System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
在 System.Linq.Buffer`1..ctor(IEnumerable`1 source)
在 System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
在 ..() 位置 #o:行号 311
在 ..( ) 位置 #o:行号 254
在 ...( ) 位置 #q:行号 33
在 System.FishArrayExtension.ForEach[T](IEnumerable`1 enumberable, Action`1 predicate) 位置 #Bi:行号 96
在 ..( ) 位置 #q:行号 16777215
在 ...ctor( session) 位置 #q:行号 67
在 ..( ) 位置 #2b:行号 142
在 System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
在 System.Linq.Buffer`1..ctor(IEnumerable`1 source)
在 System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
在 ..(Object , EventArgs ) 位置 #2b:行号 142
在 System.Windows.Forms.Form.OnLoad(EventArgs e)
在 System.Windows.Forms.Form.OnCreateControl()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.WmShowWindow(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.WmShowWindow(Message& m)
在 System.Windows.Forms.Form.WndProc(Message& m)
在 ..WndProc(Message& ) 位置 #Vd:行号 586
在 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)
环境信息
-----------------------------------------------------
操作系统版本:Microsoft Windows NT 6.1.7601 Service Pack 1
程序运行目录:C:\Users\mac\Downloads\12306订票助手.NET
|
|