我最近用C#写了一个软件,在安装了.netframework的不能正常运行。但在安装的.net开发环境的机器上能正常运行。出错提示是关于common language Rutime Debugging Services的:

  Application has generated an exception that could not be handled.
     Process id=Oxfffcf31f(-1999o5),Thread id=Oxfff976b3(-428365).
     Click OK to terimate the application.
     Click  CANCEL to debug the application.
如果点“确定”就会退出。如果点“取消”。会出现No debuuger found的出错提示:
  Registered JIT debugger is not available.An attempt to lanch a JIT
     debugger with the following command resulted in an error code of Ox2
    (2).Please check computer settings.
    cordbg.exe!a Oxfffcf31f
    Click on Retry to have the process wait while attaching a debugger
    manually.
   Click on Cancel to abort the JIT debug request.
我不知道是为什么。希望高手能指点一二。

[em10]