Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2012 VS2012-猝死_Visual Studio 2012 - Fatal编程技术网

Visual studio 2012 VS2012-猝死

Visual studio 2012 VS2012-猝死,visual-studio-2012,Visual Studio 2012,我在VisualStudio2012中有一个相当一致但随机发生的猝死事件。这通常发生在我按F6构建时-VS将在没有任何消息或警告的情况下消失 事件日志包含以下内容: Error Handler Exception: System.ServiceModel.CommunicationException: There was an error reading from the pipe: Unrecognized error 109 (0x6d). ---> System.IO.IOEx

我在VisualStudio2012中有一个相当一致但随机发生的猝死事件。这通常发生在我按F6构建时-VS将在没有任何消息或警告的情况下消失

事件日志包含以下内容:

Error Handler Exception: System.ServiceModel.CommunicationException: There was an error reading   
from the pipe: Unrecognized error 109 (0x6d). ---> System.IO.IOException: The read operation 
failed, see inner exception. ---> System.ServiceModel.CommunicationException: There was an error 
reading from the pipe: Unrecognized error 109 (0x6d). ---> System.IO.PipeException: There was an 
error reading from the pipe: Unrecognized error 109 (0x6d).

   at System.ServiceModel.Channels.PipeConnection.OnAsyncReadComplete(Boolean haveResult, Int32 error, Int32 numBytes)
--- End of inner exception stack trace ---
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.ServiceModel.Channels.ConnectionStream.EndRead(IAsyncResult asyncResult)
at System.Net.FixedSizeReader.ReadCallback(IAsyncResult transportResult)
--- End of inner exception stack trace ---
at System.Net.Security.NegotiateStream.EndRead(IAsyncResult asyncResult)
at System.ServiceModel.Channels.StreamConnection.EndRead()
--- End of inner exception stack trace ---
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.ServiceModel.Channels.TransportDuplexSessionChannel.EndTryReceive(IAsyncResult result, Message& message)
at System.ServiceModel.Dispatcher.DuplexChannelBinder.EndTryReceive(IAsyncResult result,   RequestContext& requestContext)
at System.ServiceModel.Dispatcher.ErrorHandlingReceiver.EndTryReceive(IAsyncResult result, RequestContext& requestContext) \r\n    at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.ServiceModel.Channels.TransportDuplexSessionChannel.EndTryReceive(IAsyncResult result, Message& message)
at System.ServiceModel.Dispatcher.DuplexChannelBinder.EndTryReceive(IAsyncResult result, RequestContext& requestContext)
at System.ServiceModel.Dispatcher.ErrorHandlingReceiver.EndTryReceive(IAsyncResult result, RequestContext& requestContext)
我怀疑它可能是我安装的某个扩展,但我已经删除了所有最新安装的扩展,并且它仍然存在


有没有人有过类似的经历?

对我来说,这似乎是个糟糕的安装。通过在Windows程序和功能中选择应用程序名称并单击更改按钮,尝试对Visual Studio 2012安装运行修复

我删除了我安装的所有扩展,只留下了标准的扩展-它仍然失效。你能检查F6绑定到什么吗?检查键盘绑定。每次尝试使用VS2012调试器连接到w3wp时,我都会得到相同的结果。你有没有弄清楚你的情况发生了什么?这是一个错误,管道破裂,对于管道来说肯定不是一个完全神秘的问题。寻找一个环境问题,首先是行为不端的反恶意软件。在VS 2013上也遇到了同样的问题:(我最近用新安装的所有硬件替换了我的硬件,所以我不知道这就是问题所在。