Win7下用VS2008开发的WinForm程序 在XP下运行报错解决方法

Win7下用VS2008开发的WinForm程序 在XP下运行报错
各位老师,我在Win7下用VS2008做的WInForm程序 在XP下安装后运行 报错 
注:刚开始由于.Net3..5太大 ,我就把VS项目改成2.0 的了,打包时也是用的2.0的启动条件
运行时报一下错误,请各位帮帮忙 感激不尽:
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.OutOfMemoryException: 内存不足。
  在 System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
  在 System.Drawing.Image.FromFile(String filename)
  在 SystemWinForm.Main_5.TreeImg() 位置 E:\赵俊安\短信\3GWinForm\SystemWinForm\Main_5.cs:行号 77
  在 SystemWinForm.Main_5.Main_5_Load(Object sender, EventArgs e) 位置 E:\赵俊安\短信\3GWinForm\SystemWinForm\Main_5.cs:行号 64
  在 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)
  在 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)


************** 已加载的程序集 **************
mscorlib
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework 2.0.50727/mscorlib.dll
----------------------------------------
SystemWinForm
  程序集版本: 1.0.0.0
  Win32 版本: 1.0.0.0
  基本代码: file:///D:/Program%20Files/默认公司名称/Setup1/SystemWinForm.exe
----------------------------------------
System.Windows.Forms
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
WeifenLuo.WinFormsUI.Docking
  程序集版本: 2.3.1.24483
  Win32 版本: 2.3.1.0
  基本代码: file:///D:/Program%20Files/默认公司名称/Setup1/WeifenLuo.WinFormsUI.Docking.DLL
----------------------------------------
IrisSkin2
  程序集版本: 2006.3.22.45
  Win32 版本: 2006.3.22.45
  基本代码: file:///D:/Program%20Files/默认公司名称/Setup1/IrisSkin2.DLL
----------------------------------------
mscorlib.resources
剃须好男人 16:50:33
程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework 2.0.50727/mscorlib.dll
----------------------------------------
SystemEntity
  程序集版本: 1.0.0.0
  Win32 版本: 1.0.0.0
  基本代码: file:///D:/Program%20Files/默认公司名称/Setup1/SystemEntity.DLL
----------------------------------------
System.Configuration
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll