出现这种情况,往往是因为原先安装有VS,后来因某些原因(比如:卸载)导致VS无法使用!!当系统中的有些软件出现错误时,会自动调用vs进行调试,但因为VS无法使用,就出现了visual studio just-in-time debugger窗口. 解决方法在CSDN博客中就有:http://blog.csdn.net/bright60/archive/2006/08/24/1111592.aspx 主要就是删除指定的注册表32位系统处理方法:use the registry editor to …
public class TaskProcess { [DllImport("kernel32.dll", SetLastError = true)] public static extern int SetErrorMode(int wMode); public Process process { get; set; } public void Do() { try { ); this.process = new Process(); this.process.EnableRaisi…
using System.Reflection; using System.Windows; using System.Windows.Controls; using System.Windows.Navigation; namespace HC { /// <summary> /// MainWindow.xaml 的交互逻辑 /// </summary> public partial class MainWindow : Window { public MainWindow()…