当前位置: 代码迷 >> .NET组件控件 >> C#程序中,在本地电脑运行没有有关问题。上传服务器之后运行显示内存不足
  详细解决方案

C#程序中,在本地电脑运行没有有关问题。上传服务器之后运行显示内存不足

热度:118   发布时间:2016-05-04 23:21:44.0
C#程序中,在本地电脑运行没有问题。上传服务器之后运行显示内存不足!
看不懂这玩意儿,
System.OutOfMemoryException: 内存不足。
   在 System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
   在 Aeolos.MainFrm.MainFrm_SysBottomClick(Object sender)
   在 CCWin.CCSkinMain.PpTbX5CpZ76C4y7HscA(Object , Object )
   在 CCWin.CCSkinMain.OnSysBottomClick(Object e)
   在 CCWin.CCSkinMain.eG5GC6CVry1iJK4Egk1(Object , Object )
   在 CCWin.CCSkinMain.SysbottomAv(Object e)
   在 CCWin.ControlBoxManager.MqjlrvXWegKkpqUhm3C(Object , Object )
   在 CCWin.ControlBoxManager.ProcessMouseUP(Point mousePoint, Rectangle closeBoxRect, Rectangle minimizeBoxRect, Rectangle maximizeBoxRect, Rectangle sysbottomRect, Boolean closeBoxVisibale, Boolean minimizeBoxVisibale, Boolean maximizeBoxVisibale, Boolean sysbottomVisible)
   在 CCWin.ControlBoxManager.ProcessMouseOperate(Point mousePoint, MouseOperate operate)
   在 CCWin.CCSkinMain.RYKjO5tZRqiuLlA4xrP(Object , Point mousePoint, MouseOperate operate)
   在 CCWin.CCSkinMain.OnMouseUp(MouseEventArgs e)
   在 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.Form.WndProc(Message& m)
   在 CCWin.CCSkinMain.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)

------解决方案--------------------
MSDN上具体你看吧!

http://msdn.microsoft.com/zh-cn/library/stf701f5.aspx