111,086
社区成员




Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_ThreadException);
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
Application.Run(new Form1());
估计还是依赖的dll不全导致的,
应该先用Depends查下依赖的基础Dll
还有,现场运行最好是Release版本