打开启动画面后,Visual Studio 2015停止工作消息显示 [英] Visual Studio 2015 stop working message appear after splash screen on open

查看:417
本文介绍了打开启动画面后,Visual Studio 2015停止工作消息显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我打开Visual Studio 2015启动画面显示时突然  " Microsoft
Visual Studio 2015已停止工作"
 消息出现。我曾尝试重新安装并修复VS2015,但问题仍然存在。 


这是 事件查看器详细日志



错误应用程序名称:PerfWatson2.exe,版本:14.0.23107.0,时间戳:0x559b74cd

错误模块名称:KERNELBASE.dll,版本:10.0.15063.296,时间戳:0x28e9cf15

异常代码:0xe0434352

故障偏移:0x000eb802

错误进程id:0x13e8

错误应用程序启动时间:0x01d2ebdb3e8a6cd0

错误的应用程序路径:C:\Program Files(x86)\ Microsoft Visual Studio 14.0\Common7\IDE\PerfWatson2.exe

错误模块路径:C:\ WINDOWS \ System32 \ KERNELBASE.dll

报告ID:802d9fb2-ef26-4cc4-94d8-40a46b3fbe5f

错误包裹全名: 

错误的包相关应用程序ID: 



上一个错误事件日志


申请:PerfWatson2.exe

Framework版本:v4.0.30319

描述:由于未处理的异常,进程终止。

异常信息:System.IO.FileNotFoundException

    at Microsoft.VisualStudio.Telemetry.TelemetryManifestManagerBuilder.Build(Microsoft.VisualStudio.Telemetry.TelemetrySession)

    at Microsoft.VisualStudio.Telemetry.TelemetrySession +<> c__DisplayClass95_0。< .ctor> b__0()

   在System.Lazy`1 [[System .__ Canon,mscorlib,Version = 4.0.0.0,Culture = neutral,PublicKeyToken = b77a5c561934e089]]。CreateValue()

   在System.Lazy`1 [[System .__ Canon,mscorlib,Version = 4.0.0.0,Culture = neutral,PublicKeyToken = b77a5c561934e089]]。LazyInitValue()

    at System.Lazy`1 [[System .__ Canon,mscorlib,Version = 4.0.0.0,Culture = neutral,PublicKeyToken = b77a5c561934e089]]。get_Value()

    at Microsoft.VisualStudio.Telemetry.TelemetrySession.InitializeWithDefaultChannels(Boolean)

    at Microsoft.VisualStudio.Telemetry.TelemetrySession.Start(Boolean)

    at Microsoft.VisualStudio.Telemetry.AISessionHelper +<> c。< .cctor> b__6_1()

   在System.Lazy`1 [[System .__ Canon,mscorlib,Version = 4.0.0.0,Culture = neutral,PublicKeyToken = b77a5c561934e089]]。CreateValue()

    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    at System.Lazy`1 [[System .__ Canon,mscorlib,Version = 4.0.0.0,Culture = neutral,PublicKeyToken = b77a5c561934e089]]。get_Value()

    at Microsoft.Performance.ResponseTimeListener.Program.LogAbnormalExitTelemetry(System.String,System.Exception)

    at Microsoft.Performance.ResponseTimeListener.Program +<> c。< DoMain> b__9_0(System.Object,System.UnhandledExceptionEventArgs)




解决方案

您好,


欢迎来到MSDN论坛。


>>故障应用程序名称: PerfWatson2.exe ,版本:14.0.23107.0,时间戳:0x559b74cd


请打开一个管理CMD窗口并导航到C:\Program Files(x86)\ Microsoft Visual Studio 14.0\Common7 \IDE并运行以下命令:


    ;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP; devenv / safemode


阻止Visual Studio启动时加载所有第三方VSPackage,从而确保稳定执行。
如果有效,这个问题应该由扩展引起。根据您的日志,此问题可能与
PerfWatson 有关,您需要在工具扩展和更新下将其删除。在此之后,尝试重新安装。


致以最好的问候,


Joyce



When i open Visual Studio 2015 Splash screen displayed and suddenly "Microsoft Visual Studio 2015 has Stopped Working" message appear. I have tried to reinstall and repair the VS2015 but problem is still there. 

Here is  event viewer detail log

Faulting application name: PerfWatson2.exe, version: 14.0.23107.0, time stamp: 0x559b74cd
Faulting module name: KERNELBASE.dll, version: 10.0.15063.296, time stamp: 0x28e9cf15
Exception code: 0xe0434352
Fault offset: 0x000eb802
Faulting process id: 0x13e8
Faulting application start time: 0x01d2ebdb3e8a6cd0
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PerfWatson2.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 802d9fb2-ef26-4cc4-94d8-40a46b3fbe5f
Faulting package full name: 
Faulting package-relative application ID: 

previous error Event log

Application: PerfWatson2.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
   at Microsoft.VisualStudio.Telemetry.TelemetryManifestManagerBuilder.Build(Microsoft.VisualStudio.Telemetry.TelemetrySession)
   at Microsoft.VisualStudio.Telemetry.TelemetrySession+<>c__DisplayClass95_0.<.ctor>b__0()
   at System.Lazy`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].CreateValue()
   at System.Lazy`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].LazyInitValue()
   at System.Lazy`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Value()
   at Microsoft.VisualStudio.Telemetry.TelemetrySession.InitializeWithDefaultChannels(Boolean)
   at Microsoft.VisualStudio.Telemetry.TelemetrySession.Start(Boolean)
   at Microsoft.VisualStudio.Telemetry.AISessionHelper+<>c.<.cctor>b__6_1()
   at System.Lazy`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].CreateValue()
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Lazy`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Value()
   at Microsoft.Performance.ResponseTimeListener.Program.LogAbnormalExitTelemetry(System.String, System.Exception)
   at Microsoft.Performance.ResponseTimeListener.Program+<>c.<DoMain>b__9_0(System.Object, System.UnhandledExceptionEventArgs)


解决方案

Hi,

Welcome to MSDN forum.

>>Faulting application name: PerfWatson2.exe, version: 14.0.23107.0, time stamp: 0x559b74cd

Please open an administrative CMD window and navigate to C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE and run these commands:

                devenv /safemode

It prevents all third-party VSPackages from loading when Visual Studio starts, thus ensuring stable execution. if it works, this issue should be caused by the extensions. According to your log, this issue may related to PerfWatson and you need to remove it under Tools—Extensions and Updates. After this, trying to reinstall it again.

Best regards,

Joyce


这篇关于打开启动画面后,Visual Studio 2015停止工作消息显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆