问题描述
- C# windows 服务,运行了不到1分钟就自动停止
- 错误应用程序名称: TKK_Service.exe,版本: 1.0.0.0,时间戳: 0x5325a95d
错误模块名称: KERNELBASE.dll,版本: 6.2.9200.16451,时间戳: 0x50988950
异常代码: 0xe0434352
错误偏移量: 0x00014b32
错误进程 ID: 0x160
错误应用程序启动时间: 0x01cf411d36ab46ba
错误应用程序路径: D:TKK_Service.exe
错误模块路径: C:WindowsSYSTEM32KERNELBASE.dll
报告 ID: 7f9ae863-ad10-11e3-9421-5254005c8eea
错误程序包全名:
错误程序包相对应用程序 ID:应用程序: TKK_Service.exe Framework 版本: v4.0.30319 说明: 由于未经处理的异常,进程终止。异常信息: System.InvalidOperationException 堆栈: 在 System.Diagnostics.PerformanceCounterLib.CounterExists(System.String System.String System.String) 在 System.Diagnostics.PerformanceCounter.InitializeImpl() 在 System.Diagnostics.PerformanceCounter..ctor(System.String System.String System.String Boolean) 在 System.Diagnostics.PerformanceCounter..ctor(System.String System.String System.String) 在 Systems.SystemsManager.StatisticsSystemInfo() 在 System.Threading.ThreadHelper.ThreadStart_Context(System.Object) 在 System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext System.Threading.ContextCallback System.Object Boolean) 在 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext System.Threading.ContextCallback System.Object Boolean) 在 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext System.Threading.ContextCallback System.Object) 在 System.Threading.ThreadHelper.ThreadStart()
C# net4 开发的 使用了多线程 ,,,求解决方案
解决方案
程序异常了,多加调试信息来分析