程序打包后在别的机子上不能运行,Help!!!!!!!
编好的程序在自己的机子上运行没问题,但是打包后到别的机子上安装,运行时出现如下错误:
An unhandled exception has occured in your application.
If you click continue,the application will ignore this error and attempt to continue.
if click quit ,the app will shut down.
File or assembly name XXX, or one of its dependencies,
细节为:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this
dialog box,
...
...
...
最后是
*************** JIT Debugging****************
To enable just in time (JIT) debugging , the config file for this application or machine (machine
.config) value must set in the system.windows.forms section. the application must also be compiled with debugging enabled
到底怎么回事啊?