2013-03-14 19 views
5

私はVisual Studio 2012で突然の突然死がかなり発生しています。これは通常F6を押してビルドすると起こります。VSはメッセージや警告なしで消えます。VS2012 - 突然死

イベントログには、これを持っている:

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) 

私はそれが私がインストールされているが、私は私がインストールしたすべての最新のものを削除したし、それが解消されないいくつかの拡張子かもしれ疑います。

誰も同じような経験をしましたか?

+0

私がインストールしたすべての拡張機能を削除し、標準のものだけを残しました。 – Jonesie

+0

F6がどのように縛られているか確認できますか?キーボードのバインディングを確認します。 – sashoalm

+0

F6はビルドを行います。 – Jonesie

答えて

0

私に悪いインストールのような音。 Windows のプログラムと機能でアプリケーション名を選択し、変更ボタンをクリックして、Visual Studio 2012インストールで修復を実行してみてください。

+0

最近私のハードウェアはすべてのものを新しくインストールしたので、これは問題ではありません。 – Jonesie