2017-11-01 6 views
3

Visual Studio 2013を使用しています。開こうとするとこのスタックトレースでクラッシュします。何がうまくいかなかったのか分かりません。Visual Studioを実行しているときにこのクラッシュスタックトレースとは何ですか?

セーフモードでVSを実行しようとしましたが、すべての* .suoファイルが削除されました。すべての* .userファイルが削除されました。ありがとう!

Unexpected exception Buffer cannot be null.
Parameter name: buffer 
    at Microsoft.VisualStudio.Shell.ThreadHelper.InvokeOnUIThread(InvokableBase invokable)
 
    at Microsoft.VisualStudio.Shell.ThreadHelper.Invoke[TResult](Func`1 method)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.AvatarCache..ctor(AvatarSize size, Byte[] value, Boolean isGenerated, Logger logger)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.ProfileCache..ctor(Profile profile, Guid serverId, Uri profileUri, String emailAddress, Logger logger)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.Connector.<ConnectAsync>d__1.MoveNext() 
    
--- End of stack trace from previous location where exception was thrown --- 

    
 
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.IdeUserSession.<ConnectAndInitializeSessionAsync>d__a.MoveNext()
 
    --- End of stack trace from previous location where exception was thrown ---
 
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.BaseUserSession.<ConnectAsyncImpl>d__17.MoveNext()
--- 
    End of stack trace from previous location where exception was thrown ---
 
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.BaseUserSession.<ConnectAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.BaseUserSession.&lt;PollConnectAsync&gt;d__22.MoveNext()</description> 

答えて

3

私も!私は4時間前に同じ現象になった。 以下のコマンドを試してみると、私は進歩しました。 もう一度サインインしたら使います。

C:\プログラムファイル(x86の)\のMicrosoft Visual Studioの12.0 \ Common7 \ IDE> DEVENV.EXE/ResetUserData

+0

くらいにSOOありがとう!!! –

+0

すべての解決策では、この/ resetUserDataコマンドは機能しますが、私にとってはクラッシュを排除しますが、「30日間の試用期間が終了しました」と表示され、ログインするオプションが表示されます。ログインしようとするとVSがハングします。 –

+0

あなたが試した結果に関する情報をありがとう。 私たちのチームはVisual Studio 2013 Update 4が使用されました。 そして私はこのトラブルに遭遇しました。 チームメンバーの1人は、Update 5を適用したときに、 – nazarl

関連する問題